* [gentoo-commits] repo/gentoo:master commit in: games-sports/ski/
@ 2016-09-28 21:14 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-09-28 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 8b2048cf4e520f4557833804ee9ce7b544b8e7dc
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 20:50:07 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 21:13:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2048cf
games-sports/ski: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
games-sports/ski/ski-6.9-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild
new file mode 100644
index 00000000..b779067
--- /dev/null
+++ b/games-sports/ski/ski-6.9-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1
+
+DESCRIPTION="A simple text-mode skiing game"
+HOMEPAGE="http://www.catb.org/~esr/ski/"
+SRC_URI="http://www.catb.org/~esr/ski/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+}
+
+src_install() {
+ dobin ski
+ dodoc NEWS README
+ doman ski.6
+ domenu ski.desktop
+ doicon ski.png
+ python_fix_shebang "${ED}/usr/bin"
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/ski/
@ 2019-12-28 16:22 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2019-12-28 16:22 UTC (permalink / raw
To: gentoo-commits
commit: fcf420cef2b96b7e91fc46eba1e6387a1d908b83
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 14:09:13 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 16:22:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf420ce
games-sports/ski: block against app-emulation/ski
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/653110
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
games-sports/ski/ski-6.9-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild
index e817d5cc360..cc6f6bd7884 100644
--- a/games-sports/ski/ski-6.9-r1.ebuild
+++ b/games-sports/ski/ski-6.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,6 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
+# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110
+RDEPEND="${RDEPEND} !!games-sports/ski"
+
src_install() {
dobin ski
dodoc NEWS README
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/ski/
@ 2019-12-28 16:24 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2019-12-28 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 4f815148863e1796f570c4cdc8147480565f2c42
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 16:24:04 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 16:24:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f815148
games-sports/ski: fix block against app-emulation/ski
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
games-sports/ski/ski-6.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild
index cc6f6bd7884..6be1d60fd09 100644
--- a/games-sports/ski/ski-6.9-r1.ebuild
+++ b/games-sports/ski/ski-6.9-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110
-RDEPEND="${RDEPEND} !!games-sports/ski"
+RDEPEND="${RDEPEND} !!app-emulation/ski"
src_install() {
dobin ski
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-28 16:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 21:14 [gentoo-commits] repo/gentoo:master commit in: games-sports/ski/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2019-12-28 16:22 Sergei Trofimovich
2019-12-28 16:24 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox