diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-21 14:10:49 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-21 14:10:49 +0000 |
commit | f9b6ba080ecaea89e617257e5b9d3e7c578e7d40 (patch) | |
tree | c4cae20033083aa21fcc7a1920fb6a644d9a5988 /sci-physics/lightspeed | |
parent | Add ~sparc, a dependency for Bug #223015. (diff) | |
download | gentoo-2-f9b6ba080ecaea89e617257e5b9d3e7c578e7d40.tar.gz gentoo-2-f9b6ba080ecaea89e617257e5b9d3e7c578e7d40.tar.bz2 gentoo-2-f9b6ba080ecaea89e617257e5b9d3e7c578e7d40.zip |
Use newicon instead of doicon to install properly.
(Portage version: 2.1.5)
Diffstat (limited to 'sci-physics/lightspeed')
-rw-r--r-- | sci-physics/lightspeed/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/lightspeed/ChangeLog b/sci-physics/lightspeed/ChangeLog index 2f236fa07f42..3d5e10500f60 100644 --- a/sci-physics/lightspeed/ChangeLog +++ b/sci-physics/lightspeed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/lightspeed # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.7 2008/01/06 18:18:36 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.8 2008/05/21 14:10:49 drac Exp $ + + 21 May 2008; Samuli Suominen <drac@gentoo.org> lightspeed-1.2a-r1.ebuild: + Use newicon instead of doicon to install properly. *lightspeed-1.2a-r1 (06 Jan 2008) diff --git a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild index 8a3b13418c88..f9594c84e5e9 100644 --- a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild +++ b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.3 2008/01/08 01:21:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.4 2008/05/21 14:10:49 drac Exp $ inherit eutils @@ -50,7 +50,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - doicon src/icon.xpm + newicon src/icon.xpm lightspeed.xpm make_desktop_entry lightspeed lightspeed \ lightspeed.xpm "Science;Physics;Education" dodoc AUTHORS ChangeLog MATH NEWS README TODO || die |