summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:05:44 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 15:05:44 +0000
commit7d08406f1802dffa49c8b6c6c350754d27c4c64e (patch)
tree739db8ca652a4cb0d597839b105dadb0dac03fdd /dev-db
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-7d08406f1802dffa49c8b6c6c350754d27c4c64e.tar.gz
gentoo-2-7d08406f1802dffa49c8b6c6c350754d27c4c64e.tar.bz2
gentoo-2-7d08406f1802dffa49c8b6c6c350754d27c4c64e.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')
-rw-r--r--dev-db/mysql-super-smack/ChangeLog6
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild4
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/mysql-super-smack/ChangeLog b/dev-db/mysql-super-smack/ChangeLog
index d8719ac59605..07dbe7c04a65 100644
--- a/dev-db/mysql-super-smack/ChangeLog
+++ b/dev-db/mysql-super-smack/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mysql-super-smack
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.22 2014/11/03 11:24:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.23 2014/12/28 15:05:44 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ mysql-super-smack-1.3-r2.ebuild, mysql-super-smack-1.3-r3.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
mysql-super-smack-1.3-r2.ebuild, mysql-super-smack-1.3-r3.ebuild:
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild
index 77447989d584..b0a2e82aa1d2 100644
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild
+++ b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.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/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild,v 1.8 2014/11/03 11:24:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild,v 1.9 2014/12/28 15:05:44 titanofold Exp $
EAPI=2
WANT_AUTOMAKE="1.4"
@@ -19,7 +19,7 @@ KEYWORDS="amd64 ~ppc x86"
IUSE="+mysql postgres"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql[server] )"
+ postgres? ( dev-db/postgresql[server] )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild
index dfcc7147b9f3..5bcc4333c3d2 100644
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild
+++ b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.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/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild,v 1.3 2014/11/03 11:24:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild,v 1.4 2014/12/28 15:05:44 titanofold Exp $
EAPI=5
WANT_AUTOMAKE="1.13"
@@ -22,7 +22,7 @@ IUSE="+mysql postgres"
REQUIRED_USE="|| ( mysql postgres )"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql[server] )"
+ postgres? ( dev-db/postgresql[server] )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"