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: ChangeLog wireshark-1.12.5.ebuild
Date: Mon, 01 Jun 2015 04:20:16
Message-Id: 20150601042010.71AFAA14@oystercatcher.gentoo.org
1 jer 15/06/01 04:20:10
2
3 Modified: ChangeLog wireshark-1.12.5.ebuild
4 Log:
5 Set RCC per Qt branch, too (maybe bug #549880).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.720 net-analyzer/wireshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.720&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.720&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.719&r2=1.720
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
19 retrieving revision 1.719
20 retrieving revision 1.720
21 diff -u -r1.719 -r1.720
22 --- ChangeLog 31 May 2015 18:09:03 -0000 1.719
23 +++ ChangeLog 1 Jun 2015 04:20:10 -0000 1.720
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/wireshark
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.719 2015/05/31 18:09:03 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.720 2015/06/01 04:20:10 jer Exp $
29 +
30 + 01 Jun 2015; Jeroen Roovers <jer@g.o> wireshark-1.12.5.ebuild:
31 + Set RCC per Qt branch, too (maybe bug #549880).
32
33 *wireshark-1.99.6 (31 May 2015)
34
35
36
37
38 1.8 net-analyzer/wireshark/wireshark-1.12.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.5.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.5.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.5.ebuild?r1=1.7&r2=1.8
43
44 Index: wireshark-1.12.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.5.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- wireshark-1.12.5.ebuild 16 May 2015 09:23:34 -0000 1.7
51 +++ wireshark-1.12.5.ebuild 1 Jun 2015 04:20:10 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.5.ebuild,v 1.7 2015/05/16 09:23:34 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.5.ebuild,v 1.8 2015/06/01 04:20:10 jer Exp $
57
58 EAPI=5
59 inherit autotools eutils fcaps multilib qmake-utils qt4-r2 user
60 @@ -150,8 +150,10 @@
61 $(use_with qt4) \
62 $(use_with qt5) \
63 $(usex qt4 MOC=$(qt4_get_bindir)/moc '') \
64 + $(usex qt4 RCC=$(qt4_get_bindir)/rcc '') \
65 $(usex qt4 UIC=$(qt4_get_bindir)/uic '') \
66 $(usex qt5 MOC=$(qt5_get_bindir)/moc '') \
67 + $(usex qt5 RCC=$(qt5_get_bindir)/rcc '') \
68 $(usex qt5 UIC=$(qt5_get_bindir)/uic '') \
69 $(use_with sbc) \
70 $(use_with smi libsmi) \