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.7.ebuild wireshark-1.10.0_rc2.ebuild wireshark-1.6.15.ebuild ChangeLog
Date: Fri, 31 May 2013 13:59:33
Message-Id: 20130531135926.1F2A421710@flycatcher.gentoo.org
1 jer 13/05/31 13:59:26
2
3 Modified: wireshark-1.8.7.ebuild wireshark-1.10.0_rc2.ebuild
4 wireshark-1.6.15.ebuild ChangeLog
5 Log:
6 Run enewgroup before src_install() too (bug #471874 by thetuber).
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.10 net-analyzer/wireshark/wireshark-1.8.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.7.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.7.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.7.ebuild?r1=1.9&r2=1.10
16
17 Index: wireshark-1.8.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.7.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- wireshark-1.8.7.ebuild 25 May 2013 20:48:29 -0000 1.9
24 +++ wireshark-1.8.7.ebuild 31 May 2013 13:59:25 -0000 1.10
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.8.7.ebuild,v 1.9 2013/05/25 20:48:29 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.7.ebuild,v 1.10 2013/05/31 13:59:25 jer Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
33 @@ -73,6 +73,9 @@
34 if use python; then
35 python-single-r1_pkg_setup
36 fi
37 +
38 + # Add group for users allowed to sniff.
39 + enewgroup wireshark
40 }
41
42 src_prepare() {
43
44
45
46 1.2 net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild?r1=1.1&r2=1.2
51
52 Index: wireshark-1.10.0_rc2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- wireshark-1.10.0_rc2.ebuild 23 May 2013 15:49:03 -0000 1.1
59 +++ wireshark-1.10.0_rc2.ebuild 31 May 2013 13:59:25 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild,v 1.1 2013/05/23 15:49:03 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild,v 1.2 2013/05/31 13:59:25 jer Exp $
65
66 EAPI=5
67 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
68 @@ -77,6 +77,9 @@
69 if use python; then
70 python-single-r1_pkg_setup
71 fi
72 +
73 + # Add group for users allowed to sniff.
74 + enewgroup wireshark
75 }
76
77 src_prepare() {
78
79
80
81 1.9 net-analyzer/wireshark/wireshark-1.6.15.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.15.ebuild?rev=1.9&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.15.ebuild?rev=1.9&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.15.ebuild?r1=1.8&r2=1.9
86
87 Index: wireshark-1.6.15.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.15.ebuild,v
90 retrieving revision 1.8
91 retrieving revision 1.9
92 diff -u -r1.8 -r1.9
93 --- wireshark-1.6.15.ebuild 25 May 2013 20:48:29 -0000 1.8
94 +++ wireshark-1.6.15.ebuild 31 May 2013 13:59:25 -0000 1.9
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2013 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.15.ebuild,v 1.8 2013/05/25 20:48:29 ago Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.15.ebuild,v 1.9 2013/05/31 13:59:25 jer Exp $
100
101 EAPI=5
102 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
103 @@ -68,6 +68,9 @@
104 if use python; then
105 python-single-r1_pkg_setup
106 fi
107 +
108 + # Add group for users allowed to sniff.
109 + enewgroup wireshark
110 }
111
112 src_prepare() {
113
114
115
116 1.499 net-analyzer/wireshark/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.499&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.499&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.498&r2=1.499
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
125 retrieving revision 1.498
126 retrieving revision 1.499
127 diff -u -r1.498 -r1.499
128 --- ChangeLog 28 May 2013 14:04:22 -0000 1.498
129 +++ ChangeLog 31 May 2013 13:59:25 -0000 1.499
130 @@ -1,6 +1,10 @@
131 # ChangeLog for net-analyzer/wireshark
132 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.498 2013/05/28 14:04:22 jer Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.499 2013/05/31 13:59:25 jer Exp $
135 +
136 + 31 May 2013; Jeroen Roovers <jer@g.o> wireshark-1.10.0_rc2.ebuild,
137 + wireshark-1.6.15.ebuild, wireshark-1.8.7.ebuild:
138 + Run enewgroup before src_install() too (bug #471874 by thetuber).
139
140 28 May 2013; Jeroen Roovers <jer@g.o> -wireshark-1.8.6.ebuild:
141 Old.