diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:22:37 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:24:06 -0400 |
commit | 17ed872c6334185fdebf3d60b2aa219fc1fe7516 (patch) | |
tree | 12e8c60e602df8f5c29d00e701eab0a16ede9847 /games-sports | |
parent | media-plugins/kodi-pvr-nextpvr: 3.3.21 version bump (diff) | |
download | gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.gz gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.bz2 gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.zip |
*/*: drop last-rited py2 packages
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/ski/Manifest | 1 | ||||
-rw-r--r-- | games-sports/ski/metadata.xml | 8 | ||||
-rw-r--r-- | games-sports/ski/ski-6.9-r1.ebuild | 33 |
3 files changed, 0 insertions, 42 deletions
diff --git a/games-sports/ski/Manifest b/games-sports/ski/Manifest deleted file mode 100644 index ffc26f2beabf..000000000000 --- a/games-sports/ski/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ski-6.9.tar.gz 17543 BLAKE2B aedc697ba636f12a3e180d351d2e0c409debcca2aba1eaa8bd5ecf93503b3903845424f9ed99ea83e26b311841b8287702a3c71730c60dbb3fa8e47eea05ead4 SHA512 bdcd9a267153b23bc1e4b99f0073d9d26ff8a8d670d70ec06cc27b91cd4a3bdaf821507671d73a359b3447261d52e596c61cbf9596eead7191102d1a089178b6 diff --git a/games-sports/ski/metadata.xml b/games-sports/ski/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-sports/ski/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild deleted file mode 100644 index 6be1d60fd09c..000000000000 --- a/games-sports/ski/ski-6.9-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 ~x86" -IUSE="" -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} !!app-emulation/ski" - -src_install() { - dobin ski - dodoc NEWS README - doman ski.6 - domenu ski.desktop - doicon ski.png - python_fix_shebang "${ED}/usr/bin" -} |