Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch-editor: keytouch-editor-3.1.3.ebuild ChangeLog
Date: Fri, 29 Feb 2008 20:49:06
Message-Id: E1JVCAB-0002Px-Hg@stork.gentoo.org
1 carlo 08/02/29 20:49:03
2
3 Modified: keytouch-editor-3.1.3.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.2 x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?r1=1.1&r2=1.2
14
15 Index: keytouch-editor-3.1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- keytouch-editor-3.1.3.ebuild 5 Sep 2007 19:38:27 -0000 1.1
22 +++ keytouch-editor-3.1.3.ebuild 29 Feb 2008 20:49:02 -0000 1.2
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/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.1 2007/09/05 19:38:27 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.2 2008/02/29 20:49:02 carlo Exp $
29
30 inherit eutils linux-info
31
32 @@ -27,7 +27,7 @@
33 src_install() {
34 emake DESTDIR="${D}" install || die "emake install failed"
35
36 - make_desktop_entry ${PN} "keyTouch editor" ${PN}.png System
37 + make_desktop_entry ${PN} "keyTouch editor" ${PN} System
38 newicon pixmaps/icon.png ${PN}.png
39
40 dodoc AUTHORS ChangeLog
41
42
43
44 1.6 x11-misc/keytouch-editor/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 5 Sep 2007 19:38:27 -0000 1.5
57 +++ ChangeLog 29 Feb 2008 20:49:02 -0000 1.6
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-misc/keytouch-editor
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.5 2007/09/05 19:38:27 nyhm Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.6 2008/02/29 20:49:02 carlo Exp $
64 +
65 + 29 Feb 2008; Carsten Lohrke <carlo@g.o>
66 + keytouch-editor-3.1.3.ebuild:
67 + Remove icon extension from desktop entry to match Icon Theme Specification.
68
69 *keytouch-editor-3.1.3 (05 Sep 2007)
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list