public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/frogatto/
@ 2013-04-23 19:32 Sergey Popov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2013-04-23 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     84f89558520a9d5d35e57904a606cd99cc764a6c
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 19:30:26 2013 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 19:32:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=84f89558

games-arcade/frogatto: version bump to 1.3.1

---
 games-arcade/frogatto/ChangeLog             |    5 ++-
 games-arcade/frogatto/frogatto-1.3.1.ebuild |   65 +++++++++++++++++++++++++++
 games-arcade/frogatto/metadata.xml          |    3 +
 3 files changed, 72 insertions(+), 1 deletions(-)

diff --git a/games-arcade/frogatto/ChangeLog b/games-arcade/frogatto/ChangeLog
index 106ffb4..8793df6 100644
--- a/games-arcade/frogatto/ChangeLog
+++ b/games-arcade/frogatto/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for games-arcade/frogatto
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
+  games-arcade/frogatto: version bump to 1.3.1
+
 *frogatto-1.1.1 (04 Dec 2011)
 
   04 Dec 2011; Piotr Szymaniak <szarpaj@grubelek.pl>

diff --git a/games-arcade/frogatto/frogatto-1.3.1.ebuild b/games-arcade/frogatto/frogatto-1.3.1.ebuild
new file mode 100644
index 0000000..6383c14
--- /dev/null
+++ b/games-arcade/frogatto/frogatto-1.3.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils games
+
+DESCRIPTION="a frog, and a platform game"
+HOMEPAGE="http://frogatto.com/"
+SRC_URI="http://github.com/frogatto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 free-noncomm"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="extras"
+
+DEPEND="dev-libs/boost
+	media-libs/glew
+	media-libs/libpng:0
+	media-libs/libsdl[X,audio,joystick,opengl,video]
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer[vorbis]
+	media-libs/sdl-ttf
+	sys-libs/zlib
+	virtual/opengl
+	virtual/glu"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	# drop some CXXFLAGS
+	sed -i \
+		-e '/BASE_CXXFLAGS/s/-Werror //' \
+		-e '/BASE_CXXFLAGS/s/-g //' \
+		Makefile || die 'sed on Makefile failed'
+
+	epatch_user
+}
+
+src_compile() {
+	emake USE_CCACHE="no" OPTIMIZE="no"
+}
+
+src_install() {
+	insinto "${GAMES_DATADIR}/${PN}"
+	newgamesbin game "${PN}.orig"
+	doins -r data images music *.ttf
+
+	if use extras; then
+		# Install all modules
+		doins -r modules
+	else
+		# Install only frogatto module by default
+		insinto "${GAMES_DATADIR}/${PN}/modules"
+		doins -r modules/frogatto
+	fi
+
+	newicon images/window-icon.png "${PN}.png"
+
+	games_make_wrapper "${PN}" "${GAMES_BINDIR}/${PN}.orig" "${GAMES_DATADIR}/${PN}"
+	make_desktop_entry "${PN}" "Frogatto and Friends"
+
+	prepgamesdirs
+}

diff --git a/games-arcade/frogatto/metadata.xml b/games-arcade/frogatto/metadata.xml
index 4a5a466..78f925f 100644
--- a/games-arcade/frogatto/metadata.xml
+++ b/games-arcade/frogatto/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>playboys</herd>
+<use>
+	<flag name="extras">Install additional modules</flag>
+</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/frogatto/
@ 2014-05-16 17:27 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2014-05-16 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5a7283713f6db0fe6ecddeabb0812350fab8ade8
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri May 16 17:22:36 2014 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri May 16 17:22:36 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5a728371

