diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-03 07:12:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-03 07:12:52 +0100 |
commit | 45c8a797c6d4b5b51e90051c2fbfc246bac60140 (patch) | |
tree | b29c56746813307fbda345d8738971df19cfce56 /games-puzzle | |
parent | games-puzzle/4stattack: Remove last-rited pkg (diff) | |
download | gentoo-45c8a797c6d4b5b51e90051c2fbfc246bac60140.tar.gz gentoo-45c8a797c6d4b5b51e90051c2fbfc246bac60140.tar.bz2 gentoo-45c8a797c6d4b5b51e90051c2fbfc246bac60140.zip |
games-puzzle/hexamine: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703782
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hexamine/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild | 42 | ||||
-rw-r--r-- | games-puzzle/hexamine/metadata.xml | 11 |
3 files changed, 0 insertions, 54 deletions
diff --git a/games-puzzle/hexamine/Manifest b/games-puzzle/hexamine/Manifest deleted file mode 100644 index 9d77b10629df..000000000000 --- a/games-puzzle/hexamine/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hexamine-0.2.1.tar.gz 130603 BLAKE2B e49b60e78346d59f5d0bf60f8aaa3f1230e87e6e76052c49197984df695cb4aacf947a2b5855f0388ed62f59fa04e47853f2c36583c38c9249100910eb5b5ff7 SHA512 eaf7c110f1c2434c2ea7bc01cc13266ed8e91cbbf0fff4ee8d8a78c549f9fd3f8d877210f574ba1cefad5a6ea230f376aab7d9ced6a4e2f477b6be776332a640 diff --git a/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild b/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild deleted file mode 100644 index 67529d0521a4..000000000000 --- a/games-puzzle/hexamine/hexamine-0.2.1-r1.ebuild +++ /dev/null @@ -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" -} diff --git a/games-puzzle/hexamine/metadata.xml b/games-puzzle/hexamine/metadata.xml deleted file mode 100644 index eaf56d416367..000000000000 --- a/games-puzzle/hexamine/metadata.xml +++ /dev/null @@ -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> |