titanofold 14/11/03 13:27:40
Modified: ChangeLog pmacct-1.5.0_rc3.ebuild
pmacct-0.14.3.ebuild
Log:
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
D1BBFDA0)
Revision Changes Path
1.102 net-analyzer/pmacct/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.102&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.102&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 27 Aug 2014 13:37:52 -0000 1.101
+++ ChangeLog 3 Nov 2014 13:27:40 -0000 1.102
@@ -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.101
2014/08/27 13:37:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.102
2014/11/03 13:27:40 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <[email protected]> pmacct-0.14.3.ebuild,
+ pmacct-1.5.0_rc3.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
27 Aug 2014; Jeroen Roovers <[email protected]> -pmacct-0.14.1.ebuild:
Old.
1.4 net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?r1=1.3&r2=1.4
Index: pmacct-1.5.0_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pmacct-1.5.0_rc3.ebuild 6 Aug 2014 19:52:46 -0000 1.3
+++ pmacct-1.5.0_rc3.ebuild 3 Nov 2014 13:27:40 -0000 1.4
@@ -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.3
2014/08/06 19:52:46 jer Exp $
+# $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 $
EAPI=5
inherit autotools eutils toolchain-funcs
@@ -19,7 +19,7 @@
geoip? ( dev-libs/geoip )
mongodb? ( >=dev-libs/mongo-c-driver-0.8.1-r1 )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
sqlite? ( =dev-db/sqlite-3* )
"
DEPEND="
1.6 net-analyzer/pmacct/pmacct-0.14.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?r1=1.5&r2=1.6
Index: pmacct-0.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pmacct-0.14.3.ebuild 27 Aug 2014 12:29:27 -0000 1.5
+++ pmacct-0.14.3.ebuild 3 Nov 2014 13:27:40 -0000 1.6
@@ -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.5 2014/08/27 12:29:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v
1.6 2014/11/03 13:27:40 titanofold Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -19,7 +19,7 @@
geoip? ( dev-libs/geoip )
mongodb? ( dev-libs/mongo-c-driver )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
sqlite? ( =dev-db/sqlite-3* )
"
RDEPEND="${DEPEND}"