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/linuxdcpp: linuxdcpp-1.0.1.ebuild linuxdcpp-9999.ebuild ChangeLog
Date: Fri, 29 Feb 2008 20:30:00
Message-Id: E1JVBrh-00020g-DJ@stork.gentoo.org
1 carlo 08/02/29 20:29:57
2
3 Modified: linuxdcpp-1.0.1.ebuild linuxdcpp-9999.ebuild
4 ChangeLog
5 Log:
6 Remove icon extension from desktop entry to match Icon Theme Specification.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild?r1=1.3&r2=1.4
15
16 Index: linuxdcpp-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- linuxdcpp-1.0.1.ebuild 27 Feb 2008 01:35:17 -0000 1.3
23 +++ linuxdcpp-1.0.1.ebuild 29 Feb 2008 20:29:56 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v 1.3 2008/02/27 01:35:17 rbu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v 1.4 2008/02/29 20:29:56 carlo Exp $
29
30 inherit eutils
31
32 @@ -40,7 +40,7 @@
33
34 doicon pixmaps/${PN}.png
35
36 - make_desktop_entry ${PN} "${PN}" ${PN}.png
37 + make_desktop_entry ${PN} "${PN}" ${PN}
38 }
39
40 pkg_postinst() {
41
42
43
44 1.9 net-p2p/linuxdcpp/linuxdcpp-9999.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild?rev=1.9&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild?rev=1.9&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild?r1=1.8&r2=1.9
49
50 Index: linuxdcpp-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v
53 retrieving revision 1.8
54 retrieving revision 1.9
55 diff -u -r1.8 -r1.9
56 --- linuxdcpp-9999.ebuild 7 Dec 2007 15:06:30 -0000 1.8
57 +++ linuxdcpp-9999.ebuild 29 Feb 2008 20:29:56 -0000 1.9
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.8 2007/12/07 15:06:30 drac Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.9 2008/02/29 20:29:56 carlo Exp $
64
65 inherit cvs eutils
66
67 @@ -46,7 +46,7 @@
68
69 doicon pixmaps/${PN}.png
70
71 - make_desktop_entry ${PN} "${PN}" ${PN}.png
72 + make_desktop_entry ${PN} "${PN}" ${PN}
73 }
74
75 pkg_postinst() {
76
77
78
79 1.24 net-p2p/linuxdcpp/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.24&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.24&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?r1=1.23&r2=1.24
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v
88 retrieving revision 1.23
89 retrieving revision 1.24
90 diff -u -r1.23 -r1.24
91 --- ChangeLog 27 Feb 2008 01:35:17 -0000 1.23
92 +++ ChangeLog 29 Feb 2008 20:29:56 -0000 1.24
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-p2p/linuxdcpp
95 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.23 2008/02/27 01:35:17 rbu Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.24 2008/02/29 20:29:56 carlo Exp $
98 +
99 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> linuxdcpp-1.0.1.ebuild,
100 + linuxdcpp-9999.ebuild:
101 + Remove icon extension from desktop entry to match Icon Theme Specification.
102
103 27 Feb 2008; Robert Buchholz <rbu@g.o> linuxdcpp-1.0.1.ebuild:
104 amd64 stable (bug #209758)
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list