summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:03:36 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:03:36 +0000
commit4de6ce62d6dd5bded9bd9f0dd4c23317bbaf4239 (patch)
tree4d7808851b69ec9474d2152a0685e2f493f6d24e /app-misc/sphinx
parentStable on amd64 wrt bug #319827 (diff)
downloadgentoo-2-4de6ce62d6dd5bded9bd9f0dd4c23317bbaf4239.tar.gz
gentoo-2-4de6ce62d6dd5bded9bd9f0dd4c23317bbaf4239.tar.bz2
gentoo-2-4de6ce62d6dd5bded9bd9f0dd4c23317bbaf4239.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r--app-misc/sphinx/ChangeLog6
-rw-r--r--app-misc/sphinx/sphinx-0.9.8.1.ebuild6
-rw-r--r--app-misc/sphinx/sphinx-0.9.9.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog
index a34fd82ab1ac..47ffe54f002f 100644
--- a/app-misc/sphinx/ChangeLog
+++ b/app-misc/sphinx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/sphinx
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.25 2010/06/07 14:53:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.26 2010/06/17 20:03:36 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> sphinx-0.9.8.1.ebuild,
+ sphinx-0.9.9.ebuild:
+ Migrating away from deprecated postgres virtuals
07 Jun 2010; Markos Chandras <hwoarang@gentoo.org> sphinx-0.9.9.ebuild:
Stable on amd64 wrt bug #322751
diff --git a/app-misc/sphinx/sphinx-0.9.8.1.ebuild b/app-misc/sphinx/sphinx-0.9.8.1.ebuild
index ba5871d66876..3f96e6528b4c 100644
--- a/app-misc/sphinx/sphinx-0.9.8.1.ebuild
+++ b/app-misc/sphinx/sphinx-0.9.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.1.ebuild,v 1.3 2009/07/23 21:48:24 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.8.1.ebuild,v 1.4 2010/06/17 20:03:36 patrick Exp $
inherit eutils autotools
@@ -18,7 +18,7 @@ KEYWORDS="amd64 x86"
IUSE="debug id64 mysql postgres stemmer test"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )"
+ postgres? ( dev-db/postgresql-base )"
RDEPEND="${DEPEND}
test? ( dev-lang/php )"
diff --git a/app-misc/sphinx/sphinx-0.9.9.ebuild b/app-misc/sphinx/sphinx-0.9.9.ebuild
index e92ec5549212..c53cae41a58d 100644
--- a/app-misc/sphinx/sphinx-0.9.9.ebuild
+++ b/app-misc/sphinx/sphinx-0.9.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild,v 1.2 2010/06/07 14:53:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild,v 1.3 2010/06/17 20:03:36 patrick Exp $
EAPI=2
inherit eutils autotools
@@ -22,7 +22,7 @@ KEYWORDS="amd64 ~x86"
IUSE="debug id64 mysql postgres stemmer test"
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )"
+ postgres? ( dev-db/postgresql-base )"
DEPEND="${RDEPEND}
test? ( dev-lang/php )"