public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.9.2.ebuild
@ 2009-10-19  1:45 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-10-19  1:45 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/10/19 01:45:06

  Modified:             ChangeLog
  Added:                fish-fillets-0.9.2.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.41                 games-puzzle/fish-fillets/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	7 Jul 2009 03:28:03 -0000	1.40
+++ ChangeLog	19 Oct 2009 01:45:05 -0000	1.41
@@ -1,6 +1,13 @@
 # ChangeLog for games-puzzle/fish-fillets
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.40 2009/07/07 03:28:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.41 2009/10/19 01:45:05 mr_bones_ Exp $
+
+*fish-fillets-0.9.2 (19 Oct 2009)
+
+  19 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +fish-fillets-0.9.2.ebuild, +files/fish-fillets-0.9.2-fribidi.patch,
+  +files/fish-fillets-0.9.2-gcc43.patch:
+  version bump
 
 *fish-fillets-0.9.1 (07 Jul 2009)
 



1.1                  games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?rev=1.1&content-type=text/plain

Index: fish-fillets-0.9.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild,v 1.1 2009/10/19 01:45:05 mr_bones_ Exp $

EAPI=2
inherit autotools eutils games

DATA_PV="0.9.2"
DESCRIPTION="Underwater puzzle game - find a safe way out"
HOMEPAGE="http://fillets.sourceforge.net/"
SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz
	mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=media-libs/libsdl-1.2[video]
	>=media-libs/sdl-mixer-1.2.5[vorbis]
	>=media-libs/sdl-image-1.2.2[png]
	x11-libs/libX11
	media-libs/sdl-ttf
	dev-libs/fribidi
	>=dev-lang/lua-5"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/fillets-ng-${PV}

src_prepare() {
	epatch \
		"${FILESDIR}/${P}-gcc43.patch" \
		"${FILESDIR}/${P}-fribidi.patch"

	#.mod was renamed to .fmod in lua 5.1.3 - bug #223271
	sed -i \
		-e 's/\.mod(/.fmod(/' \
		$(grep -rl "\.mod\>" "${WORKDIR}"/fillets-ng-data-${DATA_PV}) \
		|| die "sed failed"
	rm -f missing
	eautoreconf
}

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		--datadir="${GAMES_DATADIR}/${PN}"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO
	insinto "${GAMES_DATADIR}/${PN}"
	cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die
	rm -f COPYING
	doins -r * || die "doins failed"
	newicon images/icon.png fillets.png
	make_desktop_entry fillets FishFillets fillets
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.9.2.ebuild
@ 2009-11-23 13:43 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-11-23 13:43 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/23 13:43:15

  Modified:             ChangeLog fish-fillets-0.9.2.ebuild
  Log:
  amd64/x86 stable, bug #294007
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 games-puzzle/fish-fillets/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	19 Oct 2009 01:45:05 -0000	1.41
+++ ChangeLog	23 Nov 2009 13:43:15 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/fish-fillets
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.41 2009/10/19 01:45:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.42 2009/11/23 13:43:15 maekke Exp $
+
+  23 Nov 2009; Markus Meier <maekke@gentoo.org> fish-fillets-0.9.2.ebuild:
+  amd64/x86 stable, bug #294007
 
 *fish-fillets-0.9.2 (19 Oct 2009)
 



1.3                  games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?r1=1.2&r2=1.3

Index: fish-fillets-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fish-fillets-0.9.2.ebuild	19 Oct 2009 01:50:20 -0000	1.2
+++ fish-fillets-0.9.2.ebuild	23 Nov 2009 13:43:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild,v 1.2 2009/10/19 01:50:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild,v 1.3 2009/11/23 13:43:15 maekke Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libsdl-1.2[audio,video]






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.9.2.ebuild
@ 2010-01-05  2:21 Joseph Jezak (josejx)
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Jezak (josejx) @ 2010-01-05  2:21 UTC (permalink / raw
  To: gentoo-commits

josejx      10/01/05 02:21:58

  Modified:             ChangeLog fish-fillets-0.9.2.ebuild
  Log:
  Marked ppc stable for bug #294007.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 games-puzzle/fish-fillets/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	23 Nov 2009 13:43:15 -0000	1.42
+++ ChangeLog	5 Jan 2010 02:21:57 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/fish-fillets
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.42 2009/11/23 13:43:15 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.43 2010/01/05 02:21:57 josejx Exp $
+
+  05 Jan 2010; Joseph Jezak <josejx@gentoo.org> fish-fillets-0.9.2.ebuild:
+  Marked ppc stable for bug #294007.
 
   23 Nov 2009; Markus Meier <maekke@gentoo.org> fish-fillets-0.9.2.ebuild:
   amd64/x86 stable, bug #294007



1.4                  games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild?r1=1.3&r2=1.4

Index: fish-fillets-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fish-fillets-0.9.2.ebuild	23 Nov 2009 13:43:15 -0000	1.3
+++ fish-fillets-0.9.2.ebuild	5 Jan 2010 02:21:57 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild,v 1.3 2009/11/23 13:43:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.9.2.ebuild,v 1.4 2010/01/05 02:21:57 josejx Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libsdl-1.2[audio,video]






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

end of thread, other threads:[~2010-01-05  2:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-19  1:45 [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.9.2.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-23 13:43 Markus Meier (maekke)
2010-01-05  2:21 Joseph Jezak (josejx)

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