* [gentoo-commits] repo/gentoo:master commit in: games-arcade/fishsupper/
@ 2018-04-16 20:26 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-16 20:26 UTC (permalink / raw
To: gentoo-commits
commit: ee0d64d31ff1c2096850a0fa9a74b86833d92e45
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:43:48 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0d64d3
games-arcade/fishsupper: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-arcade/fishsupper/fishsupper-0.1.6.ebuild | 36 -------------------------
1 file changed, 36 deletions(-)
diff --git a/games-arcade/fishsupper/fishsupper-0.1.6.ebuild b/games-arcade/fishsupper/fishsupper-0.1.6.ebuild
deleted file mode 100644
index afde3499291..00000000000
--- a/games-arcade/fishsupper/fishsupper-0.1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools games
-
-DESCRIPTION="A simple arcade/puzzle game, loosely based on the retro classic Frogger"
-HOMEPAGE="https://sourceforge.net/projects/fishsupper/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="CC-BY-SA-2.5 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[sound,video,opengl,X]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[wav]
- virtual/opengl"
-DEPEND="${RDEPEND}
- dev-libs/boost"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-ovflfix.patch \
- "${FILESDIR}"/${P}-asneeded.patch \
- "${FILESDIR}"/${P}-gcc6.patch
- eautoreconf
-}
-
-src_install() {
- default
- newicon data/images/fs_sprite_042.png ${PN}.png
- make_desktop_entry ${PN} "Fish Supper"
-
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/fishsupper/
@ 2021-08-19 0:39 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-08-19 0:39 UTC (permalink / raw
To: gentoo-commits
commit: d08acb0d948dde3f99699dbca733ca4d49b3012a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:10:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:38:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08acb0d
games-arcade/fishsupper: update EAPI 6 -> 7, add missing libsdl2[joystick]
Closes: https://bugs.gentoo.org/740436
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/fishsupper/fishsupper-0.1.6-r1.ebuild | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/games-arcade/fishsupper/fishsupper-0.1.6-r1.ebuild b/games-arcade/fishsupper/fishsupper-0.1.6-r1.ebuild
index e73b4a0b1d7..1ffdfa94712 100644
--- a/games-arcade/fishsupper/fishsupper-0.1.6-r1.ebuild
+++ b/games-arcade/fishsupper/fishsupper-0.1.6-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit autotools desktop
DESCRIPTION="A simple arcade/puzzle game, loosely based on the retro classic Frogger"
@@ -11,10 +12,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="CC-BY-SA-2.5 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
- media-libs/libsdl[sound,video,opengl,X]
+ media-libs/libsdl[joystick,sound,video,opengl,X]
media-libs/sdl-image[png]
media-libs/sdl-mixer[wav]
virtual/opengl
@@ -23,16 +23,20 @@ DEPEND="${RDEPEND}
dev-libs/boost
"
+PATCHES=(
+ "${FILESDIR}"/${P}-ovflfix.patch
+ "${FILESDIR}"/${P}-asneeded.patch
+ "${FILESDIR}"/${P}-gcc6.patch
+)
+
src_prepare() {
default
- eapply "${FILESDIR}"/${P}-ovflfix.patch \
- "${FILESDIR}"/${P}-asneeded.patch \
- "${FILESDIR}"/${P}-gcc6.patch
eautoreconf
}
src_install() {
default
+
newicon data/images/fs_sprite_042.png ${PN}.png
make_desktop_entry ${PN} "Fish Supper"
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/fishsupper/
@ 2021-08-19 0:48 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-08-19 0:48 UTC (permalink / raw
To: gentoo-commits
commit: a2b47ec996ee2a155796c025b76951a6eb232d79
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:43:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:43:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b47ec9
games-arcade/fishsupper: revbump for changed dependency
Fixes: d08acb0d948dde3f99699dbca733ca4d49b3012a
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../fishsupper/{fishsupper-0.1.6-r1.ebuild => fishsupper-0.1.6-r2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/games-arcade/fishsupper/fishsupper-0.1.6-r1.ebuild b/games-arcade/fishsupper/fishsupper-0.1.6-r2.ebuild
similarity index 100%
rename from games-arcade/fishsupper/fishsupper-0.1.6-r1.ebuild
rename to games-arcade/fishsupper/fishsupper-0.1.6-r2.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-19 0:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-16 20:26 [gentoo-commits] repo/gentoo:master commit in: games-arcade/fishsupper/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2021-08-19 0:39 Sam James
2021-08-19 0:48 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox