* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2019-12-27 11:05 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2019-12-27 11:05 UTC (permalink / raw
To: gentoo-commits
commit: d61b7262fb8568e40ed00de3dbf0514d5b5b32bc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 11:00:26 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 11:00:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61b7262
games-puzzle/angrydd: Add py3.8 (with new pygame py3-only)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
index ae4240f5263..24ba0652762 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit desktop python-single-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2024-05-05 23:44 Ionen Wolkens
0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2024-05-05 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 0266b57136e39d0106db942042d2e54b8dc3217c
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May 5 16:54:12 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May 5 23:37:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0266b571
games-puzzle/angrydd: enable py3.12 + tidy
Closes: https://bugs.gentoo.org/929587
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
index b174a76f1f3c..39c109b7be99 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit desktop python-single-r1
DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="
mirror://gentoo/${P/_p*}.tar.gz
- mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz"
-S="${WORKDIR}/${P/_p*}"
+ mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+S=${WORKDIR}/${P/_p*}
LICENSE="GPL-2"
SLOT="0"
@@ -22,7 +23,8 @@ RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/pygame[${PYTHON_USEDEP}]')
media-libs/sdl2-image[png]
- media-libs/sdl2-mixer[vorbis]"
+ media-libs/sdl2-mixer[vorbis]
+"
BDEPEND="${PYTHON_DEPS}"
PATCHES=(
@@ -42,5 +44,5 @@ src_install() {
doicon ${PN}.png
make_desktop_entry ${PN} "Angry, Drunken Dwarves"
- rm -r "${ED}"/usr/share/{games,share} || die
+ rm -r -- "${ED}"/usr/share/{games,share} || die
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2023-01-17 6:03 Ionen Wolkens
0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2023-01-17 6:03 UTC (permalink / raw
To: gentoo-commits
commit: b6d382fd9a96ba63a5382bf8b2f46593a560ee0d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 05:33:42 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 05:54:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d382fd
games-puzzle/angrydd: enable py3.11
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
index d8db86ee3a8c..b174a76f1f3c 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit desktop python-single-r1
DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2021-11-14 0:45 Ionen Wolkens
0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2021-11-14 0:45 UTC (permalink / raw
To: gentoo-commits
commit: df667c44a394f249d4c1afb2a9837fd37f3f514f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 23:51:51 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df667c44
games-puzzle/angrydd: EAPI7->8, revamp ebuild, enable py3.10
Updated deps for pygame-2 (sdl2-image[png] + sdl2-mixer[vorbis])
Also remove HOMEPAGE, 404 with no replacement found.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild | 56 ------------------------
games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild | 46 +++++++++++++++++++
2 files changed, 46 insertions(+), 56 deletions(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
deleted file mode 100644
index d1ad454c75c..00000000000
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
-
-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/_p*}.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygame[${PYTHON_USEDEP}]
- ')
-"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/${P/_p*}"
-
-src_prepare() {
- default
- eapply -p1 "${WORKDIR}"/debian/patches/*.patch
- 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"
-}
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
new file mode 100644
index 00000000000..615182d98fd
--- /dev/null
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit desktop python-single-r1
+
+DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="
+ mirror://gentoo/${P/_p*}.tar.gz
+ mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz"
+S="${WORKDIR}/${P/_p*}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-python/pygame[${PYTHON_USEDEP}]')
+ media-libs/sdl2-image[png]
+ media-libs/sdl2-mixer[vorbis]"
+BDEPEND="${PYTHON_DEPS}"
+
+PATCHES=(
+ "${WORKDIR}"/debian/patches
+)
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr/share TO=${PN} install
+
+ dosym -r /usr/share/${PN}/${PN}.py /usr/bin/${PN}
+ doman angrydd.6
+ einstalldocs
+
+ python_fix_shebang "${ED}"/usr/share/${PN}
+ python_optimize "${ED}"/usr/share/${PN}
+
+ doicon ${PN}.png
+ make_desktop_entry ${PN} "Angry, Drunken Dwarves"
+
+ rm -r "${ED}"/usr/share/{games,share} || die
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2021-05-23 14:09 Sergei Trofimovich
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2021-05-23 14:09 UTC (permalink / raw
To: gentoo-commits
commit: d41f500e21a8366e542815234282b258dbad3a90
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 14:07:13 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 23 14:09:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41f500e
games-puzzle/angrydd: allow python-3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
index 4460627d59f..e4bdd9f36a8 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit desktop python-single-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2020-02-09 16:25 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-02-09 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 87ecab67438b674e16b5ab7cf2575af53ea5a4e5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 14:09:06 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:21:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ecab67
games-puzzle/angrydd: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{angrydd-1.0.1_p13.ebuild => angrydd-1.0.1_p13-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
similarity index 90%
rename from games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
rename to games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
index 24ba0652762..3ed88c2a33d 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,9 @@ IUSE=""
REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
- dev-python/pygame[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pygame[${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${RDEPEND}"
BDEPEND=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2019-12-26 15:38 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2019-12-26 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 8ae946d2a2047b0dca48e7ddc489ead3cfa4061f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 15:38:35 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 15:38:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae946d2
games-puzzle/angrydd: Remove py3.8 for now
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
index 24ba0652762..ae4240f5263 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit desktop python-single-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2019-12-25 19:30 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2019-12-25 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 260131c02f7f225d10eac375403ba05bb9e1d4d7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 19:07:25 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=260131c0
games-puzzle/angrydd: Fixes from Debian, python3 support
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-puzzle/angrydd/Manifest | 1 +
games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild | 54 +++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/games-puzzle/angrydd/Manifest b/games-puzzle/angrydd/Manifest
index 5faf1a793b2..d8398d1cbf6 100644
--- a/games-puzzle/angrydd/Manifest
+++ b/games-puzzle/angrydd/Manifest
@@ -1 +1,2 @@
DIST angrydd-1.0.1.tar.gz 5331883 BLAKE2B de8a418b881f17e0869d9b8004b6db3cee56c1bb05729a5238f6357d3072ff10afb864252fcb3cef5c90d136ad7c8739afd71b88c932545203f2e9752c5eac81 SHA512 e0901833febcabb6622bb85405189bfaf3c917c3254ce282045d58e8e5b5c6c6565ca0e7c56fe2819e0d3f344df3bb285cca54c360b467d284739673d1aa74f0
+DIST angrydd_1.0.1-13.debian.tar.xz 11940 BLAKE2B d64ae1f878f3dfe4eee9f236ce6869f7ce3d77021a09593240a84860157781ecd776be7a06edbb48d1e340c654c50f4463b76b42049076e9c02b6397988ca9df SHA512 123d593ac7ceff8f6fe5d70442b92e6564f4e6ee668450cb623bbdeb4633cad6e04cf896d93cacc5e11bda08cb61b7c92ce0b99072e6e12b21e023620d12b360
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
new file mode 100644
index 00000000000..24ba0652762
--- /dev/null
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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/_p*}.tar.gz
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/pygame[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${P/_p*}"
+
+src_prepare() {
+ default
+ eapply -p1 "${WORKDIR}"/debian/patches/*.patch
+ 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"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2019-12-25 19:30 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2019-12-25 19:30 UTC (permalink / raw
To: gentoo-commits
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"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2019-11-07 21:37 James Le Cuirot
0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2019-11-07 21:37 UTC (permalink / raw
To: gentoo-commits
commit: 80d5df7cfad77d7315092ba706e551838c51bbc6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 21:36:36 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 21:36:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d5df7c
games-puzzle/angrydd: Fix use of dosym with ${ED}
Closes: https://bugs.gentoo.org/699494
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
index 822cc2d5e97..fe4be2ac400 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -38,7 +38,7 @@ src_install() {
python_optimize "${ED}/usr/share/${PN}"
dodir /usr/bin
- dosym "${ED}/usr/share/${PN}/angrydd.py" "/usr/bin/${PN}"
+ dosym "../share/${PN}/angrydd.py" "/usr/bin/${PN}"
doman angrydd.6
dodoc README TODO HACKING
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
@ 2017-08-22 21:41 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2017-08-22 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 10519641bdd647e90e8422a9bf74c56dd98252d8
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Tue Aug 22 11:57:54 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:37:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10519641
games-puzzle/angrydd: HOMEPAGE and SRC_URI 301 redirect to HTTPS
Package-Manager: Portage-2.3.7, Repoman-2.3.3
games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild
index af596c22919..7438662e6bf 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 )
inherit eutils python-single-r1 games
DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"
-HOMEPAGE="http://www.sacredchao.net/~piman/angrydd/"
-SRC_URI="http://www.sacredchao.net/~piman/angrydd/${P}.tar.gz"
+HOMEPAGE="https://www.sacredchao.net/~piman/angrydd/"
+SRC_URI="https://www.sacredchao.net/~piman/angrydd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-05-05 23:44 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-27 11:05 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-05-05 23:44 Ionen Wolkens
2023-01-17 6:03 Ionen Wolkens
2021-11-14 0:45 Ionen Wolkens
2021-05-23 14:09 Sergei Trofimovich
2020-02-09 16:25 Michał Górny
2019-12-26 15:38 David Seifert
2019-12-25 19:30 Pacho Ramos
2019-12-25 19:30 Pacho Ramos
2019-11-07 21:37 James Le Cuirot
2017-08-22 21:41 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox