Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine: nicotine-1.0.8.ebuild ChangeLog
Date: Mon, 10 Dec 2007 07:25:53
Message-Id: E1J1d1P-0002vD-Qn@stork.gentoo.org
1 betelgeuse 07/12/10 07:25:47
2
3 Modified: nicotine-1.0.8.ebuild ChangeLog
4 Log:
5 Use make_desktop_entry so that we get a .desktop file that passes desktop-file-validate.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.10 net-p2p/nicotine/nicotine-1.0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8.ebuild?r1=1.9&r2=1.10
14
15 Index: nicotine-1.0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- nicotine-1.0.8.ebuild 13 Jul 2007 05:52:07 -0000 1.9
22 +++ nicotine-1.0.8.ebuild 10 Dec 2007 07:25:47 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8.ebuild,v 1.9 2007/07/13 05:52:07 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8.ebuild,v 1.10 2007/12/10 07:25:47 betelgeuse Exp $
29
30 inherit distutils
31
32 @@ -25,9 +25,7 @@
33
34 distutils_src_install
35
36 - insinto /usr/share/pixmaps
37 - doins ${FILESDIR}/nicotine-n.png
38 + doicon "${FILESDIR}/nicotine-n.png"
39
40 - insinto /usr/share/applications
41 - doins ${FILESDIR}/${PN}.desktop
42 + make_desktop_entry nicotine Nicotine nicotine-n
43 }
44
45
46
47 1.28 net-p2p/nicotine/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine/ChangeLog?rev=1.28&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine/ChangeLog?rev=1.28&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine/ChangeLog?r1=1.27&r2=1.28
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v
56 retrieving revision 1.27
57 retrieving revision 1.28
58 diff -u -r1.27 -r1.28
59 --- ChangeLog 30 Oct 2006 02:55:18 -0000 1.27
60 +++ ChangeLog 10 Dec 2007 07:25:47 -0000 1.28
61 @@ -1,6 +1,11 @@
62 # ChangeLog for net-p2p/nicotine
63 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.27 2006/10/30 02:55:18 the_paya Exp $
65 +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.28 2007/12/10 07:25:47 betelgeuse Exp $
67 +
68 + 10 Dec 2007; Petteri Räty <betelgeuse@g.o>
69 + -files/nicotine.desktop, nicotine-1.0.8.ebuild:
70 + Use make_desktop_entry so that we get a .desktop file that passes
71 + desktop-file-validate.
72
73 30 Oct 2006; Javier Villavicencio <the_paya@g.o>
74 nicotine-1.0.8.ebuild:
75
76
77
78 --
79 gentoo-commits@g.o mailing list