games-arcade/pycadia: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 06:09:49 +0000 (07:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 06:09:49 +0000 (07:09 +0100)
Closes: https://bugs.gentoo.org/703768
Signed-off-by: Michał Górny <mgorny@gentoo.org>
games-arcade/pycadia/Manifest [deleted file]
games-arcade/pycadia/metadata.xml [deleted file]
games-arcade/pycadia/pycadia-0.5.1-r1.ebuild [deleted file]
profiles/package.mask

diff --git a/games-arcade/pycadia/Manifest b/games-arcade/pycadia/Manifest
deleted file mode 100644 (file)
index 06b2945..0000000
+++ /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 (file)
index 78274e0..0000000
+++ /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-arcade/pycadia/pycadia-0.5.1-r1.ebuild b/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild
deleted file mode 100644 (file)
index a090b4f..0000000
+++ /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}
-}
index 16932d3ca7c42b85f446488f53dea9647c5eaf68..c5c56b164a9220eaced63a5a96e5590fc27664d2 100644 (file)
@@ -764,11 +764,6 @@ games-arcade/triplexinvaders
 games-arcade/pydance
 games-arcade/pydance-songs
 
-# David Seifert <soap@gentoo.org> (2019-12-25)
-# Py2 only, no other distro packages it anymore.
-# Removal in 30 days.  Bug #703768.
-games-arcade/pycadia
-
 # Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0