summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-18 02:16:38 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-18 02:27:24 -0500
commitb5b9d77559572c5c0dc62bf17f4aebd3d96d3e18 (patch)
tree4ffbcc6f9c3e22e1f202c0c13e9527a9750e4bd0
parentgames-fps/quakeforge: clean old (diff)
downloadgentoo-b5b9d77559572c5c0dc62bf17f4aebd3d96d3e18.tar.gz
gentoo-b5b9d77559572c5c0dc62bf17f4aebd3d96d3e18.tar.bz2
gentoo-b5b9d77559572c5c0dc62bf17f4aebd3d96d3e18.zip
games-misc/robotfindskitten: clean old
Package-Manager: portage-2.2.26
-rw-r--r--games-misc/robotfindskitten/Manifest1
-rw-r--r--games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/games-misc/robotfindskitten/Manifest b/games-misc/robotfindskitten/Manifest
index 3c8d8e07f371..f0aa6ff0caf1 100644
--- a/games-misc/robotfindskitten/Manifest
+++ b/games-misc/robotfindskitten/Manifest
@@ -1,2 +1 @@
-DIST robotfindskitten-1.7320508.406.tar.gz 406412 SHA256 08c8a826c3cf90a7f3dc1d42b087425af661971585f125b9bedca2bcc2a11852 SHA512 96c8f9968336cda5f079ca4b69a17a76444a3291b1354d594d2a9b89cb0d88296b983c70076da3334774710d811b33a90fe513ba5dca330808e5345e6c920865 WHIRLPOOL 6a60e847d96db16cee9e2a2788ee412c9cf3fc859af164f5e281d4180fad7d9001fb36a58e0ae75a149fe8229780a7024d5dc5f5eb71c9b272c878f87d44312f
DIST robotfindskitten-2.7182818.701.tar.gz 437810 SHA256 7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719 SHA512 736e44a62f016fb2a0dd03e31e6f1fb7c50a9115182812518666f3e4ad69f5703d7018f28ab14e0cfdbc8741656b15fa6ee577c2a5920e0d9af9acb658ac620b WHIRLPOOL f29092a17d5e13c8d9f578e318edf5045bd478c6c4e3ae4f05258ebc4be10736b9bc71e8ab55a287e7accee6f3606a18a4d475c09dbfa59a6bb029e548225d2a
diff --git a/games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild b/games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild
deleted file mode 100644
index 6add5474dd41..000000000000
--- a/games-misc/robotfindskitten/robotfindskitten-1.7320508.406.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-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 x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dogamesbin src/robotfindskitten
- doinfo doc/robotfindskitten.info
- dodoc AUTHORS BUGS ChangeLog NEWS README
- prepgamesdirs
-}