From 527403bf3746836bb5c431d127450bf7e1222cc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 3 Feb 2020 07:09:49 +0100 Subject: [PATCH] games-arcade/pycadia: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/703768 Signed-off-by: Michał Górny --- games-arcade/pycadia/Manifest | 1 - games-arcade/pycadia/metadata.xml | 8 ---- games-arcade/pycadia/pycadia-0.5.1-r1.ebuild | 46 -------------------- profiles/package.mask | 5 --- 4 files changed, 60 deletions(-) delete mode 100644 games-arcade/pycadia/Manifest delete mode 100644 games-arcade/pycadia/metadata.xml delete mode 100644 games-arcade/pycadia/pycadia-0.5.1-r1.ebuild diff --git a/games-arcade/pycadia/Manifest b/games-arcade/pycadia/Manifest deleted file mode 100644 index 06b294563e2a..000000000000 --- a/games-arcade/pycadia/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pycadia-0.5.1.tar.gz 2768619 BLAKE2B 688fe8e148078e990ded8870569cf844fc9817e07c5136dc0b8960d2c39a72ca66443feee08c907104bf150c3475fcc0e626833252ce6f5c12b332f483d41079 SHA512 bfe7369263f21d672800eeaf567d7dcb5027b24d2f0d0534d68ad28ae71c916eca2ebf4b2f888645c8bfce12a2ba4bf23dacf673e32a7ba76d564006bdc3e0d2 diff --git a/games-arcade/pycadia/metadata.xml b/games-arcade/pycadia/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-arcade/pycadia/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild b/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild deleted file mode 100644 index a090b4f0e83d..000000000000 --- a/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -DESCRIPTION="Pycadia. Home to vector gaming, python style" -HOMEPAGE="http://www.anti-particle.com/pycadia.shtml" -SRC_URI="http://www.anti-particle.com/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-python/pygame-1.5.5 - dev-python/pygtk:2 -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - { - echo "#!/bin/sh" - echo "cd /usr/share/${PN}" - echo "exec python2 ./pycadia.py \"\${@}\"" - } > "${T}/pycadia" -} - -src_install() { - dobin "${T}/pycadia" - - insinto "/usr/share/${PN}" - doins -r {glade,pixmaps,sounds} *.py pycadia.conf - - exeinto "/usr/share/${PN}" - doexe pycadia.py spacewarpy.py vektoroids.py - - newicon pixmaps/pysteroids.png ${PN}.png - make_desktop_entry ${PN} Pycadia - - dodoc doc/{TODO,CHANGELOG,README} -} diff --git a/profiles/package.mask b/profiles/package.mask index 16932d3ca7c4..c5c56b164a92 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -764,11 +764,6 @@ games-arcade/triplexinvaders games-arcade/pydance games-arcade/pydance-songs -# David Seifert (2019-12-25) -# Py2 only, no other distro packages it anymore. -# Removal in 30 days. Bug #703768. -games-arcade/pycadia - # Tomáš Mózes (2019-12-19) # Needs more testing. =app-emulation/xen-4.13.0 -- 2.26.2