public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2022-11-16 18:57 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2022-11-16 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a91b1688b42abf36121c4e81c6135ce1d6f85c18
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 18:17:18 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 18:56:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91b1688

games-rpg/freedroidrpg: add 1.0_rc3

Unsurprisingly, the third issues is still unresolved wrt #729326

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

 games-rpg/freedroidrpg/Manifest                    |  1 +
 games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild | 73 ++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index f45a284875b8..8d38b9e3f491 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1 +1,2 @@
 DIST freedroidRPG-1.0rc2.tar.gz 233852127 BLAKE2B c87c2314d17037873acf4fc24ce20790c9ec40c8f7b1ea27e6ab9c543abb671bc50b3ff5b86900f7111d1f1a899213dcb90529d2e39918801c9cc3a42585f02e SHA512 a79afdb089691dd59b0128f34f7068c69fac8c057a0485bca3275f4914b1c9c0f21cbb9102ecdc99911b70456c078dbdeb8981fd7714836cd9535677bcc4d1e7
+DIST freedroidRPG-1.0rc3.tar.gz 237674000 BLAKE2B 44031686ccd9af3bb082ec9cd2bf233792d2b1019a35b0fc2585df39a05b678ef784f9ff5861fbbcfe7ea624a338f6ab28f855158b7c1d18d52fa9e410410d7d SHA512 51125619fb57f8cb16746b3ff100175ab7917c567c8b1efcbc1aebc80a4774501a934b2fd544d65f1420212f9043015c2b88f08d785e765a30ce478157d887fd

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild
new file mode 100644
index 000000000000..680b0d7e6349
--- /dev/null
+++ b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-3 )
+PYTHON_COMPAT=( python3_{8..11} )
+inherit lua-single python-any-r1 xdg
+
+MY_PV=$(ver_rs 2 '')
+
+DESCRIPTION="Modification of the classical Freedroid engine into an RPG"
+HOMEPAGE="https://www.freedroid.org/"
+SRC_URI="https://ftp.osuosl.org/pub/freedroid/freedroidRPG-$(ver_cut 1-2)/freedroidRPG-${MY_PV}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV^^}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug devtools opengl profile +sound"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+	${LUA_DEPS}
+	media-libs/libjpeg-turbo
+	media-libs/libpng:=
+	media-libs/libsdl[opengl?,sound?,video]
+	media-libs/sdl-gfx:=
+	media-libs/sdl-image[jpeg,png]
+	sys-libs/zlib:=
+	virtual/libintl
+	devtools? ( media-libs/sdl-ttf )
+	opengl? (
+		media-libs/glew:0=
+		virtual/opengl
+	)
+	sound? (
+		media-libs/libogg
+		media-libs/libvorbis
+		media-libs/sdl-mixer[vorbis]
+	)"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${PYTHON_DEPS}
+	sys-devel/gettext
+	virtual/awk
+	virtual/pkgconfig"
+
+pkg_setup() {
+	lua-single_pkg_setup
+	python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	python_fix_shebang src/gen_savestruct.py # build only
+	rm data/sound/speak.py || die # unused, skip install / python rdep
+}
+
+src_configure() {
+	local econfargs=(
+		$(use_enable debug backtrace)
+		$(use_enable debug)
+		$(use_enable devtools dev-tools)
+		$(use_enable opengl)
+		$(use_enable profile rtprof)
+		$(use_enable sound)
+		$(use_with debug extra-warnings)
+	)
+
+	econf "${econfargs[@]}"
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2024-05-05 23:44 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2024-05-05 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6d0e90c550a5588d1a63ff20757b4bec50644d9d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 18:02:30 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May  5 23:43:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0e90c5

games-rpg/freedroidrpg: enable py3.12

fwiw revbump to update python-any-r1 BDEPEND given this rarely gets
bumps

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

 .../{freedroidrpg-1.0.ebuild => freedroidrpg-1.0-r1.ebuild}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0-r1.ebuild
similarity index 97%
rename from games-rpg/freedroidrpg/freedroidrpg-1.0.ebuild
rename to games-rpg/freedroidrpg/freedroidrpg-1.0-r1.ebuild
index 11cf4a0857d7..aae3726480c1 100644
--- a/games-rpg/freedroidrpg/freedroidrpg-1.0.ebuild
+++ b/games-rpg/freedroidrpg/freedroidrpg-1.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 LUA_COMPAT=( lua5-3 )
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit autotools lua-single python-any-r1 xdg
 
 DESCRIPTION="Modification of the classical Freedroid engine into an RPG"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2023-01-24 23:29 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2023-01-24 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     09ad97e974aba0d5d41c078356e954efcbfd4d90
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:23:27 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:23:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ad97e9

games-rpg/freedroidrpg: add 1.0

wrt #729326, this version adds lua sandboxing for save game
handling (so guess can consider this fixed? or reasonable anyway).

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

 games-rpg/freedroidrpg/Manifest                |  1 +
 games-rpg/freedroidrpg/freedroidrpg-1.0.ebuild | 65 ++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index 0ac1d2328fcd..8e4af3f8ef8d 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1 +1,2 @@
+DIST freedroidRPG-1.0.tar.gz 237703530 BLAKE2B 78531d4e434faecbe34ba34c9996baff8906679916f645ab45d0003b47f55dda6e3a617a39a66aa74185f0983e35cababea2c2240ad42ba0d7a61e73b2308013 SHA512 e3cac480e9db02b2991da674ec6357b1d660996f3fa3eeb75f0908ca653a637eeb44239c1cd7540087f27195e460100d08aa022f6812db72387647218c7bcb29
 DIST freedroidRPG-1.0rc3.tar.gz 237674000 BLAKE2B 44031686ccd9af3bb082ec9cd2bf233792d2b1019a35b0fc2585df39a05b678ef784f9ff5861fbbcfe7ea624a338f6ab28f855158b7c1d18d52fa9e410410d7d SHA512 51125619fb57f8cb16746b3ff100175ab7917c567c8b1efcbc1aebc80a4774501a934b2fd544d65f1420212f9043015c2b88f08d785e765a30ce478157d887fd

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0.ebuild
new file mode 100644
index 000000000000..01d5f7f78f03
--- /dev/null
+++ b/games-rpg/freedroidrpg/freedroidrpg-1.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-3 )
+PYTHON_COMPAT=( python3_{9..11} )
+inherit lua-single python-any-r1 xdg
+
+DESCRIPTION="Modification of the classical Freedroid engine into an RPG"
+HOMEPAGE="https://www.freedroid.org/"
+SRC_URI="https://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PV}/freedroidRPG-${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug devtools opengl profile +sound"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+	${LUA_DEPS}
+	media-libs/libpng:=
+	media-libs/libsdl[opengl?,sound?,video]
+	media-libs/sdl-gfx:=
+	media-libs/sdl-image[jpeg,png]
+	sys-libs/zlib:=
+	virtual/libintl
+	devtools? ( media-libs/sdl-ttf )
+	opengl? (
+		media-libs/glew:0=
+		media-libs/libglvnd[X]
+	)
+	sound? ( media-libs/sdl-mixer[vorbis] )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${PYTHON_DEPS}
+	sys-devel/gettext
+	app-alternatives/awk
+	virtual/pkgconfig"
+
+pkg_setup() {
+	lua-single_pkg_setup
+	python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	python_fix_shebang src/gen_savestruct.py
+	rm data/sound/speak.py || die # unused, skip install + python rdep
+}
+
+src_configure() {
+	local econfargs=(
+		$(use_enable debug backtrace)
+		$(use_enable debug)
+		$(use_enable devtools dev-tools)
+		$(use_enable opengl)
+		$(use_enable profile rtprof)
+		$(use_enable sound)
+		$(use_with debug extra-warnings)
+	)
+
+	econf "${econfargs[@]}"
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2023-01-24 23:29 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2023-01-24 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ec7834f32b220169f98dac9f48955d261abb1d35
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:28:25 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:28:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7834f3

games-rpg/freedroidrpg: drop vulnerable 1.0_rc3

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

 games-rpg/freedroidrpg/Manifest                    |  1 -
 games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild | 73 ----------------------
 2 files changed, 74 deletions(-)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index 8e4af3f8ef8d..93cf3f364dc5 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1,2 +1 @@
 DIST freedroidRPG-1.0.tar.gz 237703530 BLAKE2B 78531d4e434faecbe34ba34c9996baff8906679916f645ab45d0003b47f55dda6e3a617a39a66aa74185f0983e35cababea2c2240ad42ba0d7a61e73b2308013 SHA512 e3cac480e9db02b2991da674ec6357b1d660996f3fa3eeb75f0908ca653a637eeb44239c1cd7540087f27195e460100d08aa022f6812db72387647218c7bcb29
-DIST freedroidRPG-1.0rc3.tar.gz 237674000 BLAKE2B 44031686ccd9af3bb082ec9cd2bf233792d2b1019a35b0fc2585df39a05b678ef784f9ff5861fbbcfe7ea624a338f6ab28f855158b7c1d18d52fa9e410410d7d SHA512 51125619fb57f8cb16746b3ff100175ab7917c567c8b1efcbc1aebc80a4774501a934b2fd544d65f1420212f9043015c2b88f08d785e765a30ce478157d887fd

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild
deleted file mode 100644
index eac95c617462..000000000000
--- a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-3 )
-PYTHON_COMPAT=( python3_{9..11} )
-inherit lua-single python-any-r1 xdg
-
-MY_PV=$(ver_rs 2 '')
-
-DESCRIPTION="Modification of the classical Freedroid engine into an RPG"
-HOMEPAGE="https://www.freedroid.org/"
-SRC_URI="https://ftp.osuosl.org/pub/freedroid/freedroidRPG-$(ver_cut 1-2)/freedroidRPG-${MY_PV}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV^^}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="debug devtools opengl profile +sound"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="
-	${LUA_DEPS}
-	media-libs/libjpeg-turbo
-	media-libs/libpng:=
-	media-libs/libsdl[opengl?,sound?,video]
-	media-libs/sdl-gfx:=
-	media-libs/sdl-image[jpeg,png]
-	sys-libs/zlib:=
-	virtual/libintl
-	devtools? ( media-libs/sdl-ttf )
-	opengl? (
-		media-libs/glew:0=
-		virtual/opengl
-	)
-	sound? (
-		media-libs/libogg
-		media-libs/libvorbis
-		media-libs/sdl-mixer[vorbis]
-	)"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	${PYTHON_DEPS}
-	sys-devel/gettext
-	app-alternatives/awk
-	virtual/pkgconfig"
-
-pkg_setup() {
-	lua-single_pkg_setup
-	python-any-r1_pkg_setup
-}
-
-src_prepare() {
-	default
-
-	python_fix_shebang src/gen_savestruct.py # build only
-	rm data/sound/speak.py || die # unused, skip install / python rdep
-}
-
-src_configure() {
-	local econfargs=(
-		$(use_enable debug backtrace)
-		$(use_enable debug)
-		$(use_enable devtools dev-tools)
-		$(use_enable opengl)
-		$(use_enable profile rtprof)
-		$(use_enable sound)
-		$(use_with debug extra-warnings)
-	)
-
-	econf "${econfargs[@]}"
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2022-11-16 18:57 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2022-11-16 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b60c45189d3f2008c5b3d28984a337cf8700fe5b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 17:52:03 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 18:56:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60c4518

games-rpg/freedroidrpg: update upstream metadata with codeberg

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

 games-rpg/freedroidrpg/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-rpg/freedroidrpg/metadata.xml b/games-rpg/freedroidrpg/metadata.xml
index 1eb1d7b22e08..c3291bcde5b4 100644
--- a/games-rpg/freedroidrpg/metadata.xml
+++ b/games-rpg/freedroidrpg/metadata.xml
@@ -31,6 +31,7 @@
     <flag name="profile">Enable the integration of the ingame real-time profiler</flag>
   </use>
   <upstream>
-    <remote-id type="gitlab">freedroid/freedroid-src</remote-id>
+    <bugs-to>http://bugs.freedroid.org/</bugs-to>
+    <changelog>https://codeberg.org/freedroid/freedroid-src/src/branch/master/ChangeLog</changelog>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2021-12-13  2:06 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-12-13  2:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f8af1a633e9925d672d5149ca296e7ff317099f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 02:05:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 02:05:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8af1a63

games-rpg/freedroidrpg: Keyword 1.0_rc2-r1 arm64, #827660

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild
index 07f51263644e..b89390f2d7d2 100644
--- a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild
+++ b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV^^}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="debug devtools nls opengl profile +sound"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2021-06-08  7:10 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-06-08  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     59953da8205768126eec911ed280d05c7c0fb521
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 06:39:35 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 07:08:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59953da8