[games-arcade/frogatto] audio -> sound (bug #357661), cleanup.

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C

---
 games-arcade/frogatto/frogatto-1.0.2.ebuild | 50 -----------------------------
 games-arcade/frogatto/frogatto-1.0.ebuild   | 50 -----------------------------
 games-arcade/frogatto/frogatto-1.1.1.ebuild | 50 -----------------------------
 games-arcade/frogatto/frogatto-1.3.1.ebuild |  6 ++--
 games-arcade/frogatto/metadata.xml          |  2 +-
 5 files changed, 4 insertions(+), 154 deletions(-)

diff --git a/games-arcade/frogatto/frogatto-1.0.2.ebuild b/games-arcade/frogatto/frogatto-1.0.2.ebuild
deleted file mode 100644
index 9f51ab8..0000000
--- a/games-arcade/frogatto/frogatto-1.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: games-arcade/frogatto/frogatto-1.0.ebuild frostwork Exp $
-
-EAPI="3"
-
-inherit eutils games flag-o-matic
-
-DESCRIPTION="a frog, and a platform game"
-HOMEPAGE="http://frogatto.com/"
-SRC_URI="http://www.frogatto.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/sdl-image
-	media-libs/libsdl
-	media-libs/sdl-mixer
-	media-libs/sdl-ttf
-	media-libs/glew
-	dev-libs/boost
-	virtual/opengl
-	virtual/glu"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.0-gentoo.patch || die
-	# respect ${GAMES_DATADIR}
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:.\/images/:"${GAMES_DATADIR}"/"${PN}"/images/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:data/:"${GAMES_DATADIR}"/"${PN}"/data/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:music/:"${GAMES_DATADIR}"/"${PN}"/music/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:music_aac/:"${GAMES_DATADIR}"/"${PN}"/music_aac/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:sounds/:"${GAMES_DATADIR}"/"${PN}"/sounds/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:sounds_wav/:"${GAMES_DATADIR}"/"${PN}"/sounds_wav/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:FreeMono.ttf:"${GAMES_DATADIR}"/"${PN}"/FreeMono.ttf:g"; done
-}
-
-src_compile() {
-	emake OPT="${CFLAGS}" || die
-}
-
-src_install() {
-	newgamesbin game ${PN}
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r data images music sounds FreeMono.ttf || die
-	newicon images/window-icon.png ${PN}.png
-	make_desktop_entry ${PN}
-	prepgamesdirs
-}

diff --git a/games-arcade/frogatto/frogatto-1.0.ebuild b/games-arcade/frogatto/frogatto-1.0.ebuild
deleted file mode 100644
index 663df84..0000000
--- a/games-arcade/frogatto/frogatto-1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: games-arcade/frogatto/frogatto-1.0.ebuild frostwork Exp $
-
-EAPI="3"
-
-inherit eutils games flag-o-matic
-
-DESCRIPTION="a frog, and a platform game"
-HOMEPAGE="http://frogatto.com/"
-SRC_URI="http://www.frogatto.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/sdl-image
-	media-libs/libsdl
-	media-libs/sdl-mixer
-	media-libs/sdl-ttf
-	media-libs/glew
-	dev-libs/boost
-	virtual/opengl
-	virtual/glu"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch || die
-	# respect ${GAMES_DATADIR}
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:.\/images/:"${GAMES_DATADIR}"/"${PN}"/images/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:data/:"${GAMES_DATADIR}"/"${PN}"/data/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:music/:"${GAMES_DATADIR}"/"${PN}"/music/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:music_aac/:"${GAMES_DATADIR}"/"${PN}"/music_aac/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:sounds/:"${GAMES_DATADIR}"/"${PN}"/sounds/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:sounds_wav/:"${GAMES_DATADIR}"/"${PN}"/sounds_wav/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:FreeMono.ttf:"${GAMES_DATADIR}"/"${PN}"/FreeMono.ttf:g"; done
-}
-
-src_compile() {
-	emake OPT="${CFLAGS}" || die
-}
-
-src_install() {
-	newgamesbin game ${PN}
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r data images music music_aac sounds sounds_wav FreeMono.ttf || die
-	newicon images/window-icon.png ${PN}.png
-	make_desktop_entry ${PN}
-	prepgamesdirs
-}

diff --git a/games-arcade/frogatto/frogatto-1.1.1.ebuild b/games-arcade/frogatto/frogatto-1.1.1.ebuild
deleted file mode 100644
index ab20bfe..0000000
--- a/games-arcade/frogatto/frogatto-1.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: games-arcade/frogatto/frogatto-1.0.ebuild frostwork Exp $
-
-EAPI="3"
-
-inherit eutils games flag-o-matic
-
-DESCRIPTION="a frog, and a platform game"
-HOMEPAGE="http://frogatto.com/"
-SRC_URI="http://www.frogatto.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/sdl-image
-	media-libs/libsdl
-	media-libs/sdl-mixer
-	media-libs/sdl-ttf
-	media-libs/glew
-	dev-libs/boost
-	virtual/opengl
-	virtual/glu"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-{gentoo,libpng}.patch || die
-	# respect ${GAMES_DATADIR}
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:.\/images/:"${GAMES_DATADIR}"/"${PN}"/images/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:data/:"${GAMES_DATADIR}"/"${PN}"/data/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:music/:"${GAMES_DATADIR}"/"${PN}"/music/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:music_aac/:"${GAMES_DATADIR}"/"${PN}"/music_aac/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:sounds/:"${GAMES_DATADIR}"/"${PN}"/sounds/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:sounds_wav/:"${GAMES_DATADIR}"/"${PN}"/sounds_wav/:g"; done
-	for i in `find src -name *.cpp`; do sed -i "$i" -e "s:FreeMono.ttf:"${GAMES_DATADIR}"/"${PN}"/FreeMono.ttf:g"; done
-}
-
-src_compile() {
-	emake OPT="${CFLAGS}" OPTX="${CXXFLAGS}" || die
-}
-
-src_install() {
-	newgamesbin game ${PN}
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r data images music sounds FreeMono.ttf || die
-	newicon images/window-icon.png ${PN}.png
-	make_desktop_entry ${PN}
-	prepgamesdirs
-}

