diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:07:21 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:07:21 +0000 |
commit | 05ce741fcf90e5ee1e75888c6941cce2455de11a (patch) | |
tree | 44649a37daefd60c1e73d5e67ebd05a5c43f0635 /dev-db/pg_top | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-05ce741fcf90e5ee1e75888c6941cce2455de11a.tar.gz gentoo-2-05ce741fcf90e5ee1e75888c6941cce2455de11a.tar.bz2 gentoo-2-05ce741fcf90e5ee1e75888c6941cce2455de11a.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/pg_top')
-rw-r--r-- | dev-db/pg_top/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/pg_top/pg_top-3.6.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/pg_top/pg_top-3.7.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/pg_top/ChangeLog b/dev-db/pg_top/ChangeLog index 27bfbb873dab..c216e0b3ec99 100644 --- a/dev-db/pg_top/ChangeLog +++ b/dev-db/pg_top/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/pg_top # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.10 2014/11/03 11:25:43 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.11 2014/12/28 15:07:21 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> pg_top-3.6.2-r1.ebuild, + pg_top-3.7.0.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pg_top-3.6.2-r1.ebuild, pg_top-3.7.0.ebuild: diff --git a/dev-db/pg_top/pg_top-3.6.2-r1.ebuild b/dev-db/pg_top/pg_top-3.6.2-r1.ebuild index a22154e47b95..146129a6c0cf 100644 --- a/dev-db/pg_top/pg_top-3.6.2-r1.ebuild +++ b/dev-db/pg_top/pg_top-3.6.2-r1.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/pg_top/pg_top-3.6.2-r1.ebuild,v 1.2 2014/11/03 11:25:43 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2-r1.ebuild,v 1.3 2014/12/28 15:07:21 titanofold Exp $ EAPI="5" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -RDEPEND="virtual/postgresql" +RDEPEND="dev-db/postgresql" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-db/pg_top/pg_top-3.7.0.ebuild b/dev-db/pg_top/pg_top-3.7.0.ebuild index 1d274309136a..59b2fbfa4ceb 100644 --- a/dev-db/pg_top/pg_top-3.7.0.ebuild +++ b/dev-db/pg_top/pg_top-3.7.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/pg_top/pg_top-3.7.0.ebuild,v 1.2 2014/11/03 11:25:43 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.7.0.ebuild,v 1.3 2014/12/28 15:07:21 titanofold Exp $ EAPI="5" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -RDEPEND="virtual/postgresql" +RDEPEND="dev-db/postgresql" DEPEND="${RDEPEND} virtual/pkgconfig" |