Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.8.0.ebuild ChangeLog
Date: Wed, 27 Jun 2012 20:51:27
Message-Id: 20120627203533.D20E82004C@flycatcher.gentoo.org
1 jlec 12/06/27 20:35:33
2
3 Modified: wireshark-1.8.0.ebuild ChangeLog
4 Log:
5 Add fix for underlinking because of gmodule-2 being removed from glibs pkg-config, detected by gold
6
7 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-analyzer/wireshark/wireshark-1.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild?r1=1.2&r2=1.3
15
16 Index: wireshark-1.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wireshark-1.8.0.ebuild 26 Jun 2012 20:41:27 -0000 1.2
23 +++ wireshark-1.8.0.ebuild 27 Jun 2012 20:35:33 -0000 1.3
24 @@ -1,10 +1,10 @@
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.0.ebuild,v 1.2 2012/06/26 20:41:27 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild,v 1.3 2012/06/27 20:35:33 jlec Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2"
32 -inherit flag-o-matic python toolchain-funcs user
33 +inherit eutils flag-o-matic python toolchain-funcs user
34
35 [[ -n ${PV#*_rc} && ${PV#*_rc} != ${PV} ]] && MY_P=${PN}-${PV/_} || MY_P=${P}
36 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
37 @@ -102,6 +102,10 @@
38 enewgroup wireshark
39 }
40
41 +src_prepare() {
42 + epatch "${FILESDIR}"/${P}-underlinking.patch
43 +}
44 +
45 src_configure() {
46 local myconf
47
48
49
50
51 1.354 net-analyzer/wireshark/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.354&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.354&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.353&r2=1.354
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
60 retrieving revision 1.353
61 retrieving revision 1.354
62 diff -u -r1.353 -r1.354
63 --- ChangeLog 26 Jun 2012 20:41:27 -0000 1.353
64 +++ ChangeLog 27 Jun 2012 20:35:33 -0000 1.354
65 @@ -1,6 +1,11 @@
66 # ChangeLog for net-analyzer/wireshark
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.353 2012/06/26 20:41:27 jer Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.354 2012/06/27 20:35:33 jlec Exp $
70 +
71 + 27 Jun 2012; Justin Lecher <jlec@g.o>
72 + +files/wireshark-1.8.0-underlinking.patch, wireshark-1.8.0.ebuild:
73 + Add fix for underlinking because of gmodule-2 being removed from glibs pkg-
74 + config, detected by gold
75
76 26 Jun 2012; Jeroen Roovers <jer@g.o> wireshark-1.8.0.ebuild:
77 Remove unneeded elibtoolize.
78 @@ -1412,4 +1417,3 @@
79 +wireshark-0.99.1_pre1.ebuild:
80 Initial import, fixes bug #136729 , thanks to gentooperson@×××××.com for
81 providing an ebuild
82 -