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.8.4.ebuild ChangeLog wireshark-1.8.5.ebuild
Date: Wed, 30 Jan 2013 18:59:51
Message-Id: 20130130185905.6FFAE2171C@flycatcher.gentoo.org
1 jer 13/01/30 18:59:05
2
3 Modified: wireshark-1.8.4.ebuild ChangeLog
4 wireshark-1.8.5.ebuild
5 Log:
6 Simplify LDFLAGS patch.
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.8 net-analyzer/wireshark/wireshark-1.8.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.4.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.4.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.4.ebuild?r1=1.7&r2=1.8
16
17 Index: wireshark-1.8.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.4.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- wireshark-1.8.4.ebuild 15 Dec 2012 17:40:29 -0000 1.7
24 +++ wireshark-1.8.4.ebuild 30 Jan 2013 18:59:05 -0000 1.8
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.4.ebuild,v 1.7 2012/12/15 17:40:29 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.4.ebuild,v 1.8 2013/01/30 18:59:05 jer Exp $
31
32 EAPI="4"
33 PYTHON_DEPEND="python? 2"
34 @@ -110,7 +110,7 @@
35
36 src_prepare() {
37 epatch \
38 - "${FILESDIR}"/${PN}-1.8.1-ldflags.patch \
39 + "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \
40 "${FILESDIR}"/${PN}-1.8.3-gnutls3.patch
41 sed -i -e 's|.png||g' ${PN}.desktop || die
42 eautoreconf
43
44
45
46 1.437 net-analyzer/wireshark/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.437&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.437&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.436&r2=1.437
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
55 retrieving revision 1.436
56 retrieving revision 1.437
57 diff -u -r1.436 -r1.437
58 --- ChangeLog 30 Jan 2013 18:33:05 -0000 1.436
59 +++ ChangeLog 30 Jan 2013 18:59:05 -0000 1.437
60 @@ -1,6 +1,11 @@
61 # ChangeLog for net-analyzer/wireshark
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.436 2013/01/30 18:33:05 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.437 2013/01/30 18:59:05 jer Exp $
65 +
66 + 30 Jan 2013; Jeroen Roovers <jer@g.o>
67 + files/wireshark-1.6.13-ldflags.patch, -files/wireshark-1.8.1-ldflags.patch,
68 + wireshark-1.8.4.ebuild, wireshark-1.8.5.ebuild:
69 + Simplify LDFLAGS patch.
70
71 30 Jan 2013; Jeroen Roovers <jer@g.o> wireshark-1.8.5.ebuild:
72 Stable for HPPA (bug #454606).
73
74
75
76 1.7 net-analyzer/wireshark/wireshark-1.8.5.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.7&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.7&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?r1=1.6&r2=1.7
81
82 Index: wireshark-1.8.5.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v
85 retrieving revision 1.6
86 retrieving revision 1.7
87 diff -u -r1.6 -r1.7
88 --- wireshark-1.8.5.ebuild 30 Jan 2013 18:33:05 -0000 1.6
89 +++ wireshark-1.8.5.ebuild 30 Jan 2013 18:59:05 -0000 1.7
90 @@ -1,6 +1,6 @@
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.8.5.ebuild,v 1.6 2013/01/30 18:33:05 jer Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.7 2013/01/30 18:59:05 jer Exp $
95
96 EAPI="5"
97 PYTHON_DEPEND="python? 2"
98 @@ -108,7 +108,7 @@
99
100 src_prepare() {
101 epatch \
102 - "${FILESDIR}"/${PN}-1.8.1-ldflags.patch \
103 + "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \
104 "${FILESDIR}"/${PN}-1.8.3-gnutls3.patch
105 sed -i -e 's|.png||g' ${PN}.desktop || die
106 eautoreconf