Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/lightspeed: ChangeLog lightspeed-1.2a-r1.ebuild
Date: Wed, 21 May 2008 14:10:52
Message-Id: E1Jyp1l-0003cy-Ve@stork.gentoo.org
1 drac 08/05/21 14:10:49
2
3 Modified: ChangeLog lightspeed-1.2a-r1.ebuild
4 Log:
5 Use newicon instead of doicon to install properly.
6 (Portage version: 2.1.5)
7
8 Revision Changes Path
9 1.8 sci-physics/lightspeed/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lightspeed/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lightspeed/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lightspeed/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 6 Jan 2008 18:18:36 -0000 1.7
22 +++ ChangeLog 21 May 2008 14:10:49 -0000 1.8
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-physics/lightspeed
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.7 2008/01/06 18:18:36 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.8 2008/05/21 14:10:49 drac Exp $
28 +
29 + 21 May 2008; Samuli Suominen <drac@g.o> lightspeed-1.2a-r1.ebuild:
30 + Use newicon instead of doicon to install properly.
31
32 *lightspeed-1.2a-r1 (06 Jan 2008)
33
34
35
36
37 1.4 sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild?r1=1.3&r2=1.4
42
43 Index: lightspeed-1.2a-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- lightspeed-1.2a-r1.ebuild 8 Jan 2008 01:21:34 -0000 1.3
50 +++ lightspeed-1.2a-r1.ebuild 21 May 2008 14:10:49 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.3 2008/01/08 01:21:34 bicatali Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.4 2008/05/21 14:10:49 drac Exp $
56
57 inherit eutils
58
59 @@ -50,7 +50,7 @@
60
61 src_install() {
62 emake DESTDIR="${D}" install || die "emake install failed"
63 - doicon src/icon.xpm
64 + newicon src/icon.xpm lightspeed.xpm
65 make_desktop_entry lightspeed lightspeed \
66 lightspeed.xpm "Science;Physics;Education"
67 dodoc AUTHORS ChangeLog MATH NEWS README TODO || die
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list