summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 14:48:40 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 14:48:40 +0000
commit53a21b702194780964ca6c45405e40fa14119722 (patch)
tree07691a7cf371f252b7cdf34cd2a3722134d046c5 /app-misc
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-53a21b702194780964ca6c45405e40fa14119722.tar.gz
gentoo-2-53a21b702194780964ca6c45405e40fa14119722.tar.bz2
gentoo-2-53a21b702194780964ca6c45405e40fa14119722.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/sphinx/ChangeLog6
-rw-r--r--app-misc/sphinx/sphinx-0.9.9.ebuild4
-rw-r--r--app-misc/sphinx/sphinx-2.0.10.ebuild4
-rw-r--r--app-misc/sphinx/sphinx-2.1.8.ebuild4
-rw-r--r--app-misc/sphinx/sphinx-2.1.9.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog
index c88f81df27c7..bf5ee4bd92d2 100644
--- a/app-misc/sphinx/ChangeLog
+++ b/app-misc/sphinx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/sphinx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.83 2014/12/05 10:17:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.84 2014/12/28 14:48:40 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> sphinx-0.9.9.ebuild,
+ sphinx-2.0.10.ebuild, sphinx-2.1.8.ebuild, sphinx-2.1.9.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> sphinx-2.1.8.ebuild:
Stable for x86, wrt bug #516302
diff --git a/app-misc/sphinx/sphinx-0.9.9.ebuild b/app-misc/sphinx/sphinx-0.9.9.ebuild
index c077d28d8a81..1ee3fc715414 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-2014 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.7 2014/11/03 11:10:26 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild,v 1.8 2014/12/28 14:48:40 titanofold Exp $
EAPI=2
inherit eutils autotools
@@ -24,7 +24,7 @@ KEYWORDS="amd64 x86"
IUSE="debug id64 mysql postgres stemmer test"
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )"
+ postgres? ( dev-db/postgresql )"
DEPEND="${RDEPEND}
test? ( dev-lang/php )"
diff --git a/app-misc/sphinx/sphinx-2.0.10.ebuild b/app-misc/sphinx/sphinx-2.0.10.ebuild
index a0b71e8b1bc8..847e74abf40f 100644
--- a/app-misc/sphinx/sphinx-2.0.10.ebuild
+++ b/app-misc/sphinx/sphinx-2.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.4 2014/11/03 11:10:26 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.5 2014/12/28 14:48:40 titanofold Exp $
EAPI=5
inherit eutils autotools toolchain-funcs
@@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linu
IUSE="debug id64 mysql odbc postgres stemmer test"
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
odbc? ( dev-db/unixODBC )
virtual/libiconv"
DEPEND="${RDEPEND}
diff --git a/app-misc/sphinx/sphinx-2.1.8.ebuild b/app-misc/sphinx/sphinx-2.1.8.ebuild
index 435a9b4e7a6a..8c7c52f2b488 100644
--- a/app-misc/sphinx/sphinx-2.1.8.ebuild
+++ b/app-misc/sphinx/sphinx-2.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild,v 1.4 2014/12/05 10:17:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild,v 1.5 2014/12/28 14:48:40 titanofold Exp $
EAPI=5
inherit eutils autotools toolchain-funcs
@@ -18,7 +18,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linu
IUSE="debug id64 mysql odbc postgres stemmer syslog test xml"
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
odbc? ( dev-db/unixODBC )
stemmer? ( dev-libs/snowball-stemmer )
xml? ( dev-libs/expat )
diff --git a/app-misc/sphinx/sphinx-2.1.9.ebuild b/app-misc/sphinx/sphinx-2.1.9.ebuild
index a240ef56724b..02b792873e06 100644
--- a/app-misc/sphinx/sphinx-2.1.9.ebuild
+++ b/app-misc/sphinx/sphinx-2.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.9.ebuild,v 1.2 2014/11/03 11:10:26 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.9.ebuild,v 1.3 2014/12/28 14:48:40 titanofold Exp $
EAPI=5
inherit eutils autotools toolchain-funcs
@@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-li
IUSE="debug id64 mysql odbc postgres stemmer syslog test xml"
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
odbc? ( dev-db/unixODBC )
stemmer? ( dev-libs/snowball-stemmer )
xml? ( dev-libs/expat )