summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:04:44 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:04:44 +0000
commit4f53e0e6a7f904c38e9148321d469570b12893d9 (patch)
treef1bdcb0bd46b77b29b6fe4a334c772f26ec1b9e7 /dev-db/libzdb
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-4f53e0e6a7f904c38e9148321d469570b12893d9.tar.gz
gentoo-2-4f53e0e6a7f904c38e9148321d469570b12893d9.tar.bz2
gentoo-2-4f53e0e6a7f904c38e9148321d469570b12893d9.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 'dev-db/libzdb')
-rw-r--r--dev-db/libzdb/ChangeLog7
-rw-r--r--dev-db/libzdb/libzdb-2.11.1.ebuild4
-rw-r--r--dev-db/libzdb/libzdb-2.11.2.ebuild4
-rw-r--r--dev-db/libzdb/libzdb-2.11.3.ebuild4
-rw-r--r--dev-db/libzdb/libzdb-2.12.ebuild4
-rw-r--r--dev-db/libzdb/libzdb-3.0.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/dev-db/libzdb/ChangeLog b/dev-db/libzdb/ChangeLog
index 6b47198f86a5..720f8b5cbfd9 100644
--- a/dev-db/libzdb/ChangeLog
+++ b/dev-db/libzdb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/libzdb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.20 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.21 2014/12/28 15:04:44 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> libzdb-2.11.1.ebuild,
+ libzdb-2.11.2.ebuild, libzdb-2.11.3.ebuild, libzdb-2.12.ebuild,
+ libzdb-3.0.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> libzdb-2.11.1.ebuild,
libzdb-2.11.2.ebuild, libzdb-2.11.3.ebuild, libzdb-2.12.ebuild,
diff --git a/dev-db/libzdb/libzdb-2.11.1.ebuild b/dev-db/libzdb/libzdb-2.11.1.ebuild
index fd0009559900..7be3cfacbbc8 100644
--- a/dev-db/libzdb/libzdb-2.11.1.ebuild
+++ b/dev-db/libzdb/libzdb-2.11.1.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/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.7 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.8 2014/12/28 15:04:44 titanofold Exp $
EAPI="4"
@@ -19,7 +19,7 @@ REQUIRED_USE=" || ( postgres mysql sqlite )"
RESTRICT=test
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/dev-db/libzdb/libzdb-2.11.2.ebuild b/dev-db/libzdb/libzdb-2.11.2.ebuild
index 97489ba2f278..a69f9551ca2a 100644
--- a/dev-db/libzdb/libzdb-2.11.2.ebuild
+++ b/dev-db/libzdb/libzdb-2.11.2.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/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $
EAPI="4"
@@ -19,7 +19,7 @@ REQUIRED_USE=" || ( postgres mysql sqlite )"
RESTRICT=test
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/dev-db/libzdb/libzdb-2.11.3.ebuild b/dev-db/libzdb/libzdb-2.11.3.ebuild
index 6ea24a060d47..4f4d9160f397 100644
--- a/dev-db/libzdb/libzdb-2.11.3.ebuild
+++ b/dev-db/libzdb/libzdb-2.11.3.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/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $
EAPI="4"
@@ -19,7 +19,7 @@ REQUIRED_USE=" || ( postgres mysql sqlite )"
RESTRICT=test
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/dev-db/libzdb/libzdb-2.12.ebuild b/dev-db/libzdb/libzdb-2.12.ebuild
index 3fe30227eb31..ef11d59a254c 100644
--- a/dev-db/libzdb/libzdb-2.12.ebuild
+++ b/dev-db/libzdb/libzdb-2.12.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/dev-db/libzdb/libzdb-2.12.ebuild,v 1.4 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.5 2014/12/28 15:04:44 titanofold Exp $
EAPI="4"
@@ -19,7 +19,7 @@ REQUIRED_USE=" || ( postgres mysql sqlite )"
RESTRICT=test
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/dev-db/libzdb/libzdb-3.0.ebuild b/dev-db/libzdb/libzdb-3.0.ebuild
index 5d9f85b548f8..4e6e5ac74bfb 100644
--- a/dev-db/libzdb/libzdb-3.0.ebuild
+++ b/dev-db/libzdb/libzdb-3.0.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/dev-db/libzdb/libzdb-3.0.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $
EAPI="4"
@@ -19,7 +19,7 @@ REQUIRED_USE=" || ( postgres mysql sqlite )"
RESTRICT=test
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}