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: games-arcade/watermelons/, profiles/
Date: Mon, 03 Feb 2020 06:13:50
Message-Id: 1580710334.54326f642ab7fc7d5e802faac16f2191c5d578a0.mgorny@gentoo
1 commit: 54326f642ab7fc7d5e802faac16f2191c5d578a0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:12:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:12:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54326f64
7
8 games-arcade/watermelons: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703774
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-arcade/watermelons/Manifest | 1 -
14 games-arcade/watermelons/metadata.xml | 8 ----
15 .../watermelons/watermelons-1.1.1-r1.ebuild | 56 ----------------------
16 profiles/package.mask | 5 --
17 4 files changed, 70 deletions(-)
18
19 diff --git a/games-arcade/watermelons/Manifest b/games-arcade/watermelons/Manifest
20 deleted file mode 100644
21 index 66355f70951..00000000000
22 --- a/games-arcade/watermelons/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST melons-1.1.1.tgz 318692 BLAKE2B b950e58062f85632cf87a205ede2437ddb9ac573574cb7cd5e73eabd3cbd7af8e2ee9a2dc06a31cb2f322198fb0bcb97b0c292a886711bf4fb868b4f90738a1c SHA512 50bb66de9806fb1bbe946ad5063e68d3327d6184b3e95230573f71053426ed877fc9762ef2b44e6964c9d7b8dc5081e9c3015885800dd6644a1dd88c9c5dc357
26
27 diff --git a/games-arcade/watermelons/metadata.xml b/games-arcade/watermelons/metadata.xml
28 deleted file mode 100644
29 index 78274e0fa55..00000000000
30 --- a/games-arcade/watermelons/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/watermelons/watermelons-1.1.1-r1.ebuild b/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild
43 deleted file mode 100644
44 index a5c441f8b42..00000000000
45 --- a/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild
46 +++ /dev/null
47 @@ -1,56 +0,0 @@
48 -# Copyright 1999-2015 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=5
52 -PYTHON_COMPAT=( python2_7 )
53 -inherit eutils python-single-r1 games
54 -
55 -MY_PN="melons"
56 -DESCRIPTION="A thrilling watermelon bouncing game"
57 -HOMEPAGE="http://www.imitationpickles.org/melons/index.html"
58 -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tgz"
59 -# No version upstream
60 -#SRC_URI="http://www.imitationpickles.org/${MY_PN}/${MY_PN}.tgz"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -IUSE=""
66 -
67 -DEPEND="dev-python/pygame[${PYTHON_USEDEP}]
68 - ${PYTHON_DEPS}"
69 -RDEPEND=${DEPEND}
70 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
71 -
72 -S=${WORKDIR}/${MY_PN}
73 -
74 -pkg_setup() {
75 - python-single-r1_pkg_setup
76 - games_pkg_setup
77 -}
78 -
79 -src_prepare() {
80 - sed -i \
81 - -e "s:melons.hs:${GAMES_STATEDIR}/${PN}/&:" \
82 - main.py || die
83 -
84 - cat <<-EOF > "${PN}" || die
85 - #!/bin/bash
86 - cd "${GAMES_DATADIR}/${PN}"
87 - exec ${EPYTHON} main.py
88 -EOF
89 -}
90 -
91 -src_install() {
92 - dogamesbin ${PN}
93 - insinto "${GAMES_DATADIR}/${PN}"
94 - doins -r data pgu const.py game.py main.py melon.py melons.py menu.py trampoline.py
95 - python_optimize "${D}${GAMES_DATADIR}/${PN}"
96 - dodoc *.txt
97 - dodir "${GAMES_STATEDIR}/${PN}"
98 - touch "${D}${GAMES_STATEDIR}"/${PN}/melons.hs
99 - fperms 664 "${GAMES_STATEDIR}"/${PN}/melons.hs
100 - newicon data/mellon0013.png "${PN}.png"
101 - make_desktop_entry ${PN} Watermelons
102 - prepgamesdirs
103 -}
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index f2c6758dbeb..35be9be99fb 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -748,11 +748,6 @@ games-puzzle/hexamine
110 # Removal in 30 days. Bug #703780.
111 games-puzzle/4stattack
112
113 -# David Seifert <soap@g.o> (2019-12-25)
114 -# Py2 only, dead upstream, no py3 port in sight.
115 -# Removal in 30 days. Bug #703774.
116 -games-arcade/watermelons
117 -
118 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
119 # Needs more testing.
120 =app-emulation/xen-4.13.0