Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/calcoo: calcoo-1.3.18.ebuild ChangeLog
Date: Fri, 29 Feb 2008 20:34:35
Message-Id: E1JVBw4-00027k-1Y@stork.gentoo.org
1 carlo 08/02/29 20:34:28
2
3 Modified: calcoo-1.3.18.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 sci-calculators/calcoo/calcoo-1.3.18.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild?r1=1.2&r2=1.3
14
15 Index: calcoo-1.3.18.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- calcoo-1.3.18.ebuild 8 Jan 2008 14:46:56 -0000 1.2
22 +++ calcoo-1.3.18.ebuild 29 Feb 2008 20:34:27 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.2 2008/01/08 14:46:56 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.3 2008/02/29 20:34:27 carlo Exp $
28
29 inherit eutils
30
31 @@ -26,5 +26,5 @@
32 emake DESTDIR="${D}" install || die "emake install failed."
33 dodoc AUTHORS ChangeLog NEWS README
34 newicon src/pixmaps/main.xpm ${PN}.xpm
35 - make_desktop_entry ${PN} Calcoo ${PN}.xpm "Education;Math"
36 + make_desktop_entry ${PN} Calcoo ${PN} "Education;Math"
37 }
38
39
40
41 1.14 sci-calculators/calcoo/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/ChangeLog?rev=1.14&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/ChangeLog?rev=1.14&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/ChangeLog?r1=1.13&r2=1.14
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v
50 retrieving revision 1.13
51 retrieving revision 1.14
52 diff -u -r1.13 -r1.14
53 --- ChangeLog 8 Jan 2008 14:46:56 -0000 1.13
54 +++ ChangeLog 29 Feb 2008 20:34:27 -0000 1.14
55 @@ -1,6 +1,9 @@
56 # ChangeLog for sci-calculators/calcoo
57 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.13 2008/01/08 14:46:56 markusle Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.14 2008/02/29 20:34:27 carlo Exp $
60 +
61 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> calcoo-1.3.18.ebuild:
62 + Remove icon extension from desktop entry to match Icon Theme Specification.
63
64 08 Jan 2008; Markus Dittrich <markusle@g.o> calcoo-1.3.16.ebuild,
65 calcoo-1.3.18.ebuild:
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list