[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2024-05-05 Thread Ionen Wolkens
commit: c887406ab12d1c392c4f69d753a6acf554602901
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun May  5 15:52:12 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun May  5 23:37:30 2024 +
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  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
 }



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2023-01-16 Thread Ionen Wolkens
commit: d675120900af8ac71a8679b58e787b8b7a2d7b2d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jan 17 05:15:12 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan 17 05:54:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6751209

games-arcade/funnyboat: enable py3.11

Signed-off-by: Ionen Wolkens  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"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/files/, games-arcade/funnyboat/

2021-11-13 Thread Ionen Wolkens
commit: ae3666c3f6fe003ba4a0ca9f024c078f8042aeb5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Nov 13 19:16:53 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Nov 14 00:44:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3666c3

games-arcade/funnyboat: use windowed mode by default

Support for fullscreen (and being default) is from debian and
disabling can be unintuitive if the menus aren't displaying right.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch  | 10 ++
 ...funnyboat-1.5_p11-r2.ebuild => funnyboat-1.5_p11-r3.ebuild} |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch 
b/games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch
new file mode 100644
index 000..a736a43e9fb
--- /dev/null
+++ b/games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch
@@ -0,0 +1,10 @@
+Fullscreen can misdisplay depending on available modes and, while there
+is a command line option to enable it (-f), there is none to disable.
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432693
+--- a/locals.py
 b/locals.py
+@@ -18,2 +18,2 @@
+ name = "Funny Boater"
+-fullscreen = True
++fullscreen = False

diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild 
b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
similarity index 94%
rename from games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
rename to games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
index ee9eaef8750..1f1181187f8 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
@@ -28,7 +28,8 @@ BDEPEND="
app-arch/unzip"
 
 PATCHES=(
-"${WORKDIR}"/debian/patches
+   "${WORKDIR}"/debian/patches
+   "${FILESDIR}"/${P}-windowed.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2021-11-13 Thread Ionen Wolkens
commit: b7e9c2309a33126580a3d1de138cf477b22fd8a1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Nov 13 19:15:08 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Nov 14 00:44:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9c230

games-arcade/funnyboat: EAPI7->8, enable py3.10

Signed-off-by: Ionen Wolkens  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"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2021-06-25 Thread Ionen Wolkens
commit: a105a39ad4d0856b475dc19475458367ff155e1b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jun 25 17:27:21 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jun 25 17:50:55 2021 +
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  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/;



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2021-06-23 Thread Ionen Wolkens
commit: 105b13866e1f3054d617f936c4f6c9a2cd266bf8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 23:04:38 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jun 24 02:12:48 2021 +
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  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}
 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2021-05-23 Thread Sergei Trofimovich
commit: 9cee29eab08de6a7887f798dce4753d4cad457f1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 23 10:14:21 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 23 10:27:29 2021 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2021-04-02 Thread Sam James
commit: 8886b88c654306ce0afe166a120c62a649ee48cf
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  2 11:28:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  2 14:00:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8886b88c

games-arcade/funnyboat: fix DEPEND typo, eutils--, wrapper++

Signed-off-by: Sam James  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}"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2020-02-09 Thread Michał Górny
commit: 07cf789f95bb5995b3c31f2c6fc21d9a9fdb5480
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 14:08:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:21:53 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2019-12-27 Thread Pacho Ramos
commit: b305d1b88ab5dd2842509de3790d79e688868c99
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Dec 27 11:01:16 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Dec 27 11:01:16 2019 +
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  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
 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2019-12-26 Thread David Seifert
commit: 9eff8f115c7997c865e6b32b2f58fbc33ef67ab1
Author: David Seifert  gentoo  org>
AuthorDate: Thu Dec 26 15:38:32 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Dec 26 15:38:32 2019 +
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  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
 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2019-12-25 Thread Pacho Ramos
commit: 4c0be74754e30518aa90b8ba87118a5d497b501b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 25 17:30:57 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 25 17:30:57 2019 +
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  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
 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2019-12-25 Thread Pacho Ramos
commit: e1b6cde2fd305ffd406cd4421a43aadf20b106ac
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 25 16:47:16 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 25 16:57:16 2019 +
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  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 000..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"
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2019-12-25 Thread Pacho Ramos
commit: 19ccfce2c5cc9842c5bb9391312f4e3f72001aeb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 25 16:47:32 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 25 16:57:17 2019 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2018-08-27 Thread James Le Cuirot
commit: 393a3b24a2b1bfc2c4a4c88fe18cd69910c87f47
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Aug  3 01:06:36 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Aug 27 21:23:01 2018 +
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/;



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2018-04-16 Thread Pacho Ramos
commit: 40ec599a87f53eea35202fd853851afe5fca183b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 16 19:56:39 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 16 20:26:29 2018 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/

2018-04-16 Thread Pacho Ramos
commit: efe5051ef855a7a4374f77d0ffc527af2e53c77d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 16 19:56:49 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 16 20:26:31 2018 +
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..000
--- 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
-}