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.11.2-r1.ebuild wireshark-1.11.3_pre5537.ebuild ChangeLog
Date: Fri, 07 Feb 2014 18:17:06
Message-Id: 20140207181703.41EE82004C@flycatcher.gentoo.org
1 jer 14/02/07 18:17:03
2
3 Modified: wireshark-1.11.2-r1.ebuild
4 wireshark-1.11.3_pre5537.ebuild ChangeLog
5 Log:
6 Add wireshark group in pkg_setup() (bug #490956).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.2 net-analyzer/wireshark/wireshark-1.11.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.2-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.2-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.2-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: wireshark-1.11.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.2-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- wireshark-1.11.2-r1.ebuild 6 Feb 2014 12:29:23 -0000 1.1
24 +++ wireshark-1.11.2-r1.ebuild 7 Feb 2014 18:17:03 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 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.11.2-r1.ebuild,v 1.1 2014/02/06 12:29:23 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.2-r1.ebuild,v 1.2 2014/02/07 18:17:03 jer Exp $
30
31 EAPI=5
32 inherit autotools eutils fcaps user
33 @@ -78,6 +78,10 @@
34
35 S=${WORKDIR}/${MY_P}
36
37 +pkg_setup() {
38 + enewgroup wireshark
39 +}
40 +
41 src_prepare() {
42 epatch \
43 "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \
44
45
46
47 1.2 net-analyzer/wireshark/wireshark-1.11.3_pre5537.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre5537.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre5537.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre5537.ebuild?r1=1.1&r2=1.2
52
53 Index: wireshark-1.11.3_pre5537.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre5537.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- wireshark-1.11.3_pre5537.ebuild 6 Feb 2014 12:29:23 -0000 1.1
60 +++ wireshark-1.11.3_pre5537.ebuild 7 Feb 2014 18:17:03 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre5537.ebuild,v 1.1 2014/02/06 12:29:23 jer Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.11.3_pre5537.ebuild,v 1.2 2014/02/07 18:17:03 jer Exp $
66
67 EAPI=5
68 inherit autotools eutils fcaps qt4-r2 user
69 @@ -78,6 +78,10 @@
70
71 S=${WORKDIR}/${P/_pre*}-SVN-${PV/*_pre}
72
73 +pkg_setup() {
74 + enewgroup wireshark
75 +}
76 +
77 src_prepare() {
78 epatch \
79 "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \
80
81
82
83 1.586 net-analyzer/wireshark/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.586&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.586&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.585&r2=1.586
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
92 retrieving revision 1.585
93 retrieving revision 1.586
94 diff -u -r1.585 -r1.586
95 --- ChangeLog 6 Feb 2014 12:29:23 -0000 1.585
96 +++ ChangeLog 7 Feb 2014 18:17:03 -0000 1.586
97 @@ -1,6 +1,10 @@
98 # ChangeLog for net-analyzer/wireshark
99 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.585 2014/02/06 12:29:23 jer Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.586 2014/02/07 18:17:03 jer Exp $
102 +
103 + 07 Feb 2014; Jeroen Roovers <jer@g.o> wireshark-1.11.2-r1.ebuild,
104 + wireshark-1.11.3_pre5537.ebuild:
105 + Add wireshark group in pkg_setup() (bug #490956).
106
107 *wireshark-1.11.3_pre5537 (06 Feb 2014)
108 *wireshark-1.11.2-r1 (06 Feb 2014)