games-puzzle/angrydd: Drop old
authorPacho Ramos <pacho@gentoo.org>
Wed, 25 Dec 2019 19:07:38 +0000 (20:07 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 25 Dec 2019 19:30:22 +0000 (20:30 +0100)
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild [deleted file]

diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
deleted file mode 100644 (file)
index fe4be2a..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop python-single-r1
-
-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=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/pygame[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       default
-       python_fix_shebang .
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               PREFIX="/usr/share/" \
-               TO="${PN}" \
-               install
-       rm -rf "${ED}/usr/share/games" "${ED}/usr/share/share" || die
-
-       python_optimize "${ED}/usr/share/${PN}"
-
-       dodir /usr/bin
-       dosym "../share/${PN}/angrydd.py" "/usr/bin/${PN}"
-       doman angrydd.6
-       dodoc README TODO HACKING
-
-       doicon angrydd.png
-       make_desktop_entry angrydd "Angry, Drunken Dwarves"
-}