diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-07 02:02:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-07 02:02:16 +0000 |
commit | 8c46f8578104fdfd678ebf764ef7b40effca0251 (patch) | |
tree | 4a7f76ba305841457052c72151422068a4bd7f68 /games-action/snipes | |
parent | old (diff) | |
download | gentoo-2-8c46f8578104fdfd678ebf764ef7b40effca0251.tar.gz gentoo-2-8c46f8578104fdfd678ebf764ef7b40effca0251.tar.bz2 gentoo-2-8c46f8578104fdfd678ebf764ef7b40effca0251.zip |
desktop entry
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-action/snipes')
-rw-r--r-- | games-action/snipes/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/snipes/snipes-1.0.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/snipes/ChangeLog b/games-action/snipes/ChangeLog index 861851ea3a06..22bbd73f4392 100644 --- a/games-action/snipes/ChangeLog +++ b/games-action/snipes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/snipes # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.4 2009/01/30 02:19:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.5 2009/04/07 02:02:16 mr_bones_ Exp $ + + 07 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> snipes-1.0.3.ebuild: + desktop entry *snipes-1.0.3 (30 Jan 2009) diff --git a/games-action/snipes/snipes-1.0.3.ebuild b/games-action/snipes/snipes-1.0.3.ebuild index 8d601b2ec132..899e9602b876 100644 --- a/games-action/snipes/snipes-1.0.3.ebuild +++ b/games-action/snipes/snipes-1.0.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.3.ebuild,v 1.1 2009/01/30 02:19:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.3.ebuild,v 1.2 2009/04/07 02:02:16 mr_bones_ Exp $ -inherit toolchain-funcs games +inherit eutils games DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name" HOMEPAGE="http://cyp.github.com/snipes/" @@ -19,5 +19,6 @@ src_install() { dogamesbin snipes || die "dogamesbin failed" doman snipes.6 dodoc ChangeLog + make_desktop_entry snipes "Snipes" prepgamesdirs } |