diff options
author | Austin English <wizardedit@gentoo.org> | 2016-10-11 16:48:19 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-10-11 17:55:47 -0500 |
commit | d0dc29a250be0e95dcb9be7f75c7319fca7defa7 (patch) | |
tree | 2f3a3ef7850f36e7482e2963577095bdbb6bd0fb /games-misc/robotfindskitten | |
parent | games-misc/rfksay: remove deprecated games eclass (diff) | |
download | gentoo-d0dc29a250be0e95dcb9be7f75c7319fca7defa7.tar.gz gentoo-d0dc29a250be0e95dcb9be7f75c7319fca7defa7.tar.bz2 gentoo-d0dc29a250be0e95dcb9be7f75c7319fca7defa7.zip |
games-misc/robotfindskitten: 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/robotfindskitten')
-rw-r--r-- | games-misc/robotfindskitten/robotfindskitten-2.7182818.701-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games-misc/robotfindskitten/robotfindskitten-2.7182818.701-r1.ebuild b/games-misc/robotfindskitten/robotfindskitten-2.7182818.701-r1.ebuild new file mode 100644 index 000000000000..300c1b8fe28f --- /dev/null +++ b/games-misc/robotfindskitten/robotfindskitten-2.7182818.701-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils + +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:0" +RDEPEND=${DEPEND} + +PATCHES=( + "${FILESDIR}"/${P}-gentoo.patch +) + +src_install() { + DOCS="AUTHORS BUGS ChangeLog NEWS" \ + default + insinto /usr/share/${PN} + doins nki/vanilla.nki +} |