games-rpg/freedroidrpg: drop 1.0_rc2

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

 games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild | 102 ---------------------
 games-rpg/freedroidrpg/metadata.xml                |   1 -
 2 files changed, 103 deletions(-)

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild
deleted file mode 100644
index c93b1fa9ce0..00000000000
--- a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit autotools flag-o-matic desktop python-any-r1 xdg
-
-MY_PV=$(ver_rs 2 '')
-DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
-HOMEPAGE="http://www.freedroid.org"
-SRC_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-$(ver_cut 1-2)/freedroidRPG-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug devtools nls opengl profile sanitize sound"
-
-RDEPEND="
-	sys-libs/zlib
-	virtual/jpeg:0
-	media-libs/libpng:0
-	media-libs/libsdl[opengl?,sound?,video]
-	media-libs/sdl-image[jpeg,png]
-	>=media-libs/sdl-gfx-2.0.21
-	nls? ( virtual/libintl )
-	opengl? ( virtual/opengl )
-	sound? (
-		media-libs/libogg
-		media-libs/libvorbis
-		media-libs/sdl-mixer[vorbis] )
-	devtools? ( media-libs/sdl-ttf )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	${PYTHON_DEPS}
-	nls? ( sys-devel/gettext )
-	sanitize? ( || ( sys-devel/gcc[sanitize] sys-devel/clang-runtime[sanitize] ) )"
-
-S="${WORKDIR}/${PN}-${MY_PV^^}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-fnocommon.patch"
-)
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e '/^dist_doc_DATA/d' \
-		-e '/-pipe/d' \
-		-e '/^SUBDIRS/s/pkgs//' \
-		Makefile.am || die
-	python_fix_shebang src data/sound
-	eautoreconf
-}
-
-src_configure() {
-	# this can produce strange results due to 'imprecise' math computations
-	filter-flags -ffast-math
-
-	local myconf=(
-		--disable-fastmath
-		--with-embedded-lua
-		--localedir="${EPREFIX}/usr/share/locale"
-		$(use_enable nls)
-		$(use_enable opengl)
-		$(use_enable sound)
-		$(use_enable debug)
-		$(use_with debug extra-warnings)
-		$(use_enable debug backtrace)
-		$(use_enable sanitize sanitize-address)
-		$(use_enable profile rtprof)
-		$(use_enable devtools dev-tools)
-	)
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	local i
-
-	default
-	for i in 48 64 96 128
-	do
-		doicon -s ${i} pkgs/freedesktop/icons/hicolor/${i}x${i}/apps/"${PN}".png
-	done
-	doicon -s scalable pkgs/freedesktop/icons/hicolor/scalable/apps/freedroidRPG.svg
-	make_desktop_entry "${PN}" "Freedroid RPG" "${PN}"
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	local v min="1.0_rc1"
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "${v}" -lt "${min}"; then
-			echo
-			ewarn "${P} is not compatible with save games before ${min}."
-			ewarn "Please start a new character."
-			echo
-		fi
-	done
-}

