titanofold 14/12/28 16:11:26
Modified: ChangeLog pmacct-1.5.0_rc3.ebuild
pmacct-0.14.3.ebuild
Log:
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
D1BBFDA0)
Revision Changes Path
1.103 net-analyzer/pmacct/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.103&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.103&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 3 Nov 2014 13:27:40 -0000 1.102
+++ ChangeLog 28 Dec 2014 16:11:25 -0000 1.103
@@ -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.102
2014/11/03 13:27:40 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.103
2014/12/28 16:11:25 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <[email protected]> pmacct-0.14.3.ebuild,
+ pmacct-1.5.0_rc3.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <[email protected]> pmacct-0.14.3.ebuild,
pmacct-1.5.0_rc3.ebuild:
1.5 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.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?r1=1.4&r2=1.5
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pmacct-1.5.0_rc3.ebuild 3 Nov 2014 13:27:40 -0000 1.4
+++ pmacct-1.5.0_rc3.ebuild 28 Dec 2014 16:11:25 -0000 1.5
@@ -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.4
2014/11/03 13:27:40 titanofold Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.5
2014/12/28 16:11:25 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? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3* )
"
DEPEND="
1.7 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.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?r1=1.6&r2=1.7
Index: pmacct-0.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pmacct-0.14.3.ebuild 3 Nov 2014 13:27:40 -0000 1.6
+++ pmacct-0.14.3.ebuild 28 Dec 2014 16:11:25 -0000 1.7
@@ -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.6 2014/11/03 13:27:40 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v
1.7 2014/12/28 16:11:25 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? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3* )
"
RDEPEND="${DEPEND}"