Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/rfksay/
Date: Tue, 11 Oct 2016 22:59:31
Message-Id: 1476226547.3ac3e6a370a758fe41a3035ed747ca522bda1408.wizardedit@gentoo
1 commit: 3ac3e6a370a758fe41a3035ed747ca522bda1408
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 21:44:18 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 22:55:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac3e6a3
7
8 games-misc/rfksay: remove deprecated games eclass
9
10 Also update to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/574082
13
14 Package-Manager: portage-2.3.0
15
16 games-misc/rfksay/rfksay-0.1-r1.ebuild | 24 ++++++++++++++++++++++++
17 1 file changed, 24 insertions(+)
18
19 diff --git a/games-misc/rfksay/rfksay-0.1-r1.ebuild b/games-misc/rfksay/rfksay-0.1-r1.ebuild
20 new file mode 100644
21 index 00000000..2be3a6c
22 --- /dev/null
23 +++ b/games-misc/rfksay/rfksay-0.1-r1.ebuild
24 @@ -0,0 +1,24 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +DESCRIPTION="Like cowsay, but different because it involves robots and kittens"
32 +HOMEPAGE="http://www.robotfindskitten.org/"
33 +#SRC_URI="http://www.redhotlunix.com/${PN}.tar.gz"
34 +SRC_URI="mirror://gentoo/${PN}.tar.gz"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
39 +IUSE=""
40 +
41 +DEPEND="dev-lang/perl"
42 +RDEPEND="${DEPEND}"
43 +
44 +S=${WORKDIR}
45 +
46 +src_install() {
47 + dobin kittensay rfksay robotsay
48 +}