Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
Date: Wed, 25 Dec 2019 19:30:38
Message-Id: 1577302222.fa0e6c9e6b785bfadee02d92028673dbb1059583.pacho@gentoo
1 commit: fa0e6c9e6b785bfadee02d92028673dbb1059583
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 19:07:38 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 19:30:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0e6c9e
7
8 games-puzzle/angrydd: Drop old
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild | 47 ----------------------------
14 1 file changed, 47 deletions(-)
15
16 diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
17 deleted file mode 100644
18 index fe4be2ac400..00000000000
19 --- a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
20 +++ /dev/null
21 @@ -1,47 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit desktop python-single-r1
29 -
30 -DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"
31 -HOMEPAGE="https://www.sacredchao.net/~piman/angrydd/"
32 -SRC_URI="https://www.sacredchao.net/~piman/angrydd/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -IUSE=""
39 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
40 -
41 -RDEPEND="${PYTHON_DEPS}
42 - dev-python/pygame[${PYTHON_USEDEP}]
43 -"
44 -DEPEND="${RDEPEND}"
45 -
46 -src_prepare() {
47 - default
48 - python_fix_shebang .
49 -}
50 -
51 -src_install() {
52 - emake \
53 - DESTDIR="${D}" \
54 - PREFIX="/usr/share/" \
55 - TO="${PN}" \
56 - install
57 - rm -rf "${ED}/usr/share/games" "${ED}/usr/share/share" || die
58 -
59 - python_optimize "${ED}/usr/share/${PN}"
60 -
61 - dodir /usr/bin
62 - dosym "../share/${PN}/angrydd.py" "/usr/bin/${PN}"
63 - doman angrydd.6
64 - dodoc README TODO HACKING
65 -
66 - doicon angrydd.png
67 - make_desktop_entry angrydd "Angry, Drunken Dwarves"
68 -}