diff options
-rw-r--r-- | games-action/snipes/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/snipes/snipes-1.0.4.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/games-action/snipes/ChangeLog b/games-action/snipes/ChangeLog index 22bbd73f4392..6308e6fc2210 100644 --- a/games-action/snipes/ChangeLog +++ b/games-action/snipes/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2009/04/07 02:02:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.6 2009/05/15 18:55:46 mr_bones_ Exp $ + +*snipes-1.0.4 (15 May 2009) + + 15 May 2009; Michael Sterrett <mr_bones_@gentoo.org> +snipes-1.0.4.ebuild: + version bump 07 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> snipes-1.0.3.ebuild: desktop entry diff --git a/games-action/snipes/snipes-1.0.4.ebuild b/games-action/snipes/snipes-1.0.4.ebuild new file mode 100644 index 000000000000..ba24f005f0fe --- /dev/null +++ b/games-action/snipes/snipes-1.0.4.ebuild @@ -0,0 +1,25 @@ +# 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.4.ebuild,v 1.1 2009/05/15 18:55:46 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name" +HOMEPAGE="http://cyp.github.com/snipes/" +SRC_URI="http://cyp.github.com/snipes/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="media-libs/libsdl" + +src_install() { + dogamesbin snipes || die "dogamesbin failed" + doman snipes.6 + dodoc ChangeLog + doicon ${PN}.png + make_desktop_entry snipes "Snipes" + prepgamesdirs +} |