diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:11:25 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 16:11:25 +0000 |
commit | 258e534d30e9c362fadbe04c29f005c5bc349928 (patch) | |
tree | b3053e3bd3f34fb9f2827ccae4b9bd56a13351e1 /net-analyzer | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-258e534d30e9c362fadbe04c29f005c5bc349928.tar.gz gentoo-2-258e534d30e9c362fadbe04c29f005c5bc349928.tar.bz2 gentoo-2-258e534d30e9c362fadbe04c29f005c5bc349928.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 'net-analyzer')
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.14.3.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index 9abd1a458c61..84c38d83cfab 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.102 2014/11/03 13:27:40 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.103 2014/12/28 16:11:25 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> pmacct-0.14.3.ebuild, + pmacct-1.5.0_rc3.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pmacct-0.14.3.ebuild, pmacct-1.5.0_rc3.ebuild: diff --git a/net-analyzer/pmacct/pmacct-0.14.3.ebuild b/net-analyzer/pmacct/pmacct-0.14.3.ebuild index ea790c9bfce2..722f7ee0b764 100644 --- a/net-analyzer/pmacct/pmacct-0.14.3.ebuild +++ b/net-analyzer/pmacct/pmacct-0.14.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/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.6 2014/11/03 13:27:40 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.7 2014/12/28 16:11:25 titanofold Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -19,7 +19,7 @@ DEPEND=" geoip? ( dev-libs/geoip ) mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( =dev-db/sqlite-3* ) " RDEPEND="${DEPEND}" diff --git a/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild b/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild index 60890b382674..439a73e94640 100644 --- a/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild +++ b/net-analyzer/pmacct/pmacct-1.5.0_rc3.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/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.4 2014/11/03 13:27:40 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.5 2014/12/28 16:11:25 titanofold Exp $ EAPI=5 inherit autotools eutils toolchain-funcs @@ -19,7 +19,7 @@ RDEPEND=" geoip? ( dev-libs/geoip ) mongodb? ( >=dev-libs/mongo-c-driver-0.8.1-r1 ) mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( =dev-db/sqlite-3* ) " DEPEND=" |