Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.6.13.ebuild wireshark-1.8.5.ebuild ChangeLog
Date: Wed, 30 Jan 2013 04:28:11
Message-Id: 20130130042806.F1EDB2171D@flycatcher.gentoo.org
1 zerochaos 13/01/30 04:28:06
2
3 Modified: wireshark-1.6.13.ebuild wireshark-1.8.5.ebuild
4 ChangeLog
5 Log:
6 bumping eapi for subslot support to enable automatic rebuilding of external modules
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.4 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.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?r1=1.3&r2=1.4
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.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- wireshark-1.6.13.ebuild 30 Jan 2013 04:07:41 -0000 1.3
24 +++ wireshark-1.6.13.ebuild 30 Jan 2013 04:28:06 -0000 1.4
25 @@ -1,8 +1,8 @@
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.3 2013/01/30 04:07:41 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.4 2013/01/30 04:28:06 zerochaos Exp $
30
31 -EAPI=4
32 +EAPI=5
33 PYTHON_DEPEND="python? 2"
34 inherit autotools eutils flag-o-matic python toolchain-funcs user
35
36 @@ -12,7 +12,7 @@
37 SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2"
38
39 LICENSE="GPL-2"
40 -SLOT="0"
41 +SLOT="0/${PV}"
42 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
43 IUSE="
44 adns doc doc-pdf gtk ipv6 libadns lua gcrypt geoip kerberos profile
45
46
47
48 1.3 net-analyzer/wireshark/wireshark-1.8.5.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?r1=1.2&r2=1.3
53
54 Index: wireshark-1.8.5.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- wireshark-1.8.5.ebuild 30 Jan 2013 04:07:41 -0000 1.2
61 +++ wireshark-1.8.5.ebuild 30 Jan 2013 04:28:06 -0000 1.3
62 @@ -1,8 +1,8 @@
63 # Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.2 2013/01/30 04:07:41 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.3 2013/01/30 04:28:06 zerochaos Exp $
67
68 -EAPI="4"
69 +EAPI="5"
70 PYTHON_DEPEND="python? 2"
71 inherit autotools eutils flag-o-matic python toolchain-funcs user
72
73 @@ -12,7 +12,7 @@
74 SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2"
75
76 LICENSE="GPL-2"
77 -SLOT="0"
78 +SLOT="0/${PV}"
79 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
80 IUSE="
81 adns +caps doc doc-pdf geoip gtk crypt ipv6 kerberos libadns lua +pcap
82
83
84
85 1.431 net-analyzer/wireshark/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.431&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.431&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.430&r2=1.431
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
94 retrieving revision 1.430
95 retrieving revision 1.431
96 diff -u -r1.430 -r1.431
97 --- ChangeLog 30 Jan 2013 04:18:53 -0000 1.430
98 +++ ChangeLog 30 Jan 2013 04:28:06 -0000 1.431
99 @@ -1,6 +1,11 @@
100 # ChangeLog for net-analyzer/wireshark
101 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.430 2013/01/30 04:18:53 jer Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.431 2013/01/30 04:28:06 zerochaos Exp $
104 +
105 + 30 Jan 2013; Rick Farina <zerochaos@g.o> wireshark-1.6.13.ebuild,
106 + wireshark-1.8.5.ebuild:
107 + bumping eapi for subslot support to enable automatic rebuilding of external
108 + modules
109
110 30 Jan 2013; Jeroen Roovers <jer@g.o>
111 files/wireshark-1.8.1-ldflags.patch: