Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.8.1.ebuild ChangeLog
Date: Fri, 27 Jul 2012 21:23:44
Message-Id: 20120727212333.840122004B@flycatcher.gentoo.org
1 zerochaos 12/07/27 21:23:33
2
3 Modified: wireshark-1.8.1.ebuild ChangeLog
4 Log:
5 remove eautoreconf which is no longer needed
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 net-analyzer/wireshark/wireshark-1.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.1.ebuild?r1=1.5&r2=1.6
15
16 Index: wireshark-1.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- wireshark-1.8.1.ebuild 26 Jul 2012 18:06:38 -0000 1.5
23 +++ wireshark-1.8.1.ebuild 27 Jul 2012 21:23:33 -0000 1.6
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/wireshark/wireshark-1.8.1.ebuild,v 1.5 2012/07/26 18:06:38 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.1.ebuild,v 1.6 2012/07/27 21:23:33 zerochaos Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2"
32 @@ -102,10 +102,6 @@
33 enewgroup wireshark
34 }
35
36 -src_prepare() {
37 - eautoreconf
38 -}
39 -
40 src_configure() {
41 local myconf
42
43
44
45
46 1.367 net-analyzer/wireshark/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.367&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.367&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.366&r2=1.367
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
55 retrieving revision 1.366
56 retrieving revision 1.367
57 diff -u -r1.366 -r1.367
58 --- ChangeLog 26 Jul 2012 18:06:38 -0000 1.366
59 +++ ChangeLog 27 Jul 2012 21:23:33 -0000 1.367
60 @@ -1,6 +1,9 @@
61 # ChangeLog for net-analyzer/wireshark
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.366 2012/07/26 18:06:38 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.367 2012/07/27 21:23:33 zerochaos Exp $
65 +
66 + 27 Jul 2012; Rick Farina <zerochaos@g.o> wireshark-1.8.1.ebuild:
67 + remove eautoreconf which is no longer needed
68
69 26 Jul 2012; Jeroen Roovers <jer@g.o> wireshark-1.6.9.ebuild,
70 wireshark-1.8.1.ebuild: