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

diff --git a/games-arcade/pydance/Manifest b/games-arcade/pydance/Manifest
deleted file mode 100644 (file)
index e250476..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pydance-1.1.0.tar.gz 8957236 BLAKE2B 57ab896b95a8f653a075e6c7453e8e2adfc8c18e8271fc502667d7643736bfe3a8d62c3ebfbe8e84713ed235bbadff60080fd578f478c61741df881694e1c7d4 SHA512 738787626d83adc635e7e4644f159e3ce793da7b38cf094ffd73cabb088d3414a1aa9deda423784174b2c0381e50dd0d74bbcfb9d939044e85c35866b3818c7d
diff --git a/games-arcade/pydance/metadata.xml b/games-arcade/pydance/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/pydance/pydance-1.1.0-r1.ebuild b/games-arcade/pydance/pydance-1.1.0-r1.ebuild
deleted file mode 100644 (file)
index f3d5b19..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="A DDR clone for linux written in Python"
-HOMEPAGE="http://www.icculus.org/pyddr/"
-SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame
-       media-libs/libvorbis
-       media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-PDEPEND="games-arcade/pydance-songs"
-
-src_prepare() {
-       default
-       sed -i -e "s:1\.0\.1:1.0.2:" \
-               pydance.py constants.py docs/man/pydance.6 || die
-       sed -i -e 's:/usr/share/games/pydance/:/usr/share/pydance/:g' pydance.posix.cfg || die
-}
-
-src_install() {
-       local dir=/usr/share/${PN}
-
-       insinto "${dir}"
-       doins *.py
-       cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die
-
-       insinto /etc/
-       newins pydance.posix.cfg pydance.cfg
-
-       make_wrapper pydance "python2 ./pydance.py" "${dir}"
-
-       dodoc BUGS CREDITS ChangeLog HACKING README TODO
-       HTML_DOCS="docs/manual.html docs/images" einstalldocs
-       doman docs/man/*
-}
index b2d939b43dcbd1dfa4a4a5867b6f90c001bef368..80993a6f10ad6bd3725645eb48dae737d25a56fc 100644 (file)
@@ -758,11 +758,6 @@ games-arcade/watermelons
 # Removal in 30 days.  Bug #703772.
 games-arcade/triplexinvaders
 
-# David Seifert <soap@gentoo.org> (2019-12-25)
-# Py2 only, dead upstream, no py3 port in sight.
-# Removal in 30 days.  Bug #703770.
-games-arcade/pydance
-
 # Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
 # Needs more testing.
 =app-emulation/xen-4.13.0