diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:55:57 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:55:57 +0000 |
commit | 0252ea6839d914eb439177535f1f476ac385d96e (patch) | |
tree | 59eed2aa132bed78450d03534147dfcefa59052f /sys-auth | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-0252ea6839d914eb439177535f1f476ac385d96e.tar.gz gentoo-2-0252ea6839d914eb439177535f1f476ac385d96e.tar.bz2 gentoo-2-0252ea6839d914eb439177535f1f476ac385d96e.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 'sys-auth')
-rw-r--r-- | sys-auth/libnss-pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/libnss-pgsql/libnss-pgsql-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/libnss-pgsql/ChangeLog b/sys-auth/libnss-pgsql/ChangeLog index 1dda10d93dce..8647d8dad58b 100644 --- a/sys-auth/libnss-pgsql/ChangeLog +++ b/sys-auth/libnss-pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/libnss-pgsql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-pgsql/ChangeLog,v 1.8 2014/11/03 14:00:33 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-pgsql/ChangeLog,v 1.9 2014/12/28 16:55:57 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> + libnss-pgsql-1.4.0.ebuild, libnss-pgsql-1.5.0_beta.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> libnss-pgsql-1.4.0.ebuild, libnss-pgsql-1.5.0_beta.ebuild: diff --git a/sys-auth/libnss-pgsql/libnss-pgsql-1.4.0.ebuild b/sys-auth/libnss-pgsql/libnss-pgsql-1.4.0.ebuild index 75dd9c9f82a1..43b3c4290519 100644 --- a/sys-auth/libnss-pgsql/libnss-pgsql-1.4.0.ebuild +++ b/sys-auth/libnss-pgsql/libnss-pgsql-1.4.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/sys-auth/libnss-pgsql/libnss-pgsql-1.4.0.ebuild,v 1.5 2014/11/03 14:00:33 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-pgsql/libnss-pgsql-1.4.0.ebuild,v 1.6 2014/12/28 16:55:57 titanofold Exp $ inherit autotools eutils multilib @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/postgresql +DEPEND="dev-db/postgresql app-text/xmlto" RDEPEND="${DEPEND}" diff --git a/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta.ebuild b/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta.ebuild index d63ad47c5a91..9f15ec55dbde 100644 --- a/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta.ebuild +++ b/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta.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/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta.ebuild,v 1.2 2014/11/03 14:00:33 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta.ebuild,v 1.3 2014/12/28 16:55:57 titanofold Exp $ inherit autotools eutils multilib @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND="virtual/postgresql" +RDEPEND="dev-db/postgresql" DEPEND="${RDEPEND} app-text/xmlto" |