diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 20:10:23 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 20:10:23 +0000 |
commit | 8a7aa9e05316b993e4c45e31487302c60b589b89 (patch) | |
tree | 1f81fa110cec535329cead1e9658bb5cfb5766cf /net-analyzer | |
parent | Changed dependency for postgresql to virtual/postgresql-base (diff) | |
download | gentoo-2-8a7aa9e05316b993e4c45e31487302c60b589b89.tar.gz gentoo-2-8a7aa9e05316b993e4c45e31487302c60b589b89.tar.bz2 gentoo-2-8a7aa9e05316b993e4c45e31487302c60b589b89.zip |
Changed dependency for postgresql to virtual/postgresql-base
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.11.3.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.11.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index ef9c699b5d37..f09a9f255f77 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.52 2008/03/31 17:46:39 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.53 2008/05/19 20:10:23 dev-zero Exp $ + + 19 May 2008; Tiziano Müller <dev-zero@gentoo.org> pmacct-0.11.3.ebuild, + pmacct-0.11.4.ebuild: + Changed dependency for postgresql to virtual/postgresql-base 31 Mar 2008; Cédric Krier <cedk@gentoo.org> -pmacct-0.9.5.ebuild, -pmacct-0.11.2-r1.ebuild, pmacct-0.11.3.ebuild, pmacct-0.11.4.ebuild: diff --git a/net-analyzer/pmacct/pmacct-0.11.3.ebuild b/net-analyzer/pmacct/pmacct-0.11.3.ebuild index e8ae1dce1056..9e5447feabca 100644 --- a/net-analyzer/pmacct/pmacct-0.11.3.ebuild +++ b/net-analyzer/pmacct/pmacct-0.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.11.3.ebuild,v 1.4 2008/03/31 17:46:39 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.11.3.ebuild,v 1.5 2008/05/19 20:10:23 dev-zero Exp $ DESCRIPTION="A network tool to gather ip traffic informations" HOMEPAGE="http://www.pmacct.net/" @@ -13,7 +13,7 @@ IUSE="64bit debug ipv6 mmap mysql postgres sqlite3" RDEPEND="net-libs/libpcap mysql? ( virtual/mysql ) - postgres? ( dev-db/libpq ) + postgres? ( virtual/postgresql-base ) sqlite3? ( =dev-db/sqlite-3* )" DEPEND="${RDEPEND}" diff --git a/net-analyzer/pmacct/pmacct-0.11.4.ebuild b/net-analyzer/pmacct/pmacct-0.11.4.ebuild index 3bdb22c842c5..c88f0fccd110 100644 --- a/net-analyzer/pmacct/pmacct-0.11.4.ebuild +++ b/net-analyzer/pmacct/pmacct-0.11.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.11.4.ebuild,v 1.3 2008/03/31 17:46:39 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.11.4.ebuild,v 1.4 2008/05/19 20:10:23 dev-zero Exp $ DESCRIPTION="A network tool to gather ip traffic informations" HOMEPAGE="http://www.pmacct.net/" @@ -13,7 +13,7 @@ IUSE="64bit debug ipv6 mmap mysql postgres sqlite3" RDEPEND="net-libs/libpcap mysql? ( virtual/mysql ) - postgres? ( dev-db/libpq ) + postgres? ( virtual/postgresql-base ) sqlite3? ( =dev-db/sqlite-3* )" DEPEND="${RDEPEND}" |