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.10.1.ebuild ChangeLog
Date: Wed, 31 Jul 2013 12:40:29
Message-Id: 20130731124006.2A8CF2171C@flycatcher.gentoo.org
1 jer 13/07/31 12:40:06
2
3 Modified: wireshark-1.10.1.ebuild ChangeLog
4 Log:
5 Fix reordercap.pod (bug #479098).
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 net-analyzer/wireshark/wireshark-1.10.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.1.ebuild?r1=1.2&r2=1.3
15
16 Index: wireshark-1.10.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wireshark-1.10.1.ebuild 30 Jul 2013 22:26:03 -0000 1.2
23 +++ wireshark-1.10.1.ebuild 31 Jul 2013 12:40:05 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.10.1.ebuild,v 1.2 2013/07/30 22:26:03 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.1.ebuild,v 1.3 2013/07/31 12:40:05 jer Exp $
29
30 EAPI=5
31 inherit autotools eutils fcaps flag-o-matic user
32 @@ -78,7 +78,8 @@
33
34 src_prepare() {
35 epatch \
36 - "${FILESDIR}"/${PN}-1.6.13-ldflags.patch
37 + "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \
38 + "${FILESDIR}"/${PN}-1.10.1-pod.patch
39
40 eautoreconf
41 }
42
43
44
45 1.523 net-analyzer/wireshark/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.523&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.523&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.522&r2=1.523
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
54 retrieving revision 1.522
55 retrieving revision 1.523
56 diff -u -r1.522 -r1.523
57 --- ChangeLog 30 Jul 2013 22:26:03 -0000 1.522
58 +++ ChangeLog 31 Jul 2013 12:40:05 -0000 1.523
59 @@ -1,6 +1,10 @@
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.522 2013/07/30 22:26:03 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.523 2013/07/31 12:40:05 jer Exp $
64 +
65 + 31 Jul 2013; Jeroen Roovers <jer@g.o>
66 + +files/wireshark-1.10.1-pod.patch, wireshark-1.10.1.ebuild:
67 + Fix reordercap.pod (bug #479098).
68
69 30 Jul 2013; Jeroen Roovers <jer@g.o> wireshark-1.10.1.ebuild:
70 Stable for HPPA (bug #478694).