diff options
author | 2008-02-29 18:47:42 +0000 | |
---|---|---|
committer | 2008-02-29 18:47:42 +0000 | |
commit | e3d1b7a5ef9797cc08659e3dde7cad8fe5544930 (patch) | |
tree | 1aff356f8bd3721e0fabcc32e35b6df5c46ade01 /games-arcade/ri-li | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-e3d1b7a5ef9797cc08659e3dde7cad8fe5544930.tar.gz gentoo-2-e3d1b7a5ef9797cc08659e3dde7cad8fe5544930.tar.bz2 gentoo-2-e3d1b7a5ef9797cc08659e3dde7cad8fe5544930.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade/ri-li')
-rw-r--r-- | games-arcade/ri-li/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/ri-li/ri-li-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/ri-li/ChangeLog b/games-arcade/ri-li/ChangeLog index fe5d7fade7ed..b5570414447c 100644 --- a/games-arcade/ri-li/ChangeLog +++ b/games-arcade/ri-li/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/ri-li -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.4 2006/10/26 21:45:17 tupone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.5 2008/02/29 18:47:42 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ri-li-2.0.0.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 26 Oct 2006; <tupone@gentoo.org> ri-li-1.2.0.ebuild, ri-li-2.0.0.ebuild: Added ~amd64 keyword. Bug #152016 by Jose Marino diff --git a/games-arcade/ri-li/ri-li-2.0.0.ebuild b/games-arcade/ri-li/ri-li-2.0.0.ebuild index 92c4cc14fbb5..12e45156b4d6 100644 --- a/games-arcade/ri-li/ri-li-2.0.0.ebuild +++ b/games-arcade/ri-li/ri-li-2.0.0.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-arcade/ri-li/ri-li-2.0.0.ebuild,v 1.2 2006/10/26 21:45:17 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.0.ebuild,v 1.3 2008/02/29 18:47:42 carlo Exp $ inherit eutils games @@ -23,6 +23,6 @@ src_install() { rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild doicon "${D}${GAMES_DATADIR}/Ri-li/"*png dodoc AUTHORS ChangeLog NEWS README - make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48.png + make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48 prepgamesdirs } |