summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 14:12:59 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:33:08 +0200
commit11f97f1ab454eb68e754f65d080725a78dd6fa35 (patch)
tree013cdd94a1687b75b80b807baf8ebe7a5c5a6c15
parentgames-puzzle/hexamine: Stop using games.eclass (diff)
downloadgentoo-11f97f1ab454eb68e754f65d080725a78dd6fa35.tar.gz
gentoo-11f97f1ab454eb68e754f65d080725a78dd6fa35.tar.bz2
gentoo-11f97f1ab454eb68e754f65d080725a78dd6fa35.zip
games-puzzle/hexamine: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
-rw-r--r--games-puzzle/hexamine/hexamine-0.2.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/games-puzzle/hexamine/hexamine-0.2.1.ebuild b/games-puzzle/hexamine/hexamine-0.2.1.ebuild
deleted file mode 100644
index 0551f1e713ad..000000000000
--- a/games-puzzle/hexamine/hexamine-0.2.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 games
-
-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=""
-
-RDEPEND="dev-python/pygame
- ${PYTHON_DEPS}"
-DEPEND="${PYTHON_DEPS}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- python-single-r1_pkg_setup
- games_pkg_setup
-}
-
-src_prepare() {
- # Modify game data directory
- sed -i \
- -e "s:\`dirname \$0\`:${GAMES_DATADIR}/${PN}:" \
- -e "s:\./hexamine:exec ${EPYTHON} &:" \
- hexamine || die
-}
-
-src_install() {
- dogamesbin hexamine
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r hexamine.* skins
- dodoc ABOUT README
- prepgamesdirs
-}