Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/flowgrind: flowgrind-0.5.8.ebuild ChangeLog
Date: Wed, 22 Aug 2012 00:43:12
Message-Id: 20120822004256.8F2AC202AF@flycatcher.gentoo.org
1 flameeyes 12/08/22 00:42:56
2
3 Modified: flowgrind-0.5.8.ebuild ChangeLog
4 Log:
5 Fix building with automake 1.12 (bug #426484); fix building with forced --as-needed. Patches sent upstream.
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-analyzer/flowgrind/flowgrind-0.5.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild?r1=1.3&r2=1.4
15
16 Index: flowgrind-0.5.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- flowgrind-0.5.8.ebuild 21 Mar 2012 05:01:40 -0000 1.3
23 +++ flowgrind-0.5.8.ebuild 22 Aug 2012 00:42:56 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild,v 1.3 2012/03/21 05:01:40 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/flowgrind-0.5.8.ebuild,v 1.4 2012/08/22 00:42:56 flameeyes Exp $
29
30 EAPI="4"
31
32 @@ -21,7 +21,8 @@
33 DEPEND="${RDEPEND}"
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${P}-cflags.patch
37 + # see https://github.com/gentoo/flowgrind/tree/flowgrind-0.5.8-gentoo
38 + epatch "${FILESDIR}"/${P}-gentoo.patch
39 eautoreconf
40 }
41
42
43
44
45 1.4 net-analyzer/flowgrind/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flowgrind/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 21 Mar 2012 05:01:40 -0000 1.3
58 +++ ChangeLog 22 Aug 2012 00:42:56 -0000 1.4
59 @@ -1,6 +1,12 @@
60 # ChangeLog for net-analyzer/flowgrind
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.3 2012/03/21 05:01:40 radhermit Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flowgrind/ChangeLog,v 1.4 2012/08/22 00:42:56 flameeyes Exp $
64 +
65 + 22 Aug 2012; Diego E. Pettenò <flameeyes@g.o>
66 + +files/flowgrind-0.5.8-gentoo.patch, -files/flowgrind-0.5.8-cflags.patch,
67 + flowgrind-0.5.8.ebuild:
68 + Fix building with automake 1.12 (bug #426484); fix building with forced --as-
69 + needed. Patches sent upstream.
70
71 21 Mar 2012; Tim Harder <radhermit@g.o> flowgrind-0.5.8.ebuild:
72 Update HOMEPAGE and SRC_URI.
73 @@ -13,4 +19,3 @@
74 18 Mar 2012; Tim Harder <radhermit@g.o> +flowgrind-0.5.8.ebuild,
75 +files/flowgrind-0.5.8-cflags.patch, +metadata.xml:
76 Initial import (bug #344923). Ebuild by me.
77 -