diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:25:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:25:35 +0000 |
commit | 8c2a6542207537447578ab218daf3a0ef7f8b426 (patch) | |
tree | d71c1ebfe2eb970f1c5bc3d573bf20a3b0b194b3 /dev-libs/xapian | |
parent | whitespace (diff) | |
download | gentoo-2-8c2a6542207537447578ab218daf3a0ef7f8b426.tar.gz gentoo-2-8c2a6542207537447578ab218daf3a0ef7f8b426.tar.bz2 gentoo-2-8c2a6542207537447578ab218daf3a0ef7f8b426.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/xapian-0.9.6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-0.9.9.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-libs/xapian/xapian-0.9.6.ebuild b/dev-libs/xapian/xapian-0.9.6.ebuild index 41de6ee54569..43cdd91eddb6 100644 --- a/dev-libs/xapian/xapian-0.9.6.ebuild +++ b/dev-libs/xapian/xapian-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.9.6.ebuild,v 1.3 2006/10/28 09:07:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.9.6.ebuild,v 1.4 2007/07/12 02:25:34 mr_bones_ Exp $ DESCRIPTION="Xapian Probabilistic Information Retrieval library" HOMEPAGE="http://www.xapian.org/" @@ -22,7 +22,6 @@ RDEPEND="virtual/libc" S=${WORKDIR}/xapian-core-${PV} - src_test() { if has_version '<=dev-util/valgrind-2.3.0'; then @@ -33,7 +32,6 @@ src_test() { fi } - src_install () { emake -j1 DESTDIR="${D}" install || die diff --git a/dev-libs/xapian/xapian-0.9.9.ebuild b/dev-libs/xapian/xapian-0.9.9.ebuild index 2ebc4888261a..a76f999cc9e2 100644 --- a/dev-libs/xapian/xapian-0.9.9.ebuild +++ b/dev-libs/xapian/xapian-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.9.9.ebuild,v 1.2 2007/06/20 21:02:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.9.9.ebuild,v 1.3 2007/07/12 02:25:34 mr_bones_ Exp $ DESCRIPTION="Xapian Probabilistic Information Retrieval library" HOMEPAGE="http://www.xapian.org/" @@ -22,7 +22,6 @@ RDEPEND="virtual/libc" S=${WORKDIR}/xapian-core-${PV} - src_test() { if has_version '<=dev-util/valgrind-2.3.0'; then @@ -33,7 +32,6 @@ src_test() { fi } - src_install () { emake -j1 DESTDIR="${D}" install || die |