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-plugins/asmon: asmon-0.7.ebuild ChangeLog
Date: Fri, 29 Feb 2008 20:48:32
Message-Id: E1JVC9d-0002On-Go@stork.gentoo.org
1 carlo 08/02/29 20:48:29
2
3 Modified: asmon-0.7.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.8 x11-plugins/asmon/asmon-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild?r1=1.7&r2=1.8
14
15 Index: asmon-0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- asmon-0.7.ebuild 22 Jul 2007 05:39:35 -0000 1.7
22 +++ asmon-0.7.ebuild 29 Feb 2008 20:48:28 -0000 1.8
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-plugins/asmon/asmon-0.7.ebuild,v 1.7 2007/07/22 05:39:35 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild,v 1.8 2008/02/29 20:48:28 carlo Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -33,6 +33,6 @@
33 src_install() {
34 dodoc Changelog
35 newicon ${PN}.icon.xpm ${PN}.xpm
36 - make_desktop_entry ${PN} ${PN} ${PN}.xpm "System;Monitor"
37 + make_desktop_entry ${PN} ${PN} ${PN} "System;Monitor"
38 dobin asmon/${PN}
39 }
40
41
42
43 1.24 x11-plugins/asmon/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asmon/ChangeLog?rev=1.24&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asmon/ChangeLog?rev=1.24&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asmon/ChangeLog?r1=1.23&r2=1.24
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v
52 retrieving revision 1.23
53 retrieving revision 1.24
54 diff -u -r1.23 -r1.24
55 --- ChangeLog 17 Jan 2008 03:17:42 -0000 1.23
56 +++ ChangeLog 29 Feb 2008 20:48:28 -0000 1.24
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-plugins/asmon
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.23 2008/01/17 03:17:42 drac Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.24 2008/02/29 20:48:28 carlo Exp $
62 +
63 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> asmon-0.7.ebuild:
64 + Remove icon extension from desktop entry to match Icon Theme Specification.
65
66 *asmon-0.71 (17 Jan 2008)
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list