diff options
author | 2008-05-19 18:01:26 +0000 | |
---|---|---|
committer | 2008-05-19 18:01:26 +0000 | |
commit | dc4f2831178431c009761cd7e684264e3e233fbe (patch) | |
tree | e2899df655d0ddc999bfd1808d911df5ecf6bb77 /app-misc/sphinx | |
parent | Bump to 1.1.24 (diff) | |
download | gentoo-2-dc4f2831178431c009761cd7e684264e3e233fbe.tar.gz gentoo-2-dc4f2831178431c009761cd7e684264e3e233fbe.tar.bz2 gentoo-2-dc4f2831178431c009761cd7e684264e3e233fbe.zip |
Changed dependency for postgresql to virtual/postgresql-base
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r-- | app-misc/sphinx/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-0.9.8_rc1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-0.9.8_rc2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-0.9.8_rc2.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog index 7d272e8c35af..f113ed8e4efc 100644 --- a/app-misc/sphinx/ChangeLog +++ b/app-misc/sphinx/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2008/04/09 18:36:48 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.7 2008/05/19 18:01:26 dev-zero Exp $ + + 19 May 2008; Tiziano Müller <dev-zero@gentoo.org> + sphinx-0.9.8_rc1-r1.ebuild, sphinx-0.9.8_rc2.ebuild, + sphinx-0.9.8_rc2-r1.ebuild: + Changed dependency for postgresql to virtual/postgresql-base *sphinx-0.9.8_rc2-r1 (09 Apr 2008) diff --git a/app-misc/sphinx/sphinx-0.9.8_rc1-r1.ebuild b/app-misc/sphinx/sphinx-0.9.8_rc1-r1.ebuild index 9ac005847dea..6b40979b94d7 100644 --- a/app-misc/sphinx/sphinx-0.9.8_rc1-r1.ebuild +++ b/app-misc/sphinx/sphinx-0.9.8_rc1-r1.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_rc1-r1.ebuild,v 1.1 2008/03/26 14:08:56 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.8_rc1-r1.ebuild,v 1.2 2008/05/19 18:01:26 dev-zero Exp $ inherit eutils autotools @@ -17,7 +17,7 @@ KEYWORDS="~x86 ~amd64" IUSE="mysql postgres debug" DEPEND="mysql? ( virtual/mysql ) - postgres? ( dev-db/libpq )" + postgres? ( virtual/postgresql-base )" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} diff --git a/app-misc/sphinx/sphinx-0.9.8_rc2-r1.ebuild b/app-misc/sphinx/sphinx-0.9.8_rc2-r1.ebuild index 58157e597402..539acc91e940 100644 --- a/app-misc/sphinx/sphinx-0.9.8_rc2-r1.ebuild +++ b/app-misc/sphinx/sphinx-0.9.8_rc2-r1.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_rc2-r1.ebuild,v 1.1 2008/04/09 18:36:48 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.8_rc2-r1.ebuild,v 1.2 2008/05/19 18:01:26 dev-zero Exp $ inherit eutils autotools @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~amd64" IUSE="debug mysql postgres stemmer" DEPEND="mysql? ( virtual/mysql ) - postgres? ( dev-db/libpq )" + postgres? ( virtual/postgresql-base )" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} diff --git a/app-misc/sphinx/sphinx-0.9.8_rc2.ebuild b/app-misc/sphinx/sphinx-0.9.8_rc2.ebuild index dd8527790aa3..1eaece098c15 100644 --- a/app-misc/sphinx/sphinx-0.9.8_rc2.ebuild +++ b/app-misc/sphinx/sphinx-0.9.8_rc2.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_rc2.ebuild,v 1.1 2008/04/04 12:04:57 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.8_rc2.ebuild,v 1.2 2008/05/19 18:01:26 dev-zero Exp $ inherit eutils autotools @@ -17,7 +17,7 @@ KEYWORDS="~x86 ~amd64" IUSE="mysql postgres debug" DEPEND="mysql? ( virtual/mysql ) - postgres? ( dev-db/libpq )" + postgres? ( virtual/postgresql-base )" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |