games-puzzle/hexamine: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703782
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-03 07:12:52 +01:00
parent 2f51856138
commit 45c8a797c6
4 changed files with 0 additions and 59 deletions

View File

@@ -1 +0,0 @@
DIST hexamine-0.2.1.tar.gz 130603 BLAKE2B e49b60e78346d59f5d0bf60f8aaa3f1230e87e6e76052c49197984df695cb4aacf947a2b5855f0388ed62f59fa04e47853f2c36583c38c9249100910eb5b5ff7 SHA512 eaf7c110f1c2434c2ea7bc01cc13266ed8e91cbbf0fff4ee8d8a78c549f9fd3f8d877210f574ba1cefad5a6ea230f376aab7d9ced6a4e2f477b6be776332a640

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit desktop python-single-r1
DESCRIPTION="Hexagonal Minesweeper"
HOMEPAGE="https://sourceforge.net/projects/hexamine"
SRC_URI="mirror://sourceforge/hexamine/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/pygame
"
DEPEND=""
S="${WORKDIR}/${PN}"
src_prepare() {
default
# Modify game data directory
sed -i \
-e "s:\`dirname \$0\`:/usr/share/${PN}:" \
-e "s:\./hexamine:exec ${EPYTHON} &:" \
hexamine || die
}
src_install() {
dobin hexamine
insinto "/usr/share/${PN}"
doins -r hexamine.* skins
einstalldocs
make_desktop_entry ${PN} "Hexamine"
}

View File

@@ -1,11 +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>
<upstream>
<remote-id type="sourceforge">hexamine</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -738,11 +738,6 @@ games-rpg/dragonhunt
# Removal in 30 days. Bug #703784.
games-puzzle/jools
# David Seifert <soap@gentoo.org> (2019-12-25)
# Py2 only, dead upstream, no py3 port in sight.
# Removal in 30 days. Bug #703782.
games-puzzle/hexamine
# Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
# Needs more testing.
=app-emulation/xen-4.13.0