summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-12-20 16:51:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-12-20 16:51:16 +0000
commitea785fe81491ff17ba6a419ae474a4cdc2cbde2a (patch)
treec7c890f02ec2ecef25eca7b38d42d5e1724d80af /games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild
parentStable for AMD64, wrt bug #394395 (diff)
downloadgentoo-2-ea785fe81491ff17ba6a419ae474a4cdc2cbde2a.tar.gz
gentoo-2-ea785fe81491ff17ba6a419ae474a4cdc2cbde2a.tar.bz2
gentoo-2-ea785fe81491ff17ba6a419ae474a4cdc2cbde2a.zip
Version bump with patch from Michael (kensington) (bug #395361)
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild')
-rw-r--r--games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild b/games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild
new file mode 100644
index 000000000000..399ac05b83c3
--- /dev/null
+++ b/games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild,v 1.1 2011/12/20 16:51:16 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="Help robot find kitten"
+HOMEPAGE="http://robotfindskitten.org/"
+SRC_URI="mirror://sourceforge/rfk/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+
+src_install() {
+ dogamesbin src/robotfindskitten || die "dogamesbin failed"
+ doinfo doc/robotfindskitten.info
+ dodoc AUTHORS BUGS ChangeLog NEWS README
+ prepgamesdirs
+}