diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 20:15:37 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-19 20:15:37 +0000 |
commit | 745ddd82afaf28213c0a35355c92f555622f7401 (patch) | |
tree | 2be2dd1dca9638625f91d3b2a1d9caca8230d684 /net-analyzer/pmacct | |
parent | Move ttf-sil-padauk -> sil-padauk. (diff) | |
download | historical-745ddd82afaf28213c0a35355c92f555622f7401.tar.gz historical-745ddd82afaf28213c0a35355c92f555622f7401.tar.bz2 historical-745ddd82afaf28213c0a35355c92f555622f7401.zip |
Changed dependency for postgresql to virtual/postgresql-base
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'net-analyzer/pmacct')
-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}" |