diff --git a/games-rpg/freedroidrpg/metadata.xml b/games-rpg/freedroidrpg/metadata.xml
index b95ace8f43d..82ad0dfd147 100644
--- a/games-rpg/freedroidrpg/metadata.xml
+++ b/games-rpg/freedroidrpg/metadata.xml
@@ -29,7 +29,6 @@ fully express their creativity.
 <use>
   <flag name="devtools">Compile the additional dev tools</flag>
   <flag name="profile">Enable the integration of the ingame real-time profiler</flag>
-  <flag name="sanitize">Compile with address sanitizer</flag>
 </use>
 <upstream>
   <remote-id type="gitlab">freedroid/freedroid-src</remote-id>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2021-06-03  6:09 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-06-03  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bec2289ff608900d9c0cceb46a246109dd0881be
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  3 05:55:20 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 06:07:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec2289f

games-rpg/freedroidrpg: revamp ebuild, unbundle lua

- add python3_9 and 3_10 compat
- add media-libs/glew dep for USE=opengl (bug #701412)
- remove sed given package respects docdir, no -pipe line exist, and
  pkgs/ subdirs allows the package to install its icons plus own
  .desktop file normally (fixes bug #700546)
- remove -ffast-math filter, upstream discourages it but still keeps
  an option to enable it (shouldn't just force it off)
- enable USE=sound by default and drop sanitize

lua5-3 unbundling also fixes AR issues (bug #742497)
--with-embedded-lua was due to slotted 5-3 former unavailability

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

 .../freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild    | 88 ++++++++++++++++++++++
 1 file changed, 88 insertions(+)

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild
new file mode 100644
index 00000000000..07f51263644
--- /dev/null
+++ b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-3 )
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit lua-single python-any-r1 xdg
+
+MY_PV=$(ver_rs 2 '')
+
+DESCRIPTION="Modification of the classical Freedroid engine into an RPG"
+HOMEPAGE="https://www.freedroid.org"
+SRC_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-$(ver_cut 1-2)/freedroidRPG-${MY_PV}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV^^}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug devtools nls opengl profile +sound"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+	${LUA_DEPS}
+	media-libs/libpng:=
+	media-libs/libsdl[opengl?,sound?,video]
+	>=media-libs/sdl-gfx-2.0.21:=
+	media-libs/sdl-image[jpeg,png]
+	sys-libs/zlib:=
+	devtools? ( media-libs/sdl-ttf )
+	nls? ( virtual/libintl )
+	opengl? (
+		media-libs/glew:0=
+		virtual/opengl
+	)
+	sound? (
+		media-libs/libogg
+		media-libs/libvorbis
+		media-libs/sdl-mixer[vorbis]
+	)"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${PYTHON_DEPS}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+PATCHES=(
+	"${FILESDIR}/${P}-fnocommon.patch"
+)
+
+pkg_setup() {
+	lua-single_pkg_setup
+	python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	python_fix_shebang src/gen_savestruct.py
+	rm data/sound/speak.py || die # unused, prevent installing
+}
+
+src_configure() {
+	local econfargs=(
+		$(use_enable debug backtrace)
+		$(use_enable debug)
+		$(use_enable devtools dev-tools)
+		$(use_enable nls)
+		$(use_enable opengl)
+		$(use_enable profile rtprof)
+		$(use_enable sound)
+		$(use_with debug extra-warnings)
+	)
+	econf "${econfargs[@]}"
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	if [[ ${REPLACING_VERSIONS} ]]; then
+		local min="1.0_rc1"
+		if ver_test ${REPLACING_VERSIONS} -lt ${min}; then
+			elog "${P} is not compatible with save games before ${min}."
+			elog "Please start a new character."
+		fi
+	fi
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2021-05-04 19:10 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-05-04 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     810173f61d4c33d4e0c037819594713911cb47f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 03:53:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 19:09:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810173f6

games-rpg/freedroidrpg: add gitlab remote-id

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-rpg/freedroidrpg/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games-rpg/freedroidrpg/metadata.xml b/games-rpg/freedroidrpg/metadata.xml
index 01b748c2363..b95ace8f43d 100644
--- a/games-rpg/freedroidrpg/metadata.xml
+++ b/games-rpg/freedroidrpg/metadata.xml
@@ -31,4 +31,7 @@ fully express their creativity.
   <flag name="profile">Enable the integration of the ingame real-time profiler</flag>
   <flag name="sanitize">Compile with address sanitizer</flag>
 </use>
+<upstream>
+  <remote-id type="gitlab">freedroid/freedroid-src</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2020-09-13 12:50 James Le Cuirot
  0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2020-09-13 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5098f24e176acbddea6c4186626170eed6ce5b58
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 12:50:27 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 12:50:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5098f24e

games-rpg/freedroidrpg: Drop old 0.16-r1

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-rpg/freedroidrpg/Manifest                    |  1 -
 games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild | 86 ----------------------
 2 files changed, 87 deletions(-)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index 7875544c9a9..f45a284875b 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1,2 +1 @@
-DIST freedroidRPG-0.16.tar.gz 225570013 BLAKE2B ad87ad3d368c94eb1f3dae2d4c3df97b9bc88acccbec4cbcd31e42b411bb96506faac23f8de9b0317a1ab926b34bd01196adce617ab7b731354049d3fb010643 SHA512 039ee4bfcd58e29a3cfa26ae7f2bc8aed7c289119476bb8f8486006910cf6a2127ba49f7526fac887392ca9e5320fb1a59ba068834e162348905423908b0755a
 DIST freedroidRPG-1.0rc2.tar.gz 233852127 BLAKE2B c87c2314d17037873acf4fc24ce20790c9ec40c8f7b1ea27e6ab9c543abb671bc50b3ff5b86900f7111d1f1a899213dcb90529d2e39918801c9cc3a42585f02e SHA512 a79afdb089691dd59b0128f34f7068c69fac8c057a0485bca3275f4914b1c9c0f21cbb9102ecdc99911b70456c078dbdeb8981fd7714836cd9535677bcc4d1e7

diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild
deleted file mode 100644
index cdde16dcc8f..00000000000
--- a/games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils gnome2-utils python-any-r1
-
-DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
-HOMEPAGE="http://freedroid.sourceforge.net/"
-SRC_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PV}//freedroidRPG-${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls opengl sound"
-
-RDEPEND="
-	virtual/jpeg:0
-	media-libs/libpng:0
-	media-libs/libsdl[opengl?,sound?,video]
-	>=media-libs/sdl-gfx-2.0.21
-	media-libs/sdl-image[jpeg,png]
-	nls? ( virtual/libintl )
-	opengl? ( virtual/opengl )
-	sound? (
-		media-libs/libogg
-		media-libs/libvorbis
-		media-libs/sdl-mixer[vorbis] )
-	x11-libs/libX11"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	nls? ( sys-devel/gettext )"
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-}
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e '/^dist_doc_DATA/d' \
-		-e '/-pipe/d' \
-		-e '/^SUBDIRS/s/pkgs//' \
-		Makefile.am || die
-	python_fix_shebang src sound
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-fastmath \
-		--with-embedded-lua \
-		--localedir=/usr/share/locale \
-		$(use_enable nls) \
-		$(use_enable opengl) \
-		$(use_enable sound)
-}
-
-src_install() {
-	local i
-
-	default
-	for i in 48 64 96 128
-	do
-		doicon -s ${i} pkgs/freedesktop/icons/hicolor/${i}x${i}/apps/freedroidRPG.png
-	done
-	doicon -s scalable pkgs/freedesktop/icons/hicolor/scalable/apps/freedroidRPG.svg
-	make_desktop_entry freedroidRPG "Freedroid RPG" freedroidRPG
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	echo
-	ewarn "${P} is not compatible with old save games."
-	ewarn "Please start a new character."
-	echo
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2019-11-11 22:51 Andrew Savchenko
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Savchenko @ 2019-11-11 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7f39c43212aa5d66c5815c643ab8964abdf5608c
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 22:49:31 2019 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 22:50:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f39c432

games-rpg/freedroidrpg: version bump

- 1.0RC2 version bump
- Port to EAPI 7
- Add new USE flags for development or debugging.

Closes: https://bugs.gentoo.org/699772
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 games-rpg/freedroidrpg/Manifest                    |  1 +
 games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild | 97 ++++++++++++++++++++++
 games-rpg/freedroidrpg/metadata.xml                | 62 +++++---------
 3 files changed, 119 insertions(+), 41 deletions(-)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index c661ad45413..7875544c9a9 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1 +1,2 @@
 DIST freedroidRPG-0.16.tar.gz 225570013 BLAKE2B ad87ad3d368c94eb1f3dae2d4c3df97b9bc88acccbec4cbcd31e42b411bb96506faac23f8de9b0317a1ab926b34bd01196adce617ab7b731354049d3fb010643 SHA512 039ee4bfcd58e29a3cfa26ae7f2bc8aed7c289119476bb8f8486006910cf6a2127ba49f7526fac887392ca9e5320fb1a59ba068834e162348905423908b0755a
+DIST freedroidRPG-1.0rc2.tar.gz 233852127 BLAKE2B c87c2314d17037873acf4fc24ce20790c9ec40c8f7b1ea27e6ab9c543abb671bc50b3ff5b86900f7111d1f1a899213dcb90529d2e39918801c9cc3a42585f02e SHA512 a79afdb089691dd59b0128f34f7068c69fac8c057a0485bca3275f4914b1c9c0f21cbb9102ecdc99911b70456c078dbdeb8981fd7714836cd9535677bcc4d1e7

diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild
new file mode 100644
index 00000000000..8906a2a1a38
--- /dev/null
+++ b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit autotools flag-o-matic desktop python-any-r1 xdg
+
+MY_PV=$(ver_rs 2 '')
+DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
+HOMEPAGE="http://www.freedroid.org"
+SRC_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-$(ver_cut 1-2)/freedroidRPG-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug devtools nls opengl profile sanitize sound"
+
+RDEPEND="
+	sys-libs/zlib
+	virtual/jpeg:0
+	media-libs/libpng:0
+	media-libs/libsdl[opengl?,sound?,video]
+	media-libs/sdl-image[jpeg,png]
+	>=media-libs/sdl-gfx-2.0.21
+	nls? ( virtual/libintl )
+	opengl? ( virtual/opengl )
+	sound? (
+		media-libs/libogg
+		media-libs/libvorbis
+		media-libs/sdl-mixer[vorbis] )
+	devtools? ( media-libs/sdl-ttf )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${PYTHON_DEPS}
+	nls? ( sys-devel/gettext )
+	sanitize? ( || ( sys-devel/gcc[sanitize] sys-devel/clang-runtime[sanitize] ) )"
+
+S="${WORKDIR}/${PN}-${MY_PV^^}"
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e '/^dist_doc_DATA/d' \
+		-e '/-pipe/d' \
+		-e '/^SUBDIRS/s/pkgs//' \
+		Makefile.am || die
+	python_fix_shebang src data/sound
+	eautoreconf
+}
+
+src_configure() {
+	# this can produce strange results due to 'imprecise' math computations
+	filter-flags -ffast-math
+
+	local myconf=(
+		--disable-fastmath
+		--with-embedded-lua
+		--localedir=/usr/share/locale
+		$(use_enable nls)
+		$(use_enable opengl)
+		$(use_enable sound)
+		$(use_enable debug)
+		$(use_with debug extra-warnings)
+		$(use_enable debug backtrace)
+		$(use_enable sanitize sanitize-address)
+		$(use_enable profile rtprof)
+		$(use_enable devtools dev-tools)
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	local i
+
+	default
+	for i in 48 64 96 128
+	do
+		doicon -s ${i} pkgs/freedesktop/icons/hicolor/${i}x${i}/apps/"${PN}".png
+	done
+	doicon -s scalable pkgs/freedesktop/icons/hicolor/scalable/apps/freedroidRPG.svg
+	make_desktop_entry "${PN}" "Freedroid RPG" "${PN}"
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	local v min="1.0_rc1"
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "${v}" -lt "${min}"; then
+			echo
+			ewarn "${P} is not compatible with save games before ${min}."
+			ewarn "Please start a new character."
+			echo
+		fi
+	done
+}

diff --git a/games-rpg/freedroidrpg/metadata.xml b/games-rpg/freedroidrpg/metadata.xml
index d9e96aa7715..01b748c2363 100644
--- a/games-rpg/freedroidrpg/metadata.xml
+++ b/games-rpg/freedroidrpg/metadata.xml
@@ -6,49 +6,29 @@
     <name>Gentoo Games Project</name>
   </maintainer>
   <longdescription>
-Hello, and welcome to the Freedroid page.
+FreedroidRPG is an open source role playing game
 
-THE CLASSICAL FREEDROID: Freedroid is a clone of the classic game
-"Paradroid" on Commodore 64 with some improvements and extensions to
-the classic version. 
+The game tells the story of a world destroyed by a conflict between robots and
+their human masters. Play as Tux in a quest to save the world from the
+murderous rebel bots who know no mercy. You get to choose which path you wish
+to follow, and freedom of choice is everywhere in the game.
 
-In this game, you control a robot, depicted by a small white ball with
-a few numbers within an interstellar spaceship consisting of several
-decks connected by elevators. 
+FreedroidRPG features a real time combat system with melee and ranged weapons,
+fairly similar to the proprietary game Diablo. There is an innovative system of
+programs that can be run in order to take control of enemy robots, alter their
+behavior, or improve one's characteristics. You can use over 50 different kinds
+of items and fight countless enemies on your way to your destiny. An advanced
+dialog system provides story background and immersive role playing situations.
 
-The aim of the game is to destroy all enemy robots, depicted by small
-black balls with a few numbers, by either shooting them or seizing
-control over them by creating connections in a short subgame of
-electric circuits. 
-
-Development of this game is now complete.  The final version came out
-in august 2003 and runs on Linux, Mac OSX, Sharp Zaurus and even that
-strange Windows wannabe of an operating system.  Thanks to all who 
-helped.
-Minor fixes and maintainance will of course still continue though...
-
-FREEDROID RPG:  The Freedroid RPG is an extension/modification of the
-classical freedroid engine into an RPG.  The main differences to the
-classical version are as follows: 
-* The Tux is the main character of the rpg.  He is not displayed as a
-   ball like in Freedroid but rather as an animated character, while
-   other droids and humans in the game are still represented as the balls
-   with some number or code in them. 
-* Dialogs and chatting with friendly droids and humans:
-   Multiple-choice menus and voice samples (with subtitles for those
-   without sound). 
-* Melee weapons, armour and other items to be equipped have been
-   added. 
-* An automap feature was added.
-* Saving and loading of games.
-* A shop to trade things.
-* Controls are different:  Mouse can be used to do everything.
-   Joystick is not supported for moving around any more. 
-* The archive size (including sound samples) is about 10 times as big
-   as for the classical version.  I'd like to appologize to all 56K modem
-   owners at this point. 
+The game is complete, fully playable, and can provide about 10 hours of fun. It
+is still being actively developed, and help is welcome in many areas. People
+having - or trying to acquire - programming, map editing, or writing skills
+will find FreedroidRPG to be an exciting, fast-moving project in which they can
+fully express their creativity.
 </longdescription>
-  <upstream>
-    <remote-id type="sourceforge">freedroid</remote-id>
-  </upstream>
+<use>
+  <flag name="devtools">Compile the additional dev tools</flag>
+  <flag name="profile">Enable the integration of the ingame real-time profiler</flag>
+  <flag name="sanitize">Compile with address sanitizer</flag>
+</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2016-10-15 10:17 Austin English
  0 siblings, 0 replies; 15+ messages in thread
From: Austin English @ 2016-10-15 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     19624cdd9dff4a9305ab1ec6bb5a00c7505b019d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 10:16:17 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 10:16:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19624cdd

games-rpg/freedroidrpg: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild | 87 ++++++++++++++++++++++
 1 file changed, 87 insertions(+)

diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild
new file mode 100644
index 00000000..3e10af3
--- /dev/null
+++ b/games-rpg/freedroidrpg/freedroidrpg-0.16-r1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit autotools eutils gnome2-utils python-any-r1
+
+DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
+HOMEPAGE="http://freedroid.sourceforge.net/"
+SRC_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PV}//freedroidRPG-${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls opengl sound"
+
+RDEPEND="
+	virtual/jpeg:0
+	media-libs/libpng:0
+	media-libs/libsdl[opengl?,sound?,video]
+	>=media-libs/sdl-gfx-2.0.21
+	media-libs/sdl-image[jpeg,png]
+	nls? ( virtual/libintl )
+	opengl? ( virtual/opengl )
+	sound? (
+		media-libs/libogg
+		media-libs/libvorbis
+		media-libs/sdl-mixer[vorbis] )
+	x11-libs/libX11"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e '/^dist_doc_DATA/d' \
+		-e '/-pipe/d' \
+		-e '/^SUBDIRS/s/pkgs//' \
+		Makefile.am || die
+	python_fix_shebang src sound
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-fastmath \
+		--with-embedded-lua \
+		--localedir=/usr/share/locale \
+		$(use_enable nls) \
+		$(use_enable opengl) \
+		$(use_enable sound)
+}
+
+src_install() {
+	local i
+
+	default
+	for i in 48 64 96 128
+	do
+		doicon -s ${i} pkgs/freedesktop/icons/hicolor/${i}x${i}/apps/freedroidRPG.png
+	done
+	doicon -s scalable pkgs/freedesktop/icons/hicolor/scalable/apps/freedroidRPG.svg
+	make_desktop_entry freedroidRPG "Freedroid RPG" freedroidRPG
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	echo
+	ewarn "${P} is not compatible with old save games."
+	ewarn "Please start a new character."
+	echo
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2016-03-20 20:51 Michael Sterrett
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Sterrett @ 2016-03-20 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     30edf36855241b8b456c8780f44e18f2f87d076e
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 20:18:32 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 20:51:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30edf368

games-rpg/freedroidrpg: clean old

Package-Manager: portage-2.2.26

 games-rpg/freedroidrpg/Manifest                   |  1 -
 games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild | 69 -----------------------
 2 files changed, 70 deletions(-)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index dfe3e3b..18b4a86 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1,2 +1 @@
-DIST freedroidRPG-0.15.1.tar.gz 209427247 SHA256 3e0e0e901f05386f49b8dfa1a8b3582ea82347deb7fb8e94fc15bf8ad058ba08 SHA512 3e38753a040e507229b87235e449fc77db2457a4eb0129f8866a58e3863baa08304feb846828be95183a0b9e46f11761c706571ea68500203c953e1467e108a4 WHIRLPOOL 42f0d6e5ae48437ad0fb00d38966904601de80f2d7dbf6d93d40da5cf4897cc12fc82ec1b9ce500947ed4f1f583eb736fbfc2cdf7619f22999c0e28a007b0aac
 DIST freedroidRPG-0.16.tar.gz 225570013 SHA256 c11f28b69eed3e8e40528442d9e840847502ccd4d3d95d3f8182abc2b3b18135 SHA512 039ee4bfcd58e29a3cfa26ae7f2bc8aed7c289119476bb8f8486006910cf6a2127ba49f7526fac887392ca9e5320fb1a59ba068834e162348905423908b0755a WHIRLPOOL cc8e812515c9f0ce979558c8307fc2f7d30597c198fecd42e43e927b1969b8cacff0db4eed71a41b4119ddb64829d729593ee4151ca69c776f45b9295cda0978

diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild
deleted file mode 100644
index 30483f5..0000000
--- a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils python-any-r1 games
-
-DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
-HOMEPAGE="http://freedroid.sourceforge.net/"
-SRC_URI="mirror://sourceforge/freedroid/freedroidRPG-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="opengl vorbis"
-
-RDEPEND="media-libs/libsdl[opengl?,video]
-	dev-lang/lua:0
-	virtual/jpeg:0
-	media-libs/libpng:0
-	media-libs/sdl-image[jpeg,png]
-	media-libs/sdl-mixer[vorbis?]
-	>=media-libs/sdl-gfx-2.0.21
-	vorbis? ( media-libs/libogg media-libs/libvorbis )
-	x11-libs/libX11
-	opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}"
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-	games_pkg_setup
-}
-
-src_prepare() {
-	# No need for executable game resources
-	find sound graphics -type f -execdir chmod -c a-x '{}' +
-}
-
-src_configure() {
-	egamesconf \
-		--disable-dependency-tracking \
-		--disable-fastmath \
-		$(use_enable opengl) \
-		$(use_enable vorbis)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	rm -f "${D}/${GAMES_BINDIR}/"{croppy,pngtoico,*glue*,explode*,make_atlas}
-	newicon -s 64 win32/w32icon2_64x64.png ${PN}.png
-	make_desktop_entry freedroidRPG "Freedroid RPG"
-	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] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2016-02-13 15:33 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2016-02-13 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     7996b67facdad0e81c14799548e58bddbbf16c50
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 15:31:05 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 15:31:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7996b67f

