summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 12:23:58 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:31:59 +0200
commitcfd617bc0ed5b17012c6e4180146b891cead085a (patch)
treeb8208d5686102ffda7bde34adc552fcbd40331b5 /games-puzzle/angrydd
parentgames-puzzle/angrydd: Make repoman happy (diff)
downloadgentoo-cfd617bc0ed5b17012c6e4180146b891cead085a.tar.gz
gentoo-cfd617bc0ed5b17012c6e4180146b891cead085a.tar.bz2
gentoo-cfd617bc0ed5b17012c6e4180146b891cead085a.zip
games-puzzle/angrydd: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/angrydd')
-rw-r--r--games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild
deleted file mode 100644
index 6e2173c76467..000000000000
--- a/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 games
-
-DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"
-HOMEPAGE="https://www.sacredchao.net/~piman/angrydd/"
-SRC_URI="https://www.sacredchao.net/~piman/angrydd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}"
-RDEPEND=${DEPEND}
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-pkg_setup() {
- python-single-r1_pkg_setup
- games_pkg_setup
-}
-
-src_prepare() {
- python_fix_shebang .
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- PREFIX="${GAMES_DATADIR}" \
- TO="${PN}" \
- install
- rm -rf "${D}${GAMES_DATADIR}/games" "${D}${GAMES_DATADIR}/share" || die
-
- python_optimize "${D}${GAMES_DATADIR}/${PN}"
-
- dodir "${GAMES_BINDIR}"
- dosym "${GAMES_DATADIR}/${PN}/angrydd.py" "${GAMES_BINDIR}/${PN}"
- doman angrydd.6
- dodoc README TODO HACKING
-
- doicon angrydd.png
- make_desktop_entry angrydd "Angry, Drunken Dwarves"
-
- prepgamesdirs
-}