Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.0.2.ebuild ChangeLog
Date: Sun, 03 Aug 2008 16:22:06
Message-Id: E1KPgLL-0003UZ-Pw@stork.gentoo.org
1 cedk 08/08/03 16:22:03
2
3 Modified: wireshark-1.0.2.ebuild ChangeLog
4 Log:
5 Add gtk m4 for bug #233158
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 net-analyzer/wireshark/wireshark-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.2.ebuild?r1=1.6&r2=1.7
14
15 Index: wireshark-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- wireshark-1.0.2.ebuild 17 Jul 2008 18:41:51 -0000 1.6
22 +++ wireshark-1.0.2.ebuild 3 Aug 2008 16:22:03 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.2.ebuild,v 1.6 2008/07/17 18:41:51 ken69267 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.2.ebuild,v 1.7 2008/08/03 16:22:03 cedk Exp $
28
29 EAPI=1
30 WANT_AUTOMAKE="1.9"
31 @@ -13,7 +13,8 @@
32 [[ -n ${PV#*_rc} && ${PV#*_rc} != ${PV} ]] && {
33 SRC_URI="http://www.wireshark.org/download/prerelease/${PN}-${PV/_rc/pre}.tar.gz";
34 S=${WORKDIR}/${PN}-${PV/_rc/pre} ; } || \
35 -SRC_URI="http://www.wireshark.org/download/src/all-versions/${P}.tar.bz2"
36 +SRC_URI="http://www.wireshark.org/download/src/all-versions/${P}.tar.bz2
37 + mirror://gentoo/gtk-2.0-for-wireshark.m4.bz2"
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 @@ -68,7 +69,9 @@
42 epatch "${FILESDIR}"/wireshark-except-double-free.diff
43
44 cd "${S}"
45 - eautoreconf
46 + # Add gtk m4 for bug #233158
47 + mv "${WORKDIR}"/gtk-2.0-for-wireshark.m4 gtk-2.0.m4
48 + AT_M4DIR="." eautoreconf
49 }
50
51 src_compile() {
52
53
54
55 1.114 net-analyzer/wireshark/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.114&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.114&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.113&r2=1.114
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
64 retrieving revision 1.113
65 retrieving revision 1.114
66 diff -u -r1.113 -r1.114
67 --- ChangeLog 20 Jul 2008 14:31:32 -0000 1.113
68 +++ ChangeLog 3 Aug 2008 16:22:03 -0000 1.114
69 @@ -1,6 +1,9 @@
70 # ChangeLog for net-analyzer/wireshark
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.113 2008/07/20 14:31:32 pva Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.114 2008/08/03 16:22:03 cedk Exp $
74 +
75 + 03 Aug 2008; Cédric Krier <cedk@g.o> wireshark-1.0.2.ebuild:
76 + Add gtk m4 for bug #233158
77
78 20 Jul 2008; Peter Volkov <pva@g.o> -wireshark-1.0.0.ebuild,
79 -wireshark-1.0.1.ebuild: