summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-12-25 20:07:38 +0100
committerPacho Ramos <pacho@gentoo.org>2019-12-25 20:30:22 +0100
commitfa0e6c9e6b785bfadee02d92028673dbb1059583 (patch)
tree2ec158f5e196f9e6670ccb061459bb74c6b94a48 /games-puzzle
parentgames-puzzle/angrydd: Fixes from Debian, python3 support (diff)
downloadgentoo-fa0e6c9e6b785bfadee02d92028673dbb1059583.tar.gz
gentoo-fa0e6c9e6b785bfadee02d92028673dbb1059583.tar.bz2
gentoo-fa0e6c9e6b785bfadee02d92028673dbb1059583.zip
games-puzzle/angrydd: Drop old
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild47
1 files changed, 0 insertions, 47 deletions
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
index fe4be2ac4003..000000000000
--- a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
+++ /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"
-}