diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:05:53 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:05:53 +0000 |
commit | afb82eba1edb306064a30da86b339bf188ffd6e1 (patch) | |
tree | 2a51f92d4698d4d73a757bd2907ad79dc5343645 /games-emulation | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-afb82eba1edb306064a30da86b339bf188ffd6e1.tar.gz gentoo-2-afb82eba1edb306064a30da86b339bf188ffd6e1.tar.bz2 gentoo-2-afb82eba1edb306064a30da86b339bf188ffd6e1.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/stella/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/stella/stella-2.2.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/stella/stella-2.4.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index 3ee0dc53348a..326dc3e34f01 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/stella -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.25 2007/11/02 22:43:19 tupone Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.26 2008/02/29 19:05:53 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> stella-2.2.ebuild, + stella-2.4.2.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *stella-2.4.2 (02 Nov 2007) diff --git a/games-emulation/stella/stella-2.2.ebuild b/games-emulation/stella/stella-2.2.ebuild index 72449a8a7374..3238ab7470bf 100644 --- a/games-emulation/stella/stella-2.2.ebuild +++ b/games-emulation/stella/stella-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.2.ebuild,v 1.2 2006/08/16 16:40:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.2.ebuild,v 1.3 2008/02/29 19:05:53 carlo Exp $ inherit eutils games @@ -43,6 +43,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" doicon src/common/stella.xpm - make_desktop_entry stella Stella stella.xpm + make_desktop_entry stella Stella stella prepgamesdirs } diff --git a/games-emulation/stella/stella-2.4.2.ebuild b/games-emulation/stella/stella-2.4.2.ebuild index 105a1860c3ac..68056314ec3f 100644 --- a/games-emulation/stella/stella-2.4.2.ebuild +++ b/games-emulation/stella/stella-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild,v 1.1 2007/11/02 22:43:19 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.4.2.ebuild,v 1.2 2008/02/29 19:05:53 carlo Exp $ inherit eutils games @@ -43,6 +43,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" doicon src/common/stella.xpm - make_desktop_entry stella Stella stella.xpm + make_desktop_entry stella Stella stella prepgamesdirs } |