public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 2018-04-24 19:26 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2018-04-24 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fd78e2ec7f9456cb335a8e1f4cc71a9acef8d9df
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 19:15:56 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd78e2ec

games-arcade/whichwayisup: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../whichwayisup/whichwayisup-0.7.9-r1.ebuild      | 59 ----------------------
 1 file changed, 59 deletions(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild
deleted file mode 100644
index 80b637d2416..00000000000
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 games
-
-MY_PV=${PV//./}
-MY_P=${PN}_b${MY_PV}
-DESCRIPTION="A traditional and challenging 2D platformer game with a slight rotational twist"
-HOMEPAGE="http://hectigo.net/puskutraktori/whichwayisup/"
-SRC_URI="http://hectigo.net/puskutraktori/whichwayisup/${MY_P}.zip"
-
-LICENSE="GPL-2 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pygame[${PYTHON_USEDEP}]
-	${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-	games_pkg_setup
-}
-
-src_prepare() {
-	sed -i \
-		-e "s:libdir\ =\ .*:libdir\ =\ \"$(games_get_libdir)/${PN}\":" \
-		run_game.py || die
-	sed -i \
-		-e "s:data_dir\ =\ .*:data_dir\ =\ \"${GAMES_DATADIR}/${PN}\":" \
-		lib/data.py || die
-	rm data/pictures/Thumbs.db
-	python_fix_shebang .
-}
-
-src_install() {
-	newgamesbin run_game.py ${PN}
-
-	insinto "$(games_get_libdir)/${PN}"
-	doins lib/*.py
-
-	python_optimize "${D}$(games_get_libdir)/${PN}"
-
-	dodoc README.txt changelog.txt
-
-	insinto "${GAMES_DATADIR}/${PN}"
-	doins -r data/*
-
-	newicon "${FILESDIR}"/${PN}-32.xpm ${PN}.xpm
-	make_desktop_entry ${PN} "Which Way Is Up?"
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 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:     2c33968f950b08f34b861551a93f8dbd46c863b1
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 16:50:52 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=2c33968f

games-arcade/whichwayisup: enable py3.12 + tidy

Closes: https://bugs.gentoo.org/929572
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
index c8c7fe0a4dd2..b20c0cfa5fc5 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
@@ -1,9 +1,9 @@
-# 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="Traditional and challenging 2D platformer game with a slight rotational twist"
@@ -11,8 +11,9 @@ HOMEPAGE="https://www.oletus.fi/static/whichwayisup/"
 SRC_URI="
 	https://www.oletus.fi/static/whichwayisup/${PN}_b079.zip
 	mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
-	https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
-S="${WORKDIR}/${PN}"
+	https://dev.gentoo.org/~ionen/distfiles/${PN}.png
+"
+S=${WORKDIR}/${PN}
 
 LICENSE="BitstreamVera CC-BY-3.0 GPL-2"
 SLOT="0"
@@ -23,10 +24,12 @@ 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}
-	app-arch/unzip"
+	app-arch/unzip
+"
 
 PATCHES=(
 	"${WORKDIR}"/debian/patches
@@ -34,7 +37,7 @@ PATCHES=(
 
 src_prepare() {
 	# drop Debian specific patch
-	rm "${WORKDIR}"/debian/patches/font_path.patch || die
+	rm -- "${WORKDIR}"/debian/patches/font_path.patch || die
 
 	default
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 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:     806ed9a3a3df3acab8bef50e8ce1e03b12ec3de3
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 05:34:04 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 05:54:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806ed9a3

games-arcade/whichwayisup: enable py3.11

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
index c724345cdb7b..c8c7fe0a4dd2 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit desktop python-single-r1
 
 DESCRIPTION="Traditional and challenging 2D platformer game with a slight rotational twist"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 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:     cab851b4af6358bebc7f8c301548e9ec501e88c0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 20:47:37 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab851b4

games-arcade/whichwayisup: enable py3.10

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild
index f37eff3578b..d0551661764 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit desktop python-single-r1
 
 DESCRIPTION="Traditional and challenging 2D platformer game with a slight rotational twist"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 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:     2e4deb065ed79b756d193414de60cbcf5874408c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 20:52:11 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4deb06

games-arcade/whichwayisup: add 0.7.9_p8, switch to debian uptream

Carries the same 3 patches allowing to remove from files/,
especially the python3 19kB patch.

Also update HOMEPAGE/SRC_URI to the newer working links.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/whichwayisup/Manifest                 |  1 +
 .../whichwayisup/whichwayisup-0.7.9_p8.ebuild      | 57 ++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/games-arcade/whichwayisup/Manifest b/games-arcade/whichwayisup/Manifest
index 457e7350e5f..017edb5d67f 100644
--- a/games-arcade/whichwayisup/Manifest
+++ b/games-arcade/whichwayisup/Manifest
@@ -1,2 +1,3 @@
 DIST whichwayisup.png 6720 BLAKE2B 26514e025341ce7d5145d69295a24477ea3575afcfb0a11bbbddb1dd716feadef9a030ec9dc4171b75842fafc78670ed1fc7656dac8dbd6695b9592b73bb1383 SHA512 469b847955a745177c7629dd13f1975191766863bfe263e3818105356d71aaaeb66cbe34846d0bd908bf494e2d7d42b7f33499868da2fa346f96f8080bccc0b2
+DIST whichwayisup_0.7.9-8.debian.tar.xz 17196 BLAKE2B 8b2cb1933a6c5480edb1091a824b2a61d9c41ed1a4a3b534a11a28163f9db3a3790d89faa1eb1995b459bb3c03515c154ca2714bfcf63c2c43669c60abf4d75f SHA512 cb1402f0210c0457dbeb5a1151679c755b10b022c20cbb8a0bdc23bf7b463a7e0db4e92141906e3995a894fd3d0aeb21b48358b3e2c221f37deec4c008128edc
 DIST whichwayisup_b079.zip 1001890 BLAKE2B bfc8f15376ae7c93cc3921a7c0537d44bca44cbfd5e19533912c56151b8811a40e96271e0f3b8634a6fc4625bd32c9668fc3c321f1d2ea0306517067f3d31e24 SHA512 49ac6b8224f3cf7b0711b297c9dd96ff2a0969f7c16fa1da500bef1ea5d793bd900be124a9b9874239c98db6fd2db92917b8ce2ee09b685e184cfd87bf519809

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
new file mode 100644
index 00000000000..814f5785d8c
--- /dev/null
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
@@ -0,0 +1,57 @@
+# 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="Traditional and challenging 2D platformer game with a slight rotational twist"
+HOMEPAGE="https://www.oletus.fi/static/whichwayisup/"
+SRC_URI="
+	https://www.oletus.fi/static/whichwayisup/${PN}_b079.zip
+	mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+	https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
+S="${WORKDIR}/${PN}"
+
+LICENSE="BitstreamVera CC-BY-3.0 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}
+	app-arch/unzip"
+
+PATCHES=(
+	"${WORKDIR}"/debian/patches
+)
+
+src_prepare() {
+	# drop Debian specific patch
+	rm "${WORKDIR}"/debian/patches/font_path.patch || die
+
+	default
+
+	sed -i "/libdir =/s|= .*|= \"${EPREFIX}/usr/share/${PN}/lib\"|" run_game.py || die
+	python_fix_shebang run_game.py
+
+	rm data/pictures/Thumbs.db || die
+}
+
+src_install() {
+	newbin run_game.py ${PN}
+
+	insinto /usr/share/${PN}
+	doins -r data lib
+
+	dodoc README.txt changelog.txt
+
+	doicon "${DISTDIR}"/${PN}.png
+	make_desktop_entry ${PN} "Which Way Is Up?"
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 2021-07-21 13:08 Ionen Wolkens
  0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2021-07-21 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     85d77cfc21b16728b93fc76b92dcba52b7fcfa26
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 21 12:26:24 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 13:07:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d77cfc

games-arcade/whichwayisup: EAPI 7->8, various fixes

- python-r1 -> python-single-r1 wrt bug #710234
- don't call python directly
- add missing sdl2 deps
- remove homepage, gone with no official replacement could find

Also replaced icon from files/, xpm may be text-only but filling the
tree with an old uncompressed text image format doesn't sound right.

Closes: https://bugs.gentoo.org/710234
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/whichwayisup/Manifest                 |  1 +
 .../whichwayisup/whichwayisup-0.7.9-r4.ebuild      | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/games-arcade/whichwayisup/Manifest b/games-arcade/whichwayisup/Manifest
index 909f726905b..457e7350e5f 100644
--- a/games-arcade/whichwayisup/Manifest
+++ b/games-arcade/whichwayisup/Manifest
@@ -1 +1,2 @@
+DIST whichwayisup.png 6720 BLAKE2B 26514e025341ce7d5145d69295a24477ea3575afcfb0a11bbbddb1dd716feadef9a030ec9dc4171b75842fafc78670ed1fc7656dac8dbd6695b9592b73bb1383 SHA512 469b847955a745177c7629dd13f1975191766863bfe263e3818105356d71aaaeb66cbe34846d0bd908bf494e2d7d42b7f33499868da2fa346f96f8080bccc0b2
 DIST whichwayisup_b079.zip 1001890 BLAKE2B bfc8f15376ae7c93cc3921a7c0537d44bca44cbfd5e19533912c56151b8811a40e96271e0f3b8634a6fc4625bd32c9668fc3c321f1d2ea0306517067f3d31e24 SHA512 49ac6b8224f3cf7b0711b297c9dd96ff2a0969f7c16fa1da500bef1ea5d793bd900be124a9b9874239c98db6fd2db92917b8ce2ee09b685e184cfd87bf519809

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild
new file mode 100644
index 00000000000..f37eff3578b
--- /dev/null
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit desktop python-single-r1
+
+DESCRIPTION="Traditional and challenging 2D platformer game with a slight rotational twist"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="
+	mirror://gentoo/${PN}_b$(ver_rs 1- '').zip
+	https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
+S="${WORKDIR}/${PN}"
+
+LICENSE="BitstreamVera CC-BY-3.0 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}
+	app-arch/unzip"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-check_for_joystick_axes_not_null.patch
+	"${FILESDIR}"/${P}-initialize_only_required_pygame_modules.patch
+	"${FILESDIR}"/${P}-python3.patch
+)
+
+src_prepare() {
+	default
+
+	sed -i "/libdir =/s|= .*|= \"${EPREFIX}/usr/share/${PN}/lib\"|" run_game.py || die
+	python_fix_shebang run_game.py
+
+	rm data/pictures/Thumbs.db || die
+}
+
+src_install() {
+	newbin run_game.py ${PN}
+
+	insinto /usr/share/${PN}
+	doins -r data lib
+
+	dodoc README.txt changelog.txt
+
+	doicon "${DISTDIR}"/${PN}.png
+	make_desktop_entry ${PN} "Which Way Is Up?"
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 2021-05-23 10:42 Sergei Trofimovich
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2021-05-23 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c17061122e45e48d0f563ab2ff33420694654618
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 10:42:29 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 23 10:42:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1706112

games-arcade/whichwayisup: allow python-3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild
index 981c94f0cd0..8c6d76376e9 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 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-r1
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 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:     87a23ab4dafd275385ea0fe6a0ee8a8c10cb1c0e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 11:00:43 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 11:00:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a23ab4

games-arcade/whichwayisup: 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-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild
index 2d056331797..0644c6c31c3 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.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-r1
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 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:     4153ee1a3b478ba521c2b6142c7b84ea7eb74e3c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 15:38:34 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 15:38:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4153ee1a

games-arcade/whichwayisup: 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-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild
index 0644c6c31c3..2d056331797 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r3.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-r1
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 2019-12-25 17:23 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2019-12-25 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cebd7c2c8292a57d1b86b6f6d82c7e2546b66f75
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 17:23:11 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 17:23:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebd7c2c

games-arcade/whichwayisup: Drop old

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

 .../whichwayisup/whichwayisup-0.7.9-r2.ebuild      | 59 ----------------------
 1 file changed, 59 deletions(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
deleted file mode 100644
index 84964d15a79..00000000000
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop python-single-r1
-
-MY_PV="${PV//./}"
-MY_P="${PN}_b${MY_PV}"
-
-DESCRIPTION="A traditional and challenging 2D platformer game with a slight rotational twist"
-HOMEPAGE="http://hectigo.net/puskutraktori/whichwayisup/"
-SRC_URI="http://hectigo.net/puskutraktori/whichwayisup/${MY_P}.zip"
-
-LICENSE="GPL-2 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	dev-python/pygame[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	app-arch/unzip
-"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	default
-	sed -i \
-		-e "s:libdir\ =\ .*:libdir\ =\ \"/usr/$(get_libdir)/${PN}\":" \
-		run_game.py || die
-	sed -i \
-		-e "s:data_dir\ =\ .*:data_dir\ =\ \"/usr/share/${PN}\":" \
-		lib/data.py || die
-	rm data/pictures/Thumbs.db
-	python_fix_shebang .
-}
-
-src_install() {
-	newbin run_game.py ${PN}
-
-	insinto "/usr/$(get_libdir)/${PN}"
-	doins lib/*.py
-
-	python_optimize "${ED}/usr/$(get_libdir)/${PN}"
-
-	einstalldocs
-
-	insinto "/usr/share/${PN}"
-	doins -r data/*
-
-	newicon "${FILESDIR}"/${PN}-32.xpm ${PN}.xpm
-	make_desktop_entry ${PN} "Which Way Is Up?"
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
@ 2018-04-24 19:26 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2018-04-24 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     79f46506edf99719b830e2d565f82d8d2e36600a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 19:15:43 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f46506

games-arcade/whichwayisup: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../whichwayisup/whichwayisup-0.7.9-r2.ebuild      | 59 ++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
new file mode 100644
index 00000000000..84964d15a79
--- /dev/null
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop python-single-r1
+
+MY_PV="${PV//./}"
+MY_P="${PN}_b${MY_PV}"
+
+DESCRIPTION="A traditional and challenging 2D platformer game with a slight rotational twist"
+HOMEPAGE="http://hectigo.net/puskutraktori/whichwayisup/"
+SRC_URI="http://hectigo.net/puskutraktori/whichwayisup/${MY_P}.zip"
+
+LICENSE="GPL-2 CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-python/pygame[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+	default
+	sed -i \
+		-e "s:libdir\ =\ .*:libdir\ =\ \"/usr/$(get_libdir)/${PN}\":" \
+		run_game.py || die
+	sed -i \
+		-e "s:data_dir\ =\ .*:data_dir\ =\ \"/usr/share/${PN}\":" \
+		lib/data.py || die
+	rm data/pictures/Thumbs.db
+	python_fix_shebang .
+}
+
+src_install() {
+	newbin run_game.py ${PN}
+
+	insinto "/usr/$(get_libdir)/${PN}"
+	doins lib/*.py
+
+	python_optimize "${ED}/usr/$(get_libdir)/${PN}"
+
+	einstalldocs
+
+	insinto "/usr/share/${PN}"
+	doins -r data/*
+
+	newicon "${FILESDIR}"/${PN}-32.xpm ${PN}.xpm
+	make_desktop_entry ${PN} "Which Way Is Up?"
+}


^ 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 --
2018-04-24 19:26 [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/ 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-11-14  0:45 Ionen Wolkens
2021-07-21 13:08 Ionen Wolkens
2021-05-23 10:42 Sergei Trofimovich
2019-12-27 11:05 Pacho Ramos
2019-12-26 15:38 David Seifert
2019-12-25 17:23 Pacho Ramos
2018-04-24 19:26 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox