diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-15 18:55:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-15 18:55:46 +0000 |
commit | 1a7489fcb3c01976e3c30257ffd26d3b59da5527 (patch) | |
tree | a2027b757456dad2619fcebd5b92039f5ecd6ffd /games-action/snipes | |
parent | Version bump and cleanup old version. The new version only fixes a minor prob... (diff) | |
download | gentoo-2-1a7489fcb3c01976e3c30257ffd26d3b59da5527.tar.gz gentoo-2-1a7489fcb3c01976e3c30257ffd26d3b59da5527.tar.bz2 gentoo-2-1a7489fcb3c01976e3c30257ffd26d3b59da5527.zip |
version bump
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'games-action/snipes')
-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 +} |