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/wireshark: wireshark-1.6.13.ebuild ChangeLog wireshark-1.6.12.ebuild
Date: Wed, 30 Jan 2013 03:40:54
Message-Id: 20130130034050.D38772171E@flycatcher.gentoo.org
1 jer 13/01/30 03:40:50
2
3 Modified: wireshark-1.6.13.ebuild ChangeLog
4 wireshark-1.6.12.ebuild
5 Log:
6 Remove even more -L/usr/lib abuse.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.2 net-analyzer/wireshark/wireshark-1.6.13.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?r1=1.1&r2=1.2
16
17 Index: wireshark-1.6.13.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- wireshark-1.6.13.ebuild 30 Jan 2013 01:56:23 -0000 1.1
24 +++ wireshark-1.6.13.ebuild 30 Jan 2013 03:40:50 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.1 2013/01/30 01:56:23 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.2 2013/01/30 03:40:50 jer Exp $
30
31 EAPI=4
32 PYTHON_DEPEND="python? 2"
33 @@ -108,7 +108,7 @@
34 src_prepare() {
35 epatch \
36 "${FILESDIR}"/${PN}-1.6.6-gtk-pcap.patch \
37 - "${FILESDIR}"/${PN}-1.8.1-ldflags.patch
38 + "${FILESDIR}"/${PN}-1.6.13-ldflags.patch
39 sed -i -e 's|.png||g' ${PN}.desktop || die
40 eautoreconf
41 }
42
43
44
45 1.428 net-analyzer/wireshark/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.428&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.428&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.427&r2=1.428
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
54 retrieving revision 1.427
55 retrieving revision 1.428
56 diff -u -r1.427 -r1.428
57 --- ChangeLog 30 Jan 2013 01:56:23 -0000 1.427
58 +++ ChangeLog 30 Jan 2013 03:40:50 -0000 1.428
59 @@ -1,6 +1,11 @@
60 # ChangeLog for net-analyzer/wireshark
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.427 2013/01/30 01:56:23 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.428 2013/01/30 03:40:50 jer Exp $
64 +
65 + 30 Jan 2013; Jeroen Roovers <jer@g.o> wireshark-1.6.12.ebuild,
66 + wireshark-1.6.13.ebuild, +files/wireshark-1.6.13-ldflags.patch,
67 + files/wireshark-1.8.1-ldflags.patch:
68 + Remove even more -L/usr/lib abuse.
69
70 *wireshark-1.6.13 (30 Jan 2013)
71
72
73
74
75 1.8 net-analyzer/wireshark/wireshark-1.6.12.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.12.ebuild?rev=1.8&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.12.ebuild?rev=1.8&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.12.ebuild?r1=1.7&r2=1.8
80
81 Index: wireshark-1.6.12.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.12.ebuild,v
84 retrieving revision 1.7
85 retrieving revision 1.8
86 diff -u -r1.7 -r1.8
87 --- wireshark-1.6.12.ebuild 15 Dec 2012 17:44:02 -0000 1.7
88 +++ wireshark-1.6.12.ebuild 30 Jan 2013 03:40:50 -0000 1.8
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2012 Gentoo Foundation
91 +# Copyright 1999-2013 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.12.ebuild,v 1.7 2012/12/15 17:44:02 armin76 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.12.ebuild,v 1.8 2013/01/30 03:40:50 jer Exp $
95
96 EAPI=4
97 PYTHON_DEPEND="python? 2"
98 @@ -108,7 +108,7 @@
99 src_prepare() {
100 epatch \
101 "${FILESDIR}"/${PN}-1.6.6-gtk-pcap.patch \
102 - "${FILESDIR}"/${PN}-1.8.1-ldflags.patch
103 + "${FILESDIR}"/${PN}-1.6.13-ldflags.patch
104 sed -i -e 's|.png||g' ${PN}.desktop || die
105 eautoreconf
106 }