Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, games-arcade/pydance/
Date: Mon, 03 Feb 2020 06:13:49
Message-Id: 1580710295.fafcb943c595056873c2af41cddcb68c4b5b96f2.mgorny@gentoo
1 commit: fafcb943c595056873c2af41cddcb68c4b5b96f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:11:35 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:11:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafcb943
7
8 games-arcade/pydance: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703770
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-arcade/pydance/Manifest | 1 -
14 games-arcade/pydance/metadata.xml | 8 -----
15 games-arcade/pydance/pydance-1.1.0-r1.ebuild | 44 ----------------------------
16 profiles/package.mask | 5 ----
17 4 files changed, 58 deletions(-)
18
19 diff --git a/games-arcade/pydance/Manifest b/games-arcade/pydance/Manifest
20 deleted file mode 100644
21 index e2504763854..00000000000
22 --- a/games-arcade/pydance/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST pydance-1.1.0.tar.gz 8957236 BLAKE2B 57ab896b95a8f653a075e6c7453e8e2adfc8c18e8271fc502667d7643736bfe3a8d62c3ebfbe8e84713ed235bbadff60080fd578f478c61741df881694e1c7d4 SHA512 738787626d83adc635e7e4644f159e3ce793da7b38cf094ffd73cabb088d3414a1aa9deda423784174b2c0381e50dd0d74bbcfb9d939044e85c35866b3818c7d
26
27 diff --git a/games-arcade/pydance/metadata.xml b/games-arcade/pydance/metadata.xml
28 deleted file mode 100644
29 index 78274e0fa55..00000000000
30 --- a/games-arcade/pydance/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 -<maintainer type="project">
37 - <email>games@g.o</email>
38 - <name>Gentoo Games Project</name>
39 -</maintainer>
40 -</pkgmetadata>
41
42 diff --git a/games-arcade/pydance/pydance-1.1.0-r1.ebuild b/games-arcade/pydance/pydance-1.1.0-r1.ebuild
43 deleted file mode 100644
44 index f3d5b190122..00000000000
45 --- a/games-arcade/pydance/pydance-1.1.0-r1.ebuild
46 +++ /dev/null
47 @@ -1,44 +0,0 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=6
52 -inherit eutils
53 -
54 -DESCRIPTION="A DDR clone for linux written in Python"
55 -HOMEPAGE="http://www.icculus.org/pyddr/"
56 -SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz"
57 -
58 -LICENSE="MIT"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~x86"
61 -IUSE=""
62 -
63 -DEPEND="dev-python/pygame
64 - media-libs/libvorbis
65 - media-libs/sdl-mixer"
66 -RDEPEND="${DEPEND}"
67 -PDEPEND="games-arcade/pydance-songs"
68 -
69 -src_prepare() {
70 - default
71 - sed -i -e "s:1\.0\.1:1.0.2:" \
72 - pydance.py constants.py docs/man/pydance.6 || die
73 - sed -i -e 's:/usr/share/games/pydance/:/usr/share/pydance/:g' pydance.posix.cfg || die
74 -}
75 -
76 -src_install() {
77 - local dir=/usr/share/${PN}
78 -
79 - insinto "${dir}"
80 - doins *.py
81 - cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die
82 -
83 - insinto /etc/
84 - newins pydance.posix.cfg pydance.cfg
85 -
86 - make_wrapper pydance "python2 ./pydance.py" "${dir}"
87 -
88 - dodoc BUGS CREDITS ChangeLog HACKING README TODO
89 - HTML_DOCS="docs/manual.html docs/images" einstalldocs
90 - doman docs/man/*
91 -}
92
93 diff --git a/profiles/package.mask b/profiles/package.mask
94 index b2d939b43dc..80993a6f10a 100644
95 --- a/profiles/package.mask
96 +++ b/profiles/package.mask
97 @@ -758,11 +758,6 @@ games-arcade/watermelons
98 # Removal in 30 days. Bug #703772.
99 games-arcade/triplexinvaders
100
101 -# David Seifert <soap@g.o> (2019-12-25)
102 -# Py2 only, dead upstream, no py3 port in sight.
103 -# Removal in 30 days. Bug #703770.
104 -games-arcade/pydance
105 -
106 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
107 # Needs more testing.
108 =app-emulation/xen-4.13.0