Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: ChangeLog pmacct-0.14.3.ebuild pmacct-0.14.2.ebuild
Date: Sat, 01 Feb 2014 11:50:31
Message-Id: 20140201115027.B5D652004C@flycatcher.gentoo.org
1 jer 14/02/01 11:50:27
2
3 Modified: ChangeLog pmacct-0.14.3.ebuild
4 Removed: pmacct-0.14.2.ebuild
5 Log:
6 Add dev-libs/geoip dependency (bug #499924 by Michael Rowell).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.91 net-analyzer/pmacct/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.91&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.91&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.90&r2=1.91
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
20 retrieving revision 1.90
21 retrieving revision 1.91
22 diff -u -r1.90 -r1.91
23 --- ChangeLog 9 May 2013 03:03:11 -0000 1.90
24 +++ ChangeLog 1 Feb 2014 11:50:27 -0000 1.91
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-analyzer/pmacct
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.90 2013/05/09 03:03:11 jer Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.91 2014/02/01 11:50:27 jer Exp $
31 +
32 + 01 Feb 2014; Jeroen Roovers <jer@g.o> -pmacct-0.14.2.ebuild,
33 + pmacct-0.14.3.ebuild:
34 + Add dev-libs/geoip dependency (bug #499924 by Michael Rowell).
35
36 *pmacct-0.14.3 (09 May 2013)
37
38
39
40
41 1.2 net-analyzer/pmacct/pmacct-0.14.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?r1=1.1&r2=1.2
46
47 Index: pmacct-0.14.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- pmacct-0.14.3.ebuild 9 May 2013 03:03:11 -0000 1.1
54 +++ pmacct-0.14.3.ebuild 1 Feb 2014 11:50:27 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.1 2013/05/09 03:03:11 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.2 2014/02/01 11:50:27 jer Exp $
61
62 EAPI=5
63 inherit eutils toolchain-funcs
64 @@ -16,6 +16,7 @@
65
66 DEPEND="
67 net-libs/libpcap
68 + geoip? ( dev-libs/geoip )
69 mongodb? ( dev-libs/mongo-c-driver )
70 mysql? ( virtual/mysql )
71 postgres? ( dev-db/postgresql-base )