diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-08-15 13:01:20 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-08-15 13:01:20 +0000 |
commit | e2ea5080188cacf35442f695b9d76ece1fbb2d08 (patch) | |
tree | 6c067d80199e6c0ad1c23edb696a5ff29672f2cf /app-misc/sphinx | |
parent | remove older versions (diff) | |
download | gentoo-2-e2ea5080188cacf35442f695b9d76ece1fbb2d08.tar.gz gentoo-2-e2ea5080188cacf35442f695b9d76ece1fbb2d08.tar.bz2 gentoo-2-e2ea5080188cacf35442f695b9d76ece1fbb2d08.zip |
fix libstemmer manifest and add test use flag for php
(Portage version: 2.2_rc8/cvs/Linux 2.6.21-gentoo-r1 i686)
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r-- | app-misc/sphinx/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-0.9.8.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog index 8d32f03d3a12..7d4bee8633df 100644 --- a/app-misc/sphinx/ChangeLog +++ b/app-misc/sphinx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/sphinx # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.12 2008/08/15 12:57:14 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.13 2008/08/15 13:01:20 caleb Exp $ + + 15 Aug 2008; Caleb Tennis <caleb@gentoo.org> sphinx-0.9.8.ebuild: + add test use flag for php + + 15 Aug 2008; Caleb Tennis <caleb@gentoo.org> Manifest: + Fix upstream libstemmer manifest 15 Aug 2008; Caleb Tennis <caleb@gentoo.org> -sphinx-0.9.8_rc2.ebuild, -sphinx-0.9.8_rc2-r1.ebuild: diff --git a/app-misc/sphinx/sphinx-0.9.8.ebuild b/app-misc/sphinx/sphinx-0.9.8.ebuild index 492dd5114971..3ac896d60e67 100644 --- a/app-misc/sphinx/sphinx-0.9.8.ebuild +++ b/app-misc/sphinx/sphinx-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.8.ebuild,v 1.1 2008/07/21 18:33:35 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.8.ebuild,v 1.2 2008/08/15 13:01:20 caleb Exp $ inherit eutils autotools @@ -15,11 +15,12 @@ RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="debug mysql postgres stemmer" +IUSE="debug mysql postgres stemmer test" DEPEND="mysql? ( virtual/mysql ) postgres? ( virtual/postgresql-base )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + test? ( dev-lang/php )" S=${WORKDIR}/${MY_P} |