* [gentoo-commits] repo/gentoo:master commit in: games-misc/rfksay/
@ 2016-10-11 22:59 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-10-11 22:59 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/rfksay/
@ 2017-11-25 14:39 Patrick Lauer
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 50b18489fb31473b13d03185b53b5036c610c0fe
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:27:22 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:39:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b18489
games-misc/rfksay: Whitespace
Package-Manager: Portage-2.3.16, Repoman-2.3.6
games-misc/rfksay/rfksay-0.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-misc/rfksay/rfksay-0.1.ebuild b/games-misc/rfksay/rfksay-0.1.ebuild
index b16ff45bc26..2fc5b4cb3e7 100644
--- a/games-misc/rfksay/rfksay-0.1.ebuild
+++ b/games-misc/rfksay/rfksay-0.1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=5
inherit games
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/rfksay/
@ 2019-08-18 11:42 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-08-18 11:42 UTC (permalink / raw
To: gentoo-commits
commit: efaad1cddc3c8f1901b8d0b6fcd970ea467a1831
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 11:41:04 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 11:41:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efaad1cd
games-misc/rfksay: Port to EAPI 7
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-misc/rfksay/Manifest | 2 +-
games-misc/rfksay/rfksay-0.1-r1.ebuild | 10 ++++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/games-misc/rfksay/Manifest b/games-misc/rfksay/Manifest
index f5970d9b2ec..cbcd85f56d8 100644
--- a/games-misc/rfksay/Manifest
+++ b/games-misc/rfksay/Manifest
@@ -1 +1 @@
-DIST rfksay.tar.gz 997 BLAKE2B dba9095fde7e533fcc7ad2a6a178a11f0b92b207ca63540f82fbe8bcb118bbcc01fe9e7270df071e63eebeb96eee02a5e55b78414fb9dcded5ee31469265ebd8 SHA512 8eb5766b8a3efc31a20a128be0ec95eba7f61599ca402dc48d7c247516ac9f221d9f72a471923da566645b53e119831e61a7caa94f7b8c17ee4af802c42f6714
+DIST rfksay-0.1.tar.gz 997 BLAKE2B dba9095fde7e533fcc7ad2a6a178a11f0b92b207ca63540f82fbe8bcb118bbcc01fe9e7270df071e63eebeb96eee02a5e55b78414fb9dcded5ee31469265ebd8 SHA512 8eb5766b8a3efc31a20a128be0ec95eba7f61599ca402dc48d7c247516ac9f221d9f72a471923da566645b53e119831e61a7caa94f7b8c17ee4af802c42f6714
diff --git a/games-misc/rfksay/rfksay-0.1-r1.ebuild b/games-misc/rfksay/rfksay-0.1-r1.ebuild
index 70577183222..4af4d240938 100644
--- a/games-misc/rfksay/rfksay-0.1-r1.ebuild
+++ b/games-misc/rfksay/rfksay-0.1-r1.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
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"
+SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-lang/perl"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-18 11:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 14:39 [gentoo-commits] repo/gentoo:master commit in: games-misc/rfksay/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2019-08-18 11:42 David Seifert
2016-10-11 22:59 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox