games-misc/rfksay: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:24 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:46:40 +0000 (02:46 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-misc/rfksay/rfksay-0.1.ebuild [deleted file]

diff --git a/games-misc/rfksay/rfksay-0.1.ebuild b/games-misc/rfksay/rfksay-0.1.ebuild
deleted file mode 100644 (file)
index 2fc5b4c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="Like cowsay, but different because it involves robots and kittens"
-HOMEPAGE="http://www.robotfindskitten.org/"
-#SRC_URI="http://www.redhotlunix.com/${PN}.tar.gz"
-SRC_URI="mirror://gentoo/${PN}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}
-
-src_install() {
-       dogamesbin kittensay rfksay robotsay
-       prepgamesdirs
-}