diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:53:48 +0100 |
commit | 07550ff91350b66ce81c8b44783bb35fdd87350f (patch) | |
tree | 987d0bac2bd79f67a60c480b6fa1ff8749d19c55 /games-sports | |
parent | games-sports/gracer: Remove old (diff) | |
download | gentoo-07550ff91350b66ce81c8b44783bb35fdd87350f.tar.gz gentoo-07550ff91350b66ce81c8b44783bb35fdd87350f.tar.bz2 gentoo-07550ff91350b66ce81c8b44783bb35fdd87350f.zip |
games-sports/ski: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/ski/Manifest | 1 | ||||
-rw-r--r-- | games-sports/ski/ski-6.8.ebuild | 36 | ||||
-rw-r--r-- | games-sports/ski/ski-6.9.ebuild | 36 |
3 files changed, 0 insertions, 73 deletions
diff --git a/games-sports/ski/Manifest b/games-sports/ski/Manifest index 86904e9d25ea..ffc26f2beabf 100644 --- a/games-sports/ski/Manifest +++ b/games-sports/ski/Manifest @@ -1,2 +1 @@ -DIST ski-6.8.tar.gz 17119 BLAKE2B a46e4b1357c423e97c47ba88b22e79e81803e28c2b5a1d07aeb51d99f4bf6846b82dcabcfc6bb6b8e1a8e5271374cefc51886193667c8f5d68b8c59f4db3f582 SHA512 0e63b6d34e809d74ddaea3749e6d1df44907ebe26bc19185b6c9cc6998f538747cb32a747fd0b4307bf05beec65564f1174e982a851270e344117d943f4ecca9 DIST ski-6.9.tar.gz 17543 BLAKE2B aedc697ba636f12a3e180d351d2e0c409debcca2aba1eaa8bd5ecf93503b3903845424f9ed99ea83e26b311841b8287702a3c71730c60dbb3fa8e47eea05ead4 SHA512 bdcd9a267153b23bc1e4b99f0073d9d26ff8a8d670d70ec06cc27b91cd4a3bdaf821507671d73a359b3447261d52e596c61cbf9596eead7191102d1a089178b6 diff --git a/games-sports/ski/ski-6.8.ebuild b/games-sports/ski/ski-6.8.ebuild deleted file mode 100644 index 0de22227d5a5..000000000000 --- a/games-sports/ski/ski-6.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 games - -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 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -pkg_setup() { - games_pkg_setup - python-single-r1_pkg_setup -} - -src_install() { - dogamesbin ski - dodoc NEWS README - doman ski.6 - domenu ski.desktop - doicon ski.png - prepgamesdirs - python_fix_shebang "${ED}${GAMES_BINDIR}" -} diff --git a/games-sports/ski/ski-6.9.ebuild b/games-sports/ski/ski-6.9.ebuild deleted file mode 100644 index 0de22227d5a5..000000000000 --- a/games-sports/ski/ski-6.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 games - -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 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -pkg_setup() { - games_pkg_setup - python-single-r1_pkg_setup -} - -src_install() { - dogamesbin ski - dodoc NEWS README - doman ski.6 - domenu ski.desktop - doicon ski.png - prepgamesdirs - python_fix_shebang "${ED}${GAMES_BINDIR}" -} |