summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:32:12 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:32:12 +0000
commitf4df8a217dce42a3cf43cebc1274d70020bb0e76 (patch)
treeb20bb7723c2b0dfa52c6fc0869c84859a5859e23 /net-analyzer/pmacct
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-f4df8a217dce42a3cf43cebc1274d70020bb0e76.tar.gz
gentoo-2-f4df8a217dce42a3cf43cebc1274d70020bb0e76.tar.bz2
gentoo-2-f4df8a217dce42a3cf43cebc1274d70020bb0e76.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r--net-analyzer/pmacct/ChangeLog6
-rw-r--r--net-analyzer/pmacct/pmacct-0.11.5-r1.ebuild6
-rw-r--r--net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild4
-rw-r--r--net-analyzer/pmacct/pmacct-0.12.1.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog
index bc23a5dbd3a3..a98fd529d2ac 100644
--- a/net-analyzer/pmacct/ChangeLog
+++ b/net-analyzer/pmacct/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/pmacct
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.65 2010/05/11 05:24:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.66 2010/06/17 20:32:12 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> pmacct-0.11.5-r1.ebuild,
+ pmacct-0.12.0-r1.ebuild, pmacct-0.12.1.ebuild:
+ Migrating away from deprecated postgres virtuals
*pmacct-0.12.1 (11 May 2010)
diff --git a/net-analyzer/pmacct/pmacct-0.11.5-r1.ebuild b/net-analyzer/pmacct/pmacct-0.11.5-r1.ebuild
index 02112eb66528..9a7d72847dfb 100644
--- a/net-analyzer/pmacct/pmacct-0.11.5-r1.ebuild
+++ b/net-analyzer/pmacct/pmacct-0.11.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.11.5-r1.ebuild,v 1.6 2009/06/01 09:48:36 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.11.5-r1.ebuild,v 1.7 2010/06/17 20:32:12 patrick 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 sqlite"
RDEPEND="net-libs/libpcap
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
sqlite? ( =dev-db/sqlite-3* )"
DEPEND="${RDEPEND}"
diff --git a/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild b/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild
index f71155ae1e0a..8f9742d4ef58 100644
--- a/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild
+++ b/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild,v 1.1 2010/03/01 23:39:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild,v 1.2 2010/06/17 20:32:12 patrick Exp $
EAPI="2"
@@ -17,7 +17,7 @@ IUSE="64bit debug ipv6 mysql postgres sqlite threads ulog"
RDEPEND="net-libs/libpcap
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
sqlite? ( =dev-db/sqlite-3* )"
DEPEND="${RDEPEND}"
diff --git a/net-analyzer/pmacct/pmacct-0.12.1.ebuild b/net-analyzer/pmacct/pmacct-0.12.1.ebuild
index 1726697b558b..e3dbbdc8fdc9 100644
--- a/net-analyzer/pmacct/pmacct-0.12.1.ebuild
+++ b/net-analyzer/pmacct/pmacct-0.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.12.1.ebuild,v 1.1 2010/05/11 05:24:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.12.1.ebuild,v 1.2 2010/06/17 20:32:12 patrick Exp $
EAPI="2"
@@ -17,7 +17,7 @@ IUSE="64bit debug ipv6 mysql postgres sqlite threads ulog"
RDEPEND="net-libs/libpcap
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
sqlite? ( =dev-db/sqlite-3* )"
DEPEND="${RDEPEND}"