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-1.5.1.ebuild
Date: Sat, 27 Jun 2015 06:38:49
Message-Id: 20150627063839.149FC737@oystercatcher.gentoo.org
1 jer 15/06/27 06:38:39
2
3 Modified: ChangeLog pmacct-1.5.1.ebuild
4 Log:
5 Fix dev-db/mysql detection in configure by Brian Evans (bug #553358).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.110 net-analyzer/pmacct/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 27 May 2015 11:21:22 -0000 1.109
23 +++ ChangeLog 27 Jun 2015 06:38:39 -0000 1.110
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/pmacct
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.109 2015/05/27 11:21:22 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.110 2015/06/27 06:38:39 jer Exp $
29 +
30 + 27 Jun 2015; Jeroen Roovers <jer@g.o> pmacct-1.5.1.ebuild:
31 + Fix dev-db/mysql detection in configure by Brian Evans (bug #553358).
32
33 27 May 2015; Agostino Sarubbo <ago@g.o> pmacct-1.5.1.ebuild:
34 Stable for x86, wrt bug #542210
35
36
37
38 1.5 net-analyzer/pmacct/pmacct-1.5.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild?r1=1.4&r2=1.5
43
44 Index: pmacct-1.5.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- pmacct-1.5.1.ebuild 27 May 2015 11:21:22 -0000 1.4
51 +++ pmacct-1.5.1.ebuild 27 Jun 2015 06:38:39 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v 1.4 2015/05/27 11:21:22 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v 1.5 2015/06/27 06:38:39 jer Exp $
57
58 EAPI=5
59 inherit toolchain-funcs
60 @@ -51,6 +51,8 @@
61 $(use_enable sqlite sqlite3) \
62 $(use_enable threads) \
63 $(use_enable ulog) \
64 + $(usex mysql "--with-mysql-includes=$(mysql_config --variable=pkgincludedir)" '') \
65 + $(usex mysql "--with-mysql-libs=$(mysql_config --variable=pkglibdir)" '') \
66 --disable-debug
67 }