diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 19:11:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 19:11:47 +0000 |
commit | fc78f1349a58ca093a1be3c8b8919a41772b4190 (patch) | |
tree | 0a28e6fc7dd6c1819b04887bd87e295ac7526bc6 /games-puzzle | |
parent | QA cleanup: Fix quoting. (diff) | |
download | gentoo-2-fc78f1349a58ca093a1be3c8b8919a41772b4190.tar.gz gentoo-2-fc78f1349a58ca093a1be3c8b8919a41772b4190.tar.bz2 gentoo-2-fc78f1349a58ca093a1be3c8b8919a41772b4190.zip |
QA cleanup: Removed line to add TryExec to the desktop file since make_desktop_entry does this already.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/flobopuyo/ChangeLog | 9 | ||||
-rw-r--r-- | games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/flobopuyo/ChangeLog b/games-puzzle/flobopuyo/ChangeLog index d7487b2aee1f..47ceb442ce02 100644 --- a/games-puzzle/flobopuyo/ChangeLog +++ b/games-puzzle/flobopuyo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-puzzle/flobopuyo -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.11 2007/02/22 01:09:34 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.12 2008/03/07 19:11:47 wolf31o2 Exp $ + + 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + flobopuyo-0.20-r1.ebuild: + QA cleanup: Removed line to add TryExec to the desktop file since + make_desktop_entry does this already. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild index f11f51e1bc24..423f351d174d 100644 --- a/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild +++ b/games-puzzle/flobopuyo/flobopuyo-0.20-r1.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-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild,v 1.2 2006/05/02 08:01:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild,v 1.3 2008/03/07 19:11:47 wolf31o2 Exp $ inherit toolchain-funcs eutils games @@ -64,5 +64,4 @@ src_install() { doins "${DISTDIR}/${PN}.png" make_desktop_entry flobopuyo FloboPuyo flobopuyo "Game;ArcadeGame;" - echo "TryExec=flobopuyo" >> ${D}/usr/share/applications/${PN}-flobopuyo.desktop } |