Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: bittorrent-5.0.9-r1.ebuild ChangeLog
Date: Fri, 29 Feb 2008 20:28:38
Message-Id: E1JVBqN-0001xg-HF@stork.gentoo.org
1 carlo 08/02/29 20:28:35
2
3 Modified: bittorrent-5.0.9-r1.ebuild ChangeLog
4 Log:
5 Remove icon extension from desktop entry to match Icon Theme Specification.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: bittorrent-5.0.9-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- bittorrent-5.0.9-r1.ebuild 17 Jan 2008 14:15:30 -0000 1.2
22 +++ bittorrent-5.0.9-r1.ebuild 29 Feb 2008 20:28:34 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild,v 1.2 2008/01/17 14:15:30 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild,v 1.3 2008/02/29 20:28:34 carlo Exp $
28
29 WX_GTK_VER="2.6"
30 inherit distutils fdo-mime eutils wxwidgets
31 @@ -57,7 +57,7 @@
32 if use gtk ; then
33 doicon images/logo/bittorrent.ico
34 newicon images/logo/bittorrent_icon_32.png bittorrent.png
35 - make_desktop_entry "bittorrent" "BitTorrent" bittorrent.png "Network"
36 + make_desktop_entry "bittorrent" "BitTorrent" bittorrent "Network"
37 echo "MimeType=application/x-bittorrent" \
38 >> "${D}"/usr/share/applications/bittorrent-${PN}.desktop
39 fi
40
41
42
43 1.129 net-p2p/bittorrent/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/ChangeLog?rev=1.129&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/ChangeLog?rev=1.129&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/ChangeLog?r1=1.128&r2=1.129
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
52 retrieving revision 1.128
53 retrieving revision 1.129
54 diff -u -r1.128 -r1.129
55 --- ChangeLog 17 Jan 2008 14:15:30 -0000 1.128
56 +++ ChangeLog 29 Feb 2008 20:28:34 -0000 1.129
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-p2p/bittorrent
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.128 2008/01/17 14:15:30 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.129 2008/02/29 20:28:34 carlo Exp $
62 +
63 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> bittorrent-5.0.9-r1.ebuild:
64 + Remove icon extension from desktop entry to match Icon Theme Specification.
65
66 17 Jan 2008; Raúl Porcel <armin76@g.o> bittorrent-4.4.0-r1.ebuild,
67 bittorrent-5.0.9-r1.ebuild:
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list