commit: 3ac3e6a370a758fe41a3035ed747ca522bda1408 Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Tue Oct 11 21:44:18 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Tue Oct 11 22:55:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac3e6a3
games-misc/rfksay: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.0 games-misc/rfksay/rfksay-0.1-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/games-misc/rfksay/rfksay-0.1-r1.ebuild b/games-misc/rfksay/rfksay-0.1-r1.ebuild new file mode 100644 index 00000000..2be3a6c --- /dev/null +++ b/games-misc/rfksay/rfksay-0.1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" + +S=${WORKDIR} + +src_install() { + dobin kittensay rfksay robotsay +}
