Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.4.3.ebuild ChangeLog wireshark-1.4.2.ebuild wireshark-1.2.12.ebuild
Date: Sun, 23 Jan 2011 13:49:40
Message-Id: 20110123134930.71C3D20054@flycatcher.gentoo.org
1 pva 11/01/23 13:49:30
2
3 Modified: wireshark-1.4.3.ebuild ChangeLog
4 Removed: wireshark-1.4.2.ebuild wireshark-1.2.12.ebuild
5 Log:
6 Drop old. Fixed warning reported in bug #350551 by Kacper Kowalik (Xarthisius).
7
8 (Portage version: 2.1.9.34/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 net-analyzer/wireshark/wireshark-1.4.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild?r1=1.5&r2=1.6
16
17 Index: wireshark-1.4.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- wireshark-1.4.3.ebuild 23 Jan 2011 13:05:52 -0000 1.5
24 +++ wireshark-1.4.3.ebuild 23 Jan 2011 13:49:30 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 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.4.3.ebuild,v 1.5 2011/01/23 13:05:52 pva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v 1.6 2011/01/23 13:49:30 pva Exp $
30
31 EAPI=2
32 PYTHON_DEPEND="python? 2"
33 @@ -200,8 +200,7 @@
34 newins image/${c}${d}-app-wireshark.png wireshark.png
35 done
36 done
37 - insinto /usr/share/applications
38 - doins wireshark.desktop || die
39 + domenu wireshark.desktop || die
40 fi
41 }
42
43
44
45
46 1.272 net-analyzer/wireshark/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.272&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.272&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.271&r2=1.272
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
55 retrieving revision 1.271
56 retrieving revision 1.272
57 diff -u -r1.271 -r1.272
58 --- ChangeLog 23 Jan 2011 13:05:52 -0000 1.271
59 +++ ChangeLog 23 Jan 2011 13:49:30 -0000 1.272
60 @@ -1,6 +1,11 @@
61 # ChangeLog for net-analyzer/wireshark
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.271 2011/01/23 13:05:52 pva Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.272 2011/01/23 13:49:30 pva Exp $
65 +
66 + 23 Jan 2011; Peter Volkov <pva@g.o> -wireshark-1.2.12.ebuild,
67 + -wireshark-1.4.2.ebuild, wireshark-1.4.3.ebuild:
68 + Drop old. Fixed warning reported in bug #350551 by Kacper Kowalik
69 + (Xarthisius).
70
71 23 Jan 2011; Peter Volkov <pva@g.o> wireshark-1.4.3.ebuild:
72 Fixed build issue, bug #349231 again. Thank Nathan Caldwell again...