diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:37:46 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:37:46 +0000 |
commit | d1b9324016cc78f89970359eccecc68bd985023f (patch) | |
tree | 8b8ec3aa2f50ca58dab5ba1450937bba5d64dab1 /games-puzzle/pathological | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-d1b9324016cc78f89970359eccecc68bd985023f.tar.gz gentoo-2-d1b9324016cc78f89970359eccecc68bd985023f.tar.bz2 gentoo-2-d1b9324016cc78f89970359eccecc68bd985023f.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/pathological')
-rw-r--r-- | games-puzzle/pathological/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3-r1.ebuild | 6 | ||||
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3-r2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-puzzle/pathological/ChangeLog b/games-puzzle/pathological/ChangeLog index cef066d4c9fc..790f96821662 100644 --- a/games-puzzle/pathological/ChangeLog +++ b/games-puzzle/pathological/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/pathological # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/ChangeLog,v 1.13 2008/02/04 21:45:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/ChangeLog,v 1.14 2008/02/29 19:37:46 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> + pathological-1.1.3-r1.ebuild, pathological-1.1.3-r2.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *pathological-1.1.3-r2 (04 Feb 2008) diff --git a/games-puzzle/pathological/pathological-1.1.3-r1.ebuild b/games-puzzle/pathological/pathological-1.1.3-r1.ebuild index c7d2043c71c0..a90e671677b1 100644 --- a/games-puzzle/pathological/pathological-1.1.3-r1.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3-r1.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-puzzle/pathological/pathological-1.1.3-r1.ebuild,v 1.6 2007/08/08 19:01:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r1.ebuild,v 1.7 2008/02/29 19:37:46 carlo Exp $ inherit eutils games @@ -61,7 +61,7 @@ src_install() { use doc && dohtml -r html/* doicon ${PN}.xpm - make_desktop_entry ${PN} Pathological ${PN}.xpm + make_desktop_entry ${PN} Pathological ${PN} # remove some unneeded resource files rm -f "${D}/${GAMES_DATADIR}"/${PN}/graphics/*.xcf diff --git a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild b/games-puzzle/pathological/pathological-1.1.3-r2.ebuild index 21323036cd9a..d32ca648a5bf 100644 --- a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3-r2.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/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.1 2008/02/04 21:45:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.2 2008/02/29 19:37:46 carlo Exp $ inherit eutils games @@ -62,7 +62,7 @@ src_install() { use doc && dohtml -r html/* doicon ${PN}.xpm - make_desktop_entry ${PN} Pathological ${PN}.xpm + make_desktop_entry ${PN} Pathological ${PN} # remove some unneeded resource files rm -f "${D}/${GAMES_DATADIR}"/${PN}/graphics/*.xcf |