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
commit3e29241c6bb0742a5ce823e4575bbf85b4ca6b74 (patch)
treed978df073ad5672fab36259beedbc365fe984186
parentMigrating away from deprecated postgres virtuals (diff)
downloadhistorical-3e29241c6bb0742a5ce823e4575bbf85b4ca6b74.tar.gz
historical-3e29241c6bb0742a5ce823e4575bbf85b4ca6b74.tar.bz2
historical-3e29241c6bb0742a5ce823e4575bbf85b4ca6b74.zip
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
-rw-r--r--net-analyzer/echoping/ChangeLog8
-rw-r--r--net-analyzer/echoping/echoping-6.0.2-r1.ebuild6
-rw-r--r--net-analyzer/echoping/echoping-6.0.2.ebuild6
-rw-r--r--net-analyzer/flow-tools/ChangeLog7
-rw-r--r--net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild4
-rw-r--r--net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild4
-rw-r--r--net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild4
-rw-r--r--net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild4
-rw-r--r--net-analyzer/munin/ChangeLog6
-rw-r--r--net-analyzer/munin/munin-1.3.4-r2.ebuild4
-rw-r--r--net-analyzer/munin/munin-1.4.4.ebuild4
-rw-r--r--net-analyzer/munin/munin-1.4.5.ebuild4
-rw-r--r--net-analyzer/nagios-plugins/ChangeLog7
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r1.ebuild6
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-1.4.14-r2.ebuild4
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-1.4.14.ebuild4
-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
20 files changed, 62 insertions, 40 deletions
diff --git a/net-analyzer/echoping/ChangeLog b/net-analyzer/echoping/ChangeLog
index 349c2d60b586..24ebc4fb1c55 100644
--- a/net-analyzer/echoping/ChangeLog
+++ b/net-analyzer/echoping/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/echoping
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.22 2009/09/16 18:04:11 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.23 2010/06/17 20:28:33 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> echoping-6.0.2.ebuild,
+ echoping-6.0.2-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
16 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
echoping-6.0.2-r1.ebuild:
diff --git a/net-analyzer/echoping/echoping-6.0.2-r1.ebuild b/net-analyzer/echoping/echoping-6.0.2-r1.ebuild
index 25654749bd57..440fe762b0b4 100644
--- a/net-analyzer/echoping/echoping-6.0.2-r1.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2-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/echoping/echoping-6.0.2-r1.ebuild,v 1.5 2009/09/16 18:04:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2-r1.ebuild,v 1.6 2010/06/17 20:28:33 patrick Exp $
EAPI="2"
@@ -19,7 +19,7 @@ RESTRICT="test"
RDEPEND="gnutls? ( >=net-libs/gnutls-1.0.17 )
ssl? ( >=dev-libs/openssl-0.9.7d )
idn? ( net-dns/libidn )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2"
diff --git a/net-analyzer/echoping/echoping-6.0.2.ebuild b/net-analyzer/echoping/echoping-6.0.2.ebuild
index fce8ce25e790..3fcbf544029b 100644
--- a/net-analyzer/echoping/echoping-6.0.2.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2.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/echoping/echoping-6.0.2.ebuild,v 1.6 2009/07/29 03:23:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild,v 1.7 2010/06/17 20:28:33 patrick Exp $
inherit eutils
@@ -17,7 +17,7 @@ RESTRICT="test"
DEPEND="gnutls? ( >=net-libs/gnutls-1.0.17 )
ssl? ( >=dev-libs/openssl-0.9.7d )
idn? ( net-dns/libidn )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
ldap? ( net-nds/openldap )"
src_compile() {
diff --git a/net-analyzer/flow-tools/ChangeLog b/net-analyzer/flow-tools/ChangeLog
index 4df6ddc7ba97..d6da13269e17 100644
--- a/net-analyzer/flow-tools/ChangeLog
+++ b/net-analyzer/flow-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/flow-tools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.43 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.44 2010/06/17 20:30:16 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> flow-tools-0.68-r5.ebuild,
+ flow-tools-0.68-r7.ebuild, flow-tools-0.68-r8.ebuild,
+ flow-tools-0.68.5-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
07 May 2010; Jeroen Roovers <jer@gentoo.org> flow-tools-0.68-r5.ebuild,
flow-tools-0.68-r7.ebuild, flow-tools-0.68-r8.ebuild,
diff --git a/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild b/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild
index d1ca9dfe4a59..5834569ae2bf 100644
--- a/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild
+++ b/net-analyzer/flow-tools/flow-tools-0.68-r5.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/flow-tools/flow-tools-0.68-r5.ebuild,v 1.7 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild,v 1.8 2010/06/17 20:30:15 patrick Exp $
WANT_AUTOMAKE="1.6"
WANT_AUTOCONF="latest"
@@ -18,7 +18,7 @@ IUSE="mysql postgres debug ssl"
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
!postgres? ( mysql? ( virtual/mysql ) )
- !mysql? ( postgres? ( virtual/postgresql-server ) )
+ !mysql? ( postgres? ( dev-db/postgresql-server ) )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild b/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild
index 2d71e146ee18..f71b05bebe55 100644
--- a/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild
+++ b/net-analyzer/flow-tools/flow-tools-0.68-r7.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/flow-tools/flow-tools-0.68-r7.ebuild,v 1.2 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild,v 1.3 2010/06/17 20:30:16 patrick Exp $
WANT_AUTOMAKE="1.6"
WANT_AUTOCONF="latest"
@@ -18,7 +18,7 @@ IUSE="mysql postgres debug ssl"
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
!postgres? ( mysql? ( virtual/mysql ) )
- !mysql? ( postgres? ( virtual/postgresql-server ) )
+ !mysql? ( postgres? ( dev-db/postgresql-server ) )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild b/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild
index 6d2544a953a1..2a3794517580 100644
--- a/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild
+++ b/net-analyzer/flow-tools/flow-tools-0.68-r8.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/flow-tools/flow-tools-0.68-r8.ebuild,v 1.2 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild,v 1.3 2010/06/17 20:30:16 patrick Exp $
WANT_AUTOMAKE="1.6"
WANT_AUTOCONF="latest"
@@ -18,7 +18,7 @@ IUSE="mysql postgres debug ssl"
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
!postgres? ( mysql? ( virtual/mysql ) )
- !mysql? ( postgres? ( virtual/postgresql-server ) )
+ !mysql? ( postgres? ( dev-db/postgresql-server ) )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild
index 11fc2bb3d837..86891f175932 100644
--- a/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild
+++ b/net-analyzer/flow-tools/flow-tools-0.68.5-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/flow-tools/flow-tools-0.68.5-r1.ebuild,v 1.2 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild,v 1.3 2010/06/17 20:30:16 patrick Exp $
EAPI="2"
@@ -18,7 +18,7 @@ IUSE="mysql postgres debug ssl"
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index 663b842061f7..df31cbe86009 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.39 2010/06/11 15:41:56 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.40 2010/06/17 20:30:34 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> munin-1.3.4-r2.ebuild,
+ munin-1.4.4.ebuild, munin-1.4.5.ebuild:
+ Migrating away from deprecated postgres virtuals
*munin-1.4.5 (11 Jun 2010)
diff --git a/net-analyzer/munin/munin-1.3.4-r2.ebuild b/net-analyzer/munin/munin-1.3.4-r2.ebuild
index 830c6451661a..886dbfc77d61 100644
--- a/net-analyzer/munin/munin-1.3.4-r2.ebuild
+++ b/net-analyzer/munin/munin-1.3.4-r2.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/munin/munin-1.3.4-r2.ebuild,v 1.10 2010/05/02 22:33:29 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild,v 1.11 2010/06/17 20:30:34 patrick Exp $
EAPI="2"
@@ -21,7 +21,7 @@ DEPEND_COM="dev-lang/perl
sys-process/procps
ssl? ( dev-perl/Net-SSLeay )
mysql? ( virtual/mysql )
- postgres? ( dev-perl/DBD-Pg virtual/postgresql-base )
+ postgres? ( dev-perl/DBD-Pg dev-db/postgresql-base )
irc? ( dev-perl/Net-IRC )
dev-perl/DateManip
dev-perl/Net-CIDR
diff --git a/net-analyzer/munin/munin-1.4.4.ebuild b/net-analyzer/munin/munin-1.4.4.ebuild
index dd0378f3d828..697d3d2fb709 100644
--- a/net-analyzer/munin/munin-1.4.4.ebuild
+++ b/net-analyzer/munin/munin-1.4.4.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/munin/munin-1.4.4.ebuild,v 1.4 2010/05/24 18:57:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.4.ebuild,v 1.5 2010/06/17 20:30:34 patrick Exp $
EAPI=2
@@ -24,7 +24,7 @@ DEPEND_COM="dev-lang/perl
java? ( >=virtual/jdk-1.5 )
mysql? ( virtual/mysql dev-perl/Cache-Cache )
ssl? ( dev-perl/Net-SSLeay )
- postgres? ( dev-perl/DBD-Pg virtual/postgresql-base )
+ postgres? ( dev-perl/DBD-Pg dev-db/postgresql-base )
dev-perl/DateManip
dev-perl/Log-Log4perl
dev-perl/Net-CIDR
diff --git a/net-analyzer/munin/munin-1.4.5.ebuild b/net-analyzer/munin/munin-1.4.5.ebuild
index 935fdedf875d..cbab5000aacd 100644
--- a/net-analyzer/munin/munin-1.4.5.ebuild
+++ b/net-analyzer/munin/munin-1.4.5.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/munin/munin-1.4.5.ebuild,v 1.1 2010/06/11 15:41:56 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.5.ebuild,v 1.2 2010/06/17 20:30:34 patrick Exp $
EAPI=2
@@ -24,7 +24,7 @@ DEPEND_COM="dev-lang/perl
java? ( >=virtual/jdk-1.5 )
mysql? ( virtual/mysql dev-perl/Cache-Cache )
ssl? ( dev-perl/Net-SSLeay )
- postgres? ( dev-perl/DBD-Pg virtual/postgresql-base )
+ postgres? ( dev-perl/DBD-Pg dev-db/postgresql-base )
dev-perl/DateManip
dev-perl/Log-Log4perl
dev-perl/Net-CIDR
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog
index 38e3a030b567..402ed5e48415 100644
--- a/net-analyzer/nagios-plugins/ChangeLog
+++ b/net-analyzer/nagios-plugins/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nagios-plugins
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.128 2010/03/16 16:39:26 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.129 2010/06/17 20:32:06 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+ nagios-plugins-1.4.13-r1.ebuild, nagios-plugins-1.4.14.ebuild,
+ nagios-plugins-1.4.14-r2.ebuild:
+ Migrating away from deprecated postgres virtuals
*nagios-plugins-1.4.14-r2 (16 Mar 2010)
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r1.ebuild
index 672cc6c646cb..5f12283b7b73 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r1.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-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/nagios-plugins/nagios-plugins-1.4.13-r1.ebuild,v 1.9 2009/03/18 22:23:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r1.ebuild,v 1.10 2010/06/17 20:32:06 patrick Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -19,7 +19,7 @@ nagios-ssh nagios-game ups ipv6 radius"
DEPEND="ldap? ( >=net-nds/openldap-2.0.25 )
mysql? ( virtual/mysql )
- postgres? ( >=virtual/postgresql-base-7.2 )
+ postgres? ( dev-db/postgresql-base )
ssl? ( >=dev-libs/openssl-0.9.6g )
radius? ( >=net-dialup/radiusclient-0.3.2 )"
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.14-r2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.14-r2.ebuild
index 708d728ebf28..f3cec4c5cce7 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.14-r2.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.14-r2.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/nagios-plugins/nagios-plugins-1.4.14-r2.ebuild,v 1.1 2010/03/16 16:39:26 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.14-r2.ebuild,v 1.2 2010/06/17 20:32:06 patrick Exp $
EAPI=1
@@ -17,7 +17,7 @@ IUSE="+ssl samba mysql postgres ldap snmp nagios-dns nagios-ntp nagios-ping nagi
DEPEND="ldap? ( >=net-nds/openldap-2.0.25 )
mysql? ( virtual/mysql )
- postgres? ( >=virtual/postgresql-base-7.2 )
+ postgres? ( dev-db/postgresql-base )
ssl? ( >=dev-libs/openssl-0.9.6g )
radius? ( >=net-dialup/radiusclient-0.3.2 )"
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.14.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.14.ebuild
index c209ddc726c7..5b700262e965 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.14.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.14.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/nagios-plugins/nagios-plugins-1.4.14.ebuild,v 1.8 2010/01/31 17:40:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.14.ebuild,v 1.9 2010/06/17 20:32:06 patrick Exp $
EAPI=1
@@ -18,7 +18,7 @@ nagios-ssh nagios-game ups ipv6 radius +suid"
DEPEND="ldap? ( >=net-nds/openldap-2.0.25 )
mysql? ( virtual/mysql )
- postgres? ( >=virtual/postgresql-base-7.2 )
+ postgres? ( dev-db/postgresql-base )
ssl? ( >=dev-libs/openssl-0.9.6g )
radius? ( >=net-dialup/radiusclient-0.3.2 )"
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}"