commit:     fa0e6c9e6b785bfadee02d92028673dbb1059583
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 19:07:38 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 19:30:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0e6c9e

games-puzzle/angrydd: Drop old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild | 47 ----------------------------
 1 file changed, 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 fe4be2ac400..00000000000
--- 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"
-}

Reply via email to