* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2018-04-16 20:26 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2018-04-16 20:26 UTC (permalink / raw
To: gentoo-commits
commit: efe5051ef855a7a4374f77d0ffc527af2e53c77d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:56:49 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe5051e
games-arcade/funnyboat: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-arcade/funnyboat/funnyboat-1.5-r1.ebuild | 55 --------------------------
1 file changed, 55 deletions(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5-r1.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r1.ebuild
deleted file mode 100644
index fca880216fc..00000000000
--- a/games-arcade/funnyboat/funnyboat-1.5-r1.ebuild
+++ /dev/null
@@ -1,55 +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 gnome2-utils python-single-r1 games
-
-DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
-HOMEPAGE="http://funnyboat.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- >=dev-python/pygame-1.6.2[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- python-single-r1_pkg_setup
- games_pkg_setup
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data *.py
- python_optimize "${ED%/}/${GAMES_DATADIR}"/${PN}
-
- dodoc *.txt
- games_make_wrapper ${PN} "${EPYTHON} main.py" "${GAMES_DATADIR}"/${PN}
- newicon -s 32 data/kuvake.png ${PN}.png
- make_desktop_entry ${PN} "Trip on the Funny Boat"
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2018-04-16 20:26 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2018-04-16 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 40ec599a87f53eea35202fd853851afe5fca183b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:56:39 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ec599a
games-arcade/funnyboat: Stop using games.eclass
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-arcade/funnyboat/funnyboat-1.5-r2.ebuild | 50 ++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
new file mode 100644
index 00000000000..64866dc95d9
--- /dev/null
+++ b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2-utils python-single-r1
+
+DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
+HOMEPAGE="http://funnyboat.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
+
+LICENSE="GPL-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ >=dev-python/pygame-1.6.2[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+ app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r data *.py
+ python_optimize "${ED%/}"/usr/share/${PN}
+
+ dodoc *.txt
+
+ make_wrapper ${PN} "${EPYTHON} main.py" /usr/share/${PN}
+
+ newicon -s 32 data/kuvake.png ${PN}.png
+ make_desktop_entry ${PN} "Trip on the Funny Boat"
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2018-08-27 21:23 James Le Cuirot
0 siblings, 0 replies; 16+ messages in thread
From: James Le Cuirot @ 2018-08-27 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 393a3b24a2b1bfc2c4a4c88fe18cd69910c87f47
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Aug 3 01:06:36 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:23:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393a3b24
games-arcade/funnyboat: add explicit desktop inheritance
eutils may not always inherit desktop.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9428
games-arcade/funnyboat/funnyboat-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
index 64866dc95d9..64ede96e6e3 100644
--- a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils python-single-r1
+inherit desktop eutils gnome2-utils python-single-r1
DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2019-12-25 16:57 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2019-12-25 16:57 UTC (permalink / raw
To: gentoo-commits
commit: 19ccfce2c5cc9842c5bb9391312f4e3f72001aeb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 16:47:32 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 16:57:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ccfce2
games-arcade/funnyboat: Drop old
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/funnyboat/funnyboat-1.5-r2.ebuild | 50 --------------------------
1 file changed, 50 deletions(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
deleted file mode 100644
index f36cf2509f0..00000000000
--- a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
+++ /dev/null
@@ -1,50 +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 eutils gnome2-utils python-single-r1
-
-DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
-HOMEPAGE="http://funnyboat.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- >=dev-python/pygame-1.6.2[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r data *.py
- python_optimize "${ED%/}"/usr/share/${PN}
-
- dodoc *.txt
-
- make_wrapper ${PN} "${EPYTHON} main.py" /usr/share/${PN}
-
- newicon -s 32 data/kuvake.png ${PN}.png
- make_desktop_entry ${PN} "Trip on the Funny Boat"
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2019-12-25 16:57 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2019-12-25 16:57 UTC (permalink / raw
To: gentoo-commits
commit: e1b6cde2fd305ffd406cd4421a43aadf20b106ac
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 16:47:16 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 16:57:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b6cde2
games-arcade/funnyboat: Lots of fixes from Debian, python3 support too
And use higher resolution icon
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/funnyboat/Manifest | 1 +
games-arcade/funnyboat/funnyboat-1.5_p11.ebuild | 49 +++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/games-arcade/funnyboat/Manifest b/games-arcade/funnyboat/Manifest
index 6c34560e4a0..c95cc716393 100644
--- a/games-arcade/funnyboat/Manifest
+++ b/games-arcade/funnyboat/Manifest
@@ -1 +1,2 @@
DIST funnyboat-1.5-src.zip 3839990 BLAKE2B 30576f2bb20a236d518a5aca1b173d0e6f876a8411eef87d85950059536b3c6f1801b6f5a498d854ce6f390911ecc3a604f3c9bd438692943721b064f9c6d708 SHA512 7d38070e73825602d6f0a82e810fe8937fe919ce12f6e802ee25147ca1a2333c2b90821d92e20b8e071070505099bf9ec562e8c7b8cd8d241c3021b840e707cc
+DIST funnyboat_1.5-11.debian.tar.xz 12572 BLAKE2B 691a547cdc2ad07515268fe3e5c828d557f691746e9a9f136dc2634b9130210330ebd68b89fdc783373e5b660ddfe1caf2b74465e6d473b8e7c66a602b3a3f10 SHA512 9dd117e71715ec0a421061c1b71447ac9413b0d80f0337ab4cecc941324f6b9b2466981ed39a9670fa0c56075e60499eeb619ec0bfd8c7c010469d56d3ed66ec
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
new file mode 100644
index 00000000000..3851d7837d3
--- /dev/null
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
@@ -0,0 +1,49 @@
+# 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 eutils gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
+HOMEPAGE="http://funnyboat.sourceforge.net/"
+SRC_URI="
+ mirror://sourceforge/${PN}/${P/_p*}-src.zip
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+
+LICENSE="GPL-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=dev-python/pygame-1.6.2[${PYTHON_USEDEP}]
+"
+DEPEND="${DEPEND}"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ # Drop Debian specific patch
+ rm "${WORKDIR}"/debian/patches/use_debian_vera_ttf.patch || die
+ eapply -p1 "${WORKDIR}"/debian/patches/*.patch
+
+ xdg_src_prepare
+}
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r data *.py
+ python_optimize "${ED%/}"/usr/share/${PN}
+
+ dodoc *.txt
+
+ make_wrapper ${PN} "${EPYTHON} main.py" /usr/share/${PN}
+
+ newicon data/titanic.png ${PN}.png
+ make_desktop_entry ${PN} "Trip on the Funny Boat"
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2019-12-25 17:32 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2019-12-25 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 4c0be74754e30518aa90b8ba87118a5d497b501b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 17:30:57 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 17:30:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0be747
games-arcade/funnyboat: Fix UnnecessarySlashStrip
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/funnyboat/funnyboat-1.5_p11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
index 3851d7837d3..39266cdc590 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
@@ -38,7 +38,7 @@ src_prepare() {
src_install() {
insinto /usr/share/${PN}
doins -r data *.py
- python_optimize "${ED%/}"/usr/share/${PN}
+ python_optimize "${ED}"/usr/share/${PN}
dodoc *.txt
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2019-12-26 15:38 David Seifert
0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2019-12-26 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 9eff8f115c7997c865e6b32b2f58fbc33ef67ab1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 15:38:32 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 15:38:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eff8f11
games-arcade/funnyboat: 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/funnyboat/funnyboat-1.5_p11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
index 39266cdc590..5a680533df9 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11.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 eutils gnome2-utils python-single-r1 xdg
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2019-12-27 11:05 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2019-12-27 11:05 UTC (permalink / raw
To: gentoo-commits
commit: b305d1b88ab5dd2842509de3790d79e688868c99
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 11:01:16 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 11:01:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b305d1b8
games-arcade/funnyboat: 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/funnyboat/funnyboat-1.5_p11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
index 5a680533df9..39266cdc590 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11.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 eutils gnome2-utils python-single-r1 xdg
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2020-02-09 16:25 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2020-02-09 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 07cf789f95bb5995b3c31f2c6fc21d9a9fdb5480
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 14:08:15 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:21:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cf789f
games-arcade/funnyboat: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{funnyboat-1.5_p11.ebuild => funnyboat-1.5_p11-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
similarity index 90%
rename from games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
rename to games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
index 39266cdc590..ca795f62eba 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-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
@@ -20,7 +20,9 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- >=dev-python/pygame-1.6.2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ >=dev-python/pygame-1.6.2[${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${DEPEND}"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2021-04-02 14:01 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-04-02 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 8886b88c654306ce0afe166a120c62a649ee48cf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 11:28:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 2 14:00:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8886b88c
games-arcade/funnyboat: fix DEPEND typo, eutils--, wrapper++
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
index 11596a189fe..3e2caaf00f5 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
@@ -1,10 +1,10 @@
-# 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} )
-inherit desktop eutils gnome2-utils python-single-r1 xdg
+PYTHON_COMPAT=( python3_{7,8} )
+inherit desktop gnome2-utils python-single-r1 wrapper xdg
DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
@@ -16,15 +16,15 @@ SRC_URI="
LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+ ${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/pygame-1.6.2[${PYTHON_MULTI_USEDEP}]
')
"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2021-05-23 10:27 Sergei Trofimovich
0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2021-05-23 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 9cee29eab08de6a7887f798dce4753d4cad457f1
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 10:14:21 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 23 10:27:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cee29ea
games-arcade/funnyboat: 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/funnyboat/funnyboat-1.5_p11-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
index 3e2caaf00f5..7ede8a43298 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit desktop gnome2-utils python-single-r1 wrapper xdg
DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2021-06-24 2:16 Ionen Wolkens
0 siblings, 0 replies; 16+ messages in thread
From: Ionen Wolkens @ 2021-06-24 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 105b13866e1f3054d617f936c4f6c9a2cd266bf8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 23:04:38 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 02:12:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105b1386
games-arcade/funnyboat: add missing deps, gnome2-utils--
Game won't start if [png] or [vorbis] are missing.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
...5_p11-r1.ebuild => funnyboat-1.5_p11-r2.ebuild} | 34 ++++++++++++----------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
similarity index 63%
rename from games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
rename to games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
index 7ede8a43298..0d431c264d4 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
@@ -3,46 +3,48 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit desktop gnome2-utils python-single-r1 wrapper xdg
+PYTHON_COMPAT=( python3_{8..9} )
+inherit desktop python-single-r1 wrapper xdg
-DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
+DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
SRC_URI="
mirror://sourceforge/${PN}/${P/_p*}-src.zip
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
-"
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz"
+S="${WORKDIR}/${PN}"
-LICENSE="GPL-2 MIT"
+LICENSE="BitstreamVera GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- $(python_gen_cond_dep '
- >=dev-python/pygame-1.6.2[${PYTHON_MULTI_USEDEP}]
- ')
-"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"
+ $(python_gen_cond_dep 'dev-python/pygame[${PYTHON_MULTI_USEDEP}]')
+ media-libs/sdl2-image[png]
+ media-libs/sdl2-mixer[vorbis]"
+BDEPEND="
+ ${PYTHON_DEPS}
+ app-arch/unzip"
-S="${WORKDIR}/${PN}"
+PATCHES=(
+ "${WORKDIR}"/debian/patches
+)
src_prepare() {
# Drop Debian specific patch
rm "${WORKDIR}"/debian/patches/use_debian_vera_ttf.patch || die
- eapply -p1 "${WORKDIR}"/debian/patches/*.patch
- xdg_src_prepare
+ default
}
src_install() {
insinto /usr/share/${PN}
doins -r data *.py
+
python_optimize "${ED}"/usr/share/${PN}
- dodoc *.txt
+ einstalldocs
make_wrapper ${PN} "${EPYTHON} main.py" /usr/share/${PN}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2021-06-25 17:52 Ionen Wolkens
0 siblings, 0 replies; 16+ messages in thread
From: Ionen Wolkens @ 2021-06-25 17:52 UTC (permalink / raw
To: gentoo-commits
commit: a105a39ad4d0856b475dc19475458367ff155e1b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 17:27:21 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 17:50:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a105a39a
games-arcade/funnyboat: remove unused xdg inherit
Overlooked when touched it recently.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
index 0d431c264d4..4f5dae98328 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
-inherit desktop python-single-r1 wrapper xdg
+inherit desktop python-single-r1 wrapper
DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2021-11-14 0:44 Ionen Wolkens
0 siblings, 0 replies; 16+ messages in thread
From: Ionen Wolkens @ 2021-11-14 0:44 UTC (permalink / raw
To: gentoo-commits
commit: b7e9c2309a33126580a3d1de138cf477b22fd8a1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 19:15:08 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9c230
games-arcade/funnyboat: EAPI7->8, enable py3.10
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
index a0c6232d07c..ee9eaef8750 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit desktop python-single-r1 wrapper
DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2023-01-17 6:03 Ionen Wolkens
0 siblings, 0 replies; 16+ messages in thread
From: Ionen Wolkens @ 2023-01-17 6:03 UTC (permalink / raw
To: gentoo-commits
commit: d675120900af8ac71a8679b58e787b8b7a2d7b2d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 05:15:12 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=d6751209
games-arcade/funnyboat: enable py3.11
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
index 2e31890b4915..16f84d65fb17 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit desktop python-single-r1 wrapper
DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
@ 2024-05-05 23:44 Ionen Wolkens
0 siblings, 0 replies; 16+ messages in thread
From: Ionen Wolkens @ 2024-05-05 23:44 UTC (permalink / raw
To: gentoo-commits
commit: c887406ab12d1c392c4f69d753a6acf554602901
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May 5 15:52:12 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May 5 23:37:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c887406a
games-arcade/funnyboat: enable py3.12 + tidy
Closes: https://bugs.gentoo.org/929569
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
index 1001874ec143..e222147a995e 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
@@ -3,15 +3,16 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit desktop python-single-r1 wrapper
DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="https://funnyboat.sourceforge.net/"
SRC_URI="
https://downloads.sourceforge.net/${PN}/${P/_p*}-src.zip
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz"
-S="${WORKDIR}/${PN}"
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+S=${WORKDIR}/${PN}
LICENSE="BitstreamVera GPL-2 MIT"
SLOT="0"
@@ -22,10 +23,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/use_debian_vera_ttf.patch || die
+ rm -- "${WORKDIR}"/debian/patches/use_debian_vera_ttf.patch || die
default
}
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-05-05 23:44 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-25 16:57 [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/ 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:44 Ionen Wolkens
2021-06-25 17:52 Ionen Wolkens
2021-06-24 2:16 Ionen Wolkens
2021-05-23 10:27 Sergei Trofimovich
2021-04-02 14:01 Sam James
2020-02-09 16:25 Michał Górny
2019-12-27 11:05 Pacho Ramos
2019-12-26 15:38 David Seifert
2019-12-25 17:32 Pacho Ramos
2019-12-25 16:57 Pacho Ramos
2018-08-27 21:23 James Le Cuirot
2018-04-16 20:26 Pacho Ramos
2018-04-16 20: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