games-rpg/freedroidrpg: amd64 stable wrt bug #573634

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild
index bb5d56b..040bf8f 100644
--- a/games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild
+++ b/games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PV}//freedroidRPG-${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="nls opengl sound"
 
 RDEPEND="media-libs/libsdl[opengl?,sound?,video]


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/
@ 2016-01-02 23:10 Michael Sterrett
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Sterrett @ 2016-01-02 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     afb682000551c3bb42636260e4b2daef8d18543a
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 23:09:26 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 23:09:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb68200

games-rpg/freedroidrpg: version bump

Package-Manager: portage-2.2.24

 games-rpg/freedroidrpg/Manifest                 |  1 +
 games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild | 88 +++++++++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/games-rpg/freedroidrpg/Manifest b/games-rpg/freedroidrpg/Manifest
index d37f49a..dfe3e3b 100644
--- a/games-rpg/freedroidrpg/Manifest
+++ b/games-rpg/freedroidrpg/Manifest
@@ -1 +1,2 @@
 DIST freedroidRPG-0.15.1.tar.gz 209427247 SHA256 3e0e0e901f05386f49b8dfa1a8b3582ea82347deb7fb8e94fc15bf8ad058ba08 SHA512 3e38753a040e507229b87235e449fc77db2457a4eb0129f8866a58e3863baa08304feb846828be95183a0b9e46f11761c706571ea68500203c953e1467e108a4 WHIRLPOOL 42f0d6e5ae48437ad0fb00d38966904601de80f2d7dbf6d93d40da5cf4897cc12fc82ec1b9ce500947ed4f1f583eb736fbfc2cdf7619f22999c0e28a007b0aac
