summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-30 02:19:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-30 02:19:49 +0000
commit2eca99f39cbb4826eb8909171cbe8c18ff3cec5b (patch)
treeef97fa61d4e41c720172934d6447eb5d5adfa81d
parentversion bump (diff)
downloadgentoo-2-2eca99f39cbb4826eb8909171cbe8c18ff3cec5b.tar.gz
gentoo-2-2eca99f39cbb4826eb8909171cbe8c18ff3cec5b.tar.bz2
gentoo-2-2eca99f39cbb4826eb8909171cbe8c18ff3cec5b.zip
version bump - ebuild submitted by Cyp via bug #256817
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
-rw-r--r--games-action/snipes/ChangeLog9
-rw-r--r--games-action/snipes/snipes-1.0.3.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/games-action/snipes/ChangeLog b/games-action/snipes/ChangeLog
index 18c8c33662fa..861851ea3a06 100644
--- a/games-action/snipes/ChangeLog
+++ b/games-action/snipes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-action/snipes
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.3 2008/09/04 21:05:17 nyhm Exp $
+# 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 $
+
+*snipes-1.0.3 (30 Jan 2009)
+
+ 30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> +snipes-1.0.3.ebuild:
+ version bump - ebuild submitted by Cyp via bug #256817
*snipes-1.0.2 (04 Sep 2008)
diff --git a/games-action/snipes/snipes-1.0.3.ebuild b/games-action/snipes/snipes-1.0.3.ebuild
new file mode 100644
index 000000000000..8d601b2ec132
--- /dev/null
+++ b/games-action/snipes/snipes-1.0.3.ebuild
@@ -0,0 +1,23 @@
+# 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 $
+
+inherit toolchain-funcs 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
+ prepgamesdirs
+}