diff options
-rw-r--r-- | games-arcade/pydance/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/pydance/metadata.xml | 8 | ||||
-rw-r--r-- | games-arcade/pydance/pydance-1.1.0-r1.ebuild | 44 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
4 files changed, 0 insertions, 58 deletions
diff --git a/games-arcade/pydance/Manifest b/games-arcade/pydance/Manifest deleted file mode 100644 index e25047638549..000000000000 --- a/games-arcade/pydance/Manifest +++ /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 index 78274e0fa550..000000000000 --- a/games-arcade/pydance/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-arcade/pydance/pydance-1.1.0-r1.ebuild b/games-arcade/pydance/pydance-1.1.0-r1.ebuild deleted file mode 100644 index f3d5b1901227..000000000000 --- a/games-arcade/pydance/pydance-1.1.0-r1.ebuild +++ /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/* -} diff --git a/profiles/package.mask b/profiles/package.mask index b2d939b43dcb..80993a6f10ad 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -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 |