+DIST freedroidRPG-0.16.tar.gz 225570013 SHA256 c11f28b69eed3e8e40528442d9e840847502ccd4d3d95d3f8182abc2b3b18135 SHA512 039ee4bfcd58e29a3cfa26ae7f2bc8aed7c289119476bb8f8486006910cf6a2127ba49f7526fac887392ca9e5320fb1a59ba068834e162348905423908b0755a WHIRLPOOL cc8e812515c9f0ce979558c8307fc2f7d30597c198fecd42e43e927b1969b8cacff0db4eed71a41b4119ddb64829d729593ee4151ca69c776f45b9295cda0978

diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild
new file mode 100644
index 0000000..bb5d56b
--- /dev/null
+++ b/games-rpg/freedroidrpg/freedroidrpg-0.16.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+inherit autotools eutils gnome2-utils python-any-r1 games
+
+DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
+HOMEPAGE="http://freedroid.sourceforge.net/"
+SRC_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PV}//freedroidRPG-${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls opengl sound"
+
+RDEPEND="media-libs/libsdl[opengl?,sound?,video]
+	virtual/jpeg:0
+	media-libs/libpng:0
+	media-libs/sdl-image[jpeg,png]
+	>=media-libs/sdl-gfx-2.0.21
+	sound? (
+		media-libs/sdl-mixer[vorbis]
+		media-libs/libogg
+		media-libs/libvorbis )
+	x11-libs/libX11
+	opengl? ( virtual/opengl )
+	nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+	games_pkg_setup
+}
+
+src_prepare() {
+	sed -i \
+		-e '/^dist_doc_DATA/d' \
+		-e '/-pipe/d' \
+		-e '/^SUBDIRS/s/pkgs//' \
+		Makefile.am || die
+	python_fix_shebang src sound
+	eautoreconf
+}
+
+src_configure() {
+	egamesconf \
+		--disable-fastmath \
+		--with-embedded-lua \
+		--localedir=/usr/share/locale \
+		$(use_enable nls) \
+		$(use_enable opengl) \
+		$(use_enable sound)
+}
+
+src_install() {
+	local i
+
+	default
+	for i in 48 64 96 128
+	do
+		doicon -s ${i} pkgs/freedesktop/icons/hicolor/${i}x${i}/apps/freedroidRPG.png
+	done
+	doicon -s scalable pkgs/freedesktop/icons/hicolor/scalable/apps/freedroidRPG.svg
+	make_desktop_entry freedroidRPG "Freedroid RPG" freedroidRPG
+	prepgamesdirs
+}
+
+pkg_preinst() {
+	games_pkg_preinst
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	games_pkg_postinst
+	gnome2_icon_cache_update
+	echo
+	ewarn "${P} is not compatible with old save games."
+	ewarn "Please start a new character."
+	echo
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

end of thread, other threads:[~2024-05-05 23:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 18:57 [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroidrpg/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2024-05-05 23:44 Ionen Wolkens
2023-01-24 23:29 Ionen Wolkens
2023-01-24 23:29 Ionen Wolkens
2022-11-16 18:57 Ionen Wolkens
2021-12-13  2:06 Sam James
2021-06-08  7:10 Ionen Wolkens
2021-06-03  6:09 Ionen Wolkens
2021-05-04 19:10 Sam James
2020-09-13 12:50 James Le Cuirot
2019-11-11 22:51 Andrew Savchenko
2016-10-15 10:17 Austin English
2016-03-20 20:51 Michael Sterrett
2016-02-13 15:33 Agostino Sarubbo
2016-01-02 23:10 Michael Sterrett

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