Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/gtkguitune: gtkguitune-0.7-r1.ebuild ChangeLog
Date: Fri, 29 Feb 2008 20:08:48
Message-Id: E1JVBXB-0001UO-5v@stork.gentoo.org
1 carlo 08/02/29 20:08:45
2
3 Modified: gtkguitune-0.7-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 media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: gtkguitune-0.7-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gtkguitune-0.7-r1.ebuild 19 Aug 2007 15:30:09 -0000 1.2
22 +++ gtkguitune-0.7-r1.ebuild 29 Feb 2008 20:08:44 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild,v 1.2 2007/08/19 15:30:09 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild,v 1.3 2008/02/29 20:08:44 carlo Exp $
29
30 inherit eutils
31
32 @@ -21,5 +21,5 @@
33 emake DESTDIR="${D}" install || die "emake install failed."
34 dodoc README AUTHORS
35 doicon *.xpm
36 - make_desktop_entry ${PN} "Guitune" guitune_logo.xpm
37 + make_desktop_entry ${PN} "Guitune" guitune_logo
38 }
39
40
41
42 1.15 media-sound/gtkguitune/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/ChangeLog?rev=1.15&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/ChangeLog?rev=1.15&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/ChangeLog?r1=1.14&r2=1.15
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v
51 retrieving revision 1.14
52 retrieving revision 1.15
53 diff -u -r1.14 -r1.15
54 --- ChangeLog 19 Aug 2007 15:30:09 -0000 1.14
55 +++ ChangeLog 29 Feb 2008 20:08:44 -0000 1.15
56 @@ -1,6 +1,9 @@
57 # ChangeLog for media-sound/gtkguitune
58 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.14 2007/08/19 15:30:09 drac Exp $
60 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.15 2008/02/29 20:08:44 carlo Exp $
62 +
63 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> gtkguitune-0.7-r1.ebuild:
64 + Remove icon extension from desktop entry to match Icon Theme Specification.
65
66 19 Aug 2007; Samuli Suominen <drac@g.o> gtkguitune-0.7-r1.ebuild:
67 amd64/x86/sparc stable.
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list