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-puzzle/hexamine/
Date: Mon, 03 Feb 2020 06:13:51
Message-Id: 1580710372.45c8a797c6d4b5b51e90051c2fbfc246bac60140.mgorny@gentoo
1 commit: 45c8a797c6d4b5b51e90051c2fbfc246bac60140
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:12:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:12:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c8a797
7
8 games-puzzle/hexamine: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703782
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-puzzle/hexamine/Manifest | 1 -
14 games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild | 42 --------------------------
15 games-puzzle/hexamine/metadata.xml | 11 -------
16 profiles/package.mask | 5 ---
17 4 files changed, 59 deletions(-)
18
19 diff --git a/games-puzzle/hexamine/Manifest b/games-puzzle/hexamine/Manifest
20 deleted file mode 100644
21 index 9d77b10629d..00000000000
22 --- a/games-puzzle/hexamine/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST hexamine-0.2.1.tar.gz 130603 BLAKE2B e49b60e78346d59f5d0bf60f8aaa3f1230e87e6e76052c49197984df695cb4aacf947a2b5855f0388ed62f59fa04e47853f2c36583c38c9249100910eb5b5ff7 SHA512 eaf7c110f1c2434c2ea7bc01cc13266ed8e91cbbf0fff4ee8d8a78c549f9fd3f8d877210f574ba1cefad5a6ea230f376aab7d9ced6a4e2f477b6be776332a640
26
27 diff --git a/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild b/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild
28 deleted file mode 100644
29 index 67529d0521a..00000000000
30 --- a/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit desktop python-single-r1
40 -
41 -DESCRIPTION="Hexagonal Minesweeper"
42 -HOMEPAGE="https://sourceforge.net/projects/hexamine"
43 -SRC_URI="mirror://sourceforge/hexamine/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -IUSE=""
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - dev-python/pygame
54 -"
55 -DEPEND=""
56 -
57 -S="${WORKDIR}/${PN}"
58 -
59 -src_prepare() {
60 - default
61 - # Modify game data directory
62 - sed -i \
63 - -e "s:\`dirname \$0\`:/usr/share/${PN}:" \
64 - -e "s:\./hexamine:exec ${EPYTHON} &:" \
65 - hexamine || die
66 -}
67 -
68 -src_install() {
69 - dobin hexamine
70 - insinto "/usr/share/${PN}"
71 - doins -r hexamine.* skins
72 - einstalldocs
73 - make_desktop_entry ${PN} "Hexamine"
74 -}
75
76 diff --git a/games-puzzle/hexamine/metadata.xml b/games-puzzle/hexamine/metadata.xml
77 deleted file mode 100644
78 index eaf56d41636..00000000000
79 --- a/games-puzzle/hexamine/metadata.xml
80 +++ /dev/null
81 @@ -1,11 +0,0 @@
82 -<?xml version="1.0" encoding="UTF-8"?>
83 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 -<pkgmetadata>
85 - <maintainer type="project">
86 - <email>games@g.o</email>
87 - <name>Gentoo Games Project</name>
88 - </maintainer>
89 - <upstream>
90 - <remote-id type="sourceforge">hexamine</remote-id>
91 - </upstream>
92 -</pkgmetadata>
93
94 diff --git a/profiles/package.mask b/profiles/package.mask
95 index 45a399a8ce3..f25625db639 100644
96 --- a/profiles/package.mask
97 +++ b/profiles/package.mask
98 @@ -738,11 +738,6 @@ games-rpg/dragonhunt
99 # Removal in 30 days. Bug #703784.
100 games-puzzle/jools
101
102 -# David Seifert <soap@g.o> (2019-12-25)
103 -# Py2 only, dead upstream, no py3 port in sight.
104 -# Removal in 30 days. Bug #703782.
105 -games-puzzle/hexamine
106 -
107 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
108 # Needs more testing.
109 =app-emulation/xen-4.13.0