diff options
author | Austin English <wizardedit@gentoo.org> | 2016-10-11 16:44:18 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-10-11 17:55:47 -0500 |
commit | 3ac3e6a370a758fe41a3035ed747ca522bda1408 (patch) | |
tree | af92924cde43bda314ef39869f30812ab82813c4 /games-misc/rfksay | |
parent | games-misc/qlife: remove deprecated games eclass (diff) | |
download | gentoo-3ac3e6a370a758fe41a3035ed747ca522bda1408.tar.gz gentoo-3ac3e6a370a758fe41a3035ed747ca522bda1408.tar.bz2 gentoo-3ac3e6a370a758fe41a3035ed747ca522bda1408.zip |
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
Diffstat (limited to 'games-misc/rfksay')
-rw-r--r-- | games-misc/rfksay/rfksay-0.1-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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 000000000000..2be3a6cfa5fd --- /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 +} |