public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink/
@ 2015-09-03 18:04 Michael Sterrett
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2015-09-03 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     cd2871a0297f5a647741030912f03a7496b12b94
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 18:04:25 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 18:04:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2871a0

seems like the code is fragile (bug #559548) so drop down to very conservative CFLAGS

Package-Manager: portage-2.2.20.1

 games-rpg/freedink/freedink-108.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-rpg/freedink/freedink-108.4.ebuild b/games-rpg/freedink/freedink-108.4.ebuild
index 8d47573..dafba42 100644
--- a/games-rpg/freedink/freedink-108.4.ebuild
+++ b/games-rpg/freedink/freedink-108.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit flag-o-matic games
 
 DESCRIPTION="Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top view)"
 HOMEPAGE="http://www.freedink.org/"
@@ -32,6 +32,9 @@ src_prepare() {
 	sed -i \
 		-e 's#^datarootdir =.*$#datarootdir = /usr/share#' \
 		share/Makefile.in || die
+	# seems like the code is fragile (bug #559548)
+	filter-flags
+	replace-flags -O? -O0
 }
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink/
@ 2018-05-01 19:37 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-05-01 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     edeab382f868f6ae5e43ffbd034eb8d2b14b32d7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 17:36:50 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue May  1 19:35:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edeab382

games-rpg/freedink: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-rpg/freedink/freedink-108.4.ebuild | 57 --------------------------------
 1 file changed, 57 deletions(-)

diff --git a/games-rpg/freedink/freedink-108.4.ebuild b/games-rpg/freedink/freedink-108.4.ebuild
deleted file mode 100644
index f9fb99c364f..00000000000
--- a/games-rpg/freedink/freedink-108.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic games
-
-DESCRIPTION="Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top view)"
-HOMEPAGE="http://www.freedink.org/"
-SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=media-libs/fontconfig-2.4
-	>=media-libs/libsdl-1.2[X,sound,joystick,video]
-	>=media-libs/sdl-gfx-2.0
-	>=media-libs/sdl-image-1.2
-	>=media-libs/sdl-mixer-1.2[midi,vorbis,wav]
-	>=media-libs/sdl-ttf-2.0.9"
-RDEPEND="${DEPEND}
-	~games-rpg/freedink-data-1.08.20140901"
-DEPEND="${DEPEND}
-	dev-libs/check
-	virtual/pkgconfig
-	sys-devel/gettext"
-
-src_prepare() {
-	sed -i \
-		-e 's#^datarootdir =.*$#datarootdir = /usr/share#' \
-		share/Makefile.in || die
-	# seems like the code is fragile (bug #559548)
-	filter-flags
-	replace-flags -O? -O0
-}
-
-src_configure() {
-	egamesconf \
-		--disable-embedded-resources \
-		--localedir="/usr/share/locale"
-}
-
-src_install() {
-	default
-	dodoc TROUBLESHOOTING
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	einfo
-	elog "optional dependencies:"
-	elog "  games-util/dfarc (dmod installer and frontend)"
-	einfo
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink/
@ 2018-06-08 10:08 Jeroen Roovers
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2018-06-08 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c80f46a5bc05e0ae5d195195ceaee8f63c19ec6b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 10:07:18 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 10:08:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80f46a5

games-rpg/freedink: Remove games-rpg/freedink-data version constraint

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 games-rpg/freedink/freedink-108.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/freedink/freedink-108.4-r1.ebuild b/games-rpg/freedink/freedink-108.4-r1.ebuild
index fdee2e4308c..743ce07e754 100644
--- a/games-rpg/freedink/freedink-108.4-r1.ebuild
+++ b/games-rpg/freedink/freedink-108.4-r1.ebuild
@@ -22,7 +22,7 @@ DEPEND="
 	>=media-libs/sdl-ttf-2.0.9
 "
 RDEPEND="${DEPEND}
-	~games-rpg/freedink-data-1.08.20140901
+	games-rpg/freedink-data
 "
 DEPEND="${DEPEND}
 	dev-libs/check


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink/
@ 2022-11-08  5:37 Ionen Wolkens
  0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2022-11-08  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     dba9a9202588bd47f82fb47b0a165cbc3b6ce603
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 23:44:08 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 05:36:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba9a920

games-rpg/freedink: add savannah upstream metadata

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

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

diff --git a/games-rpg/freedink/metadata.xml b/games-rpg/freedink/metadata.xml
index 7c730d47817a..6007480bbb0b 100644
--- a/games-rpg/freedink/metadata.xml
+++ b/games-rpg/freedink/metadata.xml
@@ -5,4 +5,7 @@
 		<email>games@gentoo.org</email>
 		<name>Gentoo Games Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="savannah">freedink</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2022-11-08  5:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-01 19:37 [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2022-11-08  5:37 Ionen Wolkens
2018-06-08 10:08 Jeroen Roovers
2015-09-03 18:04 Michael Sterrett

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