diff --git a/games-arcade/frogatto/frogatto-1.3.1.ebuild b/games-arcade/frogatto/frogatto-1.3.1.ebuild
index 6383c14..900524c 100644
--- a/games-arcade/frogatto/frogatto-1.3.1.ebuild
+++ b/games-arcade/frogatto/frogatto-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 
 inherit eutils games
 
@@ -19,7 +19,7 @@ IUSE="extras"
 DEPEND="dev-libs/boost
 	media-libs/glew
 	media-libs/libpng:0
-	media-libs/libsdl[X,audio,joystick,opengl,video]
+	media-libs/libsdl[X,joystick,opengl,sound,video]
 	media-libs/sdl-image[png]
 	media-libs/sdl-mixer[vorbis]
 	media-libs/sdl-ttf

diff --git a/games-arcade/frogatto/metadata.xml b/games-arcade/frogatto/metadata.xml
index 78f925f..4743733 100644
--- a/games-arcade/frogatto/metadata.xml
+++ b/games-arcade/frogatto/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>playboys</herd>
+<herd></herd>
 <use>
 	<flag name="extras">Install additional modules</flag>
 </use>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/frogatto/
@ 2020-02-06 21:22 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-02-06 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     74a5f6520b3da1f166fdc184ad2668e79125e30e
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Feb  6 20:19:26 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Feb  6 21:22:35 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=74a5f652

games-arcade/frogatto: update EAPI

Remove deprecated games eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-arcade/frogatto/frogatto-1.3.1.ebuild | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/games-arcade/frogatto/frogatto-1.3.1.ebuild b/games-arcade/frogatto/frogatto-1.3.1.ebuild
index 900524c..370bf4b 100644
--- a/games-arcade/frogatto/frogatto-1.3.1.ebuild
+++ b/games-arcade/frogatto/frogatto-1.3.1.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=5
+EAPI=6
 
-inherit eutils games
+inherit desktop eutils
 
 DESCRIPTION="a frog, and a platform game"
 HOMEPAGE="http://frogatto.com/"
-SRC_URI="http://github.com/frogatto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/frogatto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3 free-noncomm"
 SLOT="0"
@@ -17,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="extras"
 
 DEPEND="dev-libs/boost
-	media-libs/glew
+	media-libs/glew:0
 	media-libs/libpng:0
 	media-libs/libsdl[X,joystick,opengl,sound,video]
 	media-libs/sdl-image[png]
@@ -29,13 +28,12 @@ DEPEND="dev-libs/boost
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	default
 	# drop some CXXFLAGS
 	sed -i \
 		-e '/BASE_CXXFLAGS/s/-Werror //' \
 		-e '/BASE_CXXFLAGS/s/-g //' \
 		Makefile || die 'sed on Makefile failed'
-
-	epatch_user
 }
 
 src_compile() {
@@ -43,8 +41,8 @@ src_compile() {
 }
 
 src_install() {
-	insinto "${GAMES_DATADIR}/${PN}"
-	newgamesbin game "${PN}.orig"
+	insinto "/usr/share/${PN}"
+	newbin game "${PN}.orig"
 	doins -r data images music *.ttf
 
 	if use extras; then
@@ -52,14 +50,12 @@ src_install() {
 		doins -r modules
 	else
 		# Install only frogatto module by default
-		insinto "${GAMES_DATADIR}/${PN}/modules"
+		insinto "/usr/share/${PN}/modules"
 		doins -r modules/frogatto
 	fi
 
 	newicon images/window-icon.png "${PN}.png"
 
-	games_make_wrapper "${PN}" "${GAMES_BINDIR}/${PN}.orig" "${GAMES_DATADIR}/${PN}"
+	make_wrapper "${PN}" "/usr/bin/${PN}.orig" "/usr/share/${PN}"
 	make_desktop_entry "${PN}" "Frogatto and Friends"
-
-	prepgamesdirs
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-06 21:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 19:32 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/frogatto/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2014-05-16 17:27 Azamat H. Hackimov
2020-02-06 21:22 Azamat H. Hackimov

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