* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.8.1.ebuild
@ 2009-02-13 19:04 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-13 19:04 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/02/13 19:04:18
Modified: ChangeLog
Added: fish-fillets-0.8.1.ebuild
Log:
version bump (bug #258868)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Revision Changes Path
1.34 games-puzzle/fish-fillets/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 25 Jun 2008 19:07:15 -0000 1.33
+++ ChangeLog 13 Feb 2009 19:04:18 -0000 1.34
@@ -1,6 +1,12 @@
# ChangeLog for games-puzzle/fish-fillets
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.33 2008/06/25 19:07:15 nixnut Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.34 2009/02/13 19:04:18 mr_bones_ Exp $
+
+*fish-fillets-0.8.1 (13 Feb 2009)
+
+ 13 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/fish-fillets-0.8.1-gcc43.patch, +fish-fillets-0.8.1.ebuild:
+ version bump (bug #258868)
25 Jun 2008; nixnut <nixnut@gentoo.org> fish-fillets-0.8.0.ebuild:
Stable on ppc wrt bug 229141
1.1 games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.1&content-type=text/plain
Index: fish-fillets-0.8.1.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.8.1.ebuild,v 1.1 2009/02/13 19:04:18 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
DATA_PV="0.8.1"
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
>=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"
#.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"
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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.8.1.ebuild
@ 2009-02-14 17:49 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-14 17:49 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/02/14 17:49:06
Modified: ChangeLog fish-fillets-0.8.1.ebuild
Log:
missing is too old
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Revision Changes Path
1.35 games-puzzle/fish-fillets/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 13 Feb 2009 19:04:18 -0000 1.34
+++ ChangeLog 14 Feb 2009 17:49:06 -0000 1.35
@@ -1,6 +1,10 @@
# 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.34 2009/02/13 19:04:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.35 2009/02/14 17:49:06 mr_bones_ Exp $
+
+ 14 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ fish-fillets-0.8.1.ebuild:
+ missing is too old
*fish-fillets-0.8.1 (13 Feb 2009)
1.2 games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?r1=1.1&r2=1.2
Index: fish-fillets-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fish-fillets-0.8.1.ebuild 13 Feb 2009 19:04:18 -0000 1.1
+++ fish-fillets-0.8.1.ebuild 14 Feb 2009 17:49:06 -0000 1.2
@@ -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.8.1.ebuild,v 1.1 2009/02/13 19:04:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v 1.2 2009/02/14 17:49:06 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -36,6 +36,7 @@
-e 's/\.mod(/.fmod(/' \
$(grep -rl "\.mod\>" "${WORKDIR}"/fillets-ng-data-${DATA_PV}) \
|| die "sed failed"
+ rm -f missing
eautoreconf
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.8.1.ebuild
@ 2009-03-03 3:56 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-03-03 3:56 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/03/03 03:56:55
Modified: ChangeLog fish-fillets-0.8.1.ebuild
Log:
patch from Andrea Grazioli to work with newer and older versions of fribidi (bug #258969)
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.36 games-puzzle/fish-fillets/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 14 Feb 2009 17:49:06 -0000 1.35
+++ ChangeLog 3 Mar 2009 03:56:54 -0000 1.36
@@ -1,6 +1,11 @@
# 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.35 2009/02/14 17:49:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.36 2009/03/03 03:56:54 mr_bones_ Exp $
+
+ 03 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/fish-fillets-0.8.1-fribidi.patch, fish-fillets-0.8.1.ebuild:
+ patch from Andrea Grazioli to work with newer and older versions of fribidi
+ (bug #258969)
14 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
fish-fillets-0.8.1.ebuild:
1.3 games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?r1=1.2&r2=1.3
Index: fish-fillets-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fish-fillets-0.8.1.ebuild 14 Feb 2009 17:49:06 -0000 1.2
+++ fish-fillets-0.8.1.ebuild 3 Mar 2009 03:56:55 -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.8.1.ebuild,v 1.2 2009/02/14 17:49:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v 1.3 2009/03/03 03:56:55 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -29,7 +29,9 @@
S=${WORKDIR}/fillets-ng-${PV}
src_prepare() {
- epatch "${FILESDIR}/${P}-gcc43.patch"
+ epatch \
+ "${FILESDIR}/${P}-gcc43.patch" \
+ "${FILESDIR}/${P}-fribidi.patch"
#.mod was renamed to .fmod in lua 5.1.3 - bug #223271
sed -i \
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.8.1.ebuild
@ 2009-04-03 2:20 Joseph Jezak (josejx)
0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2009-04-03 2:20 UTC (permalink / raw
To: gentoo-commits
josejx 09/04/03 02:20:21
Modified: ChangeLog fish-fillets-0.8.1.ebuild
Log:
Marked ppc stable for bug #264696.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.37 games-puzzle/fish-fillets/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 3 Mar 2009 03:56:54 -0000 1.36
+++ ChangeLog 3 Apr 2009 02:20:21 -0000 1.37
@@ -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.36 2009/03/03 03:56:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.37 2009/04/03 02:20:21 josejx Exp $
+
+ 03 Apr 2009; Joseph Jezak <josejx@gentoo.org> fish-fillets-0.8.1.ebuild:
+ Marked ppc stable for bug #264696.
03 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+files/fish-fillets-0.8.1-fribidi.patch, fish-fillets-0.8.1.ebuild:
1.4 games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?r1=1.3&r2=1.4
Index: fish-fillets-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fish-fillets-0.8.1.ebuild 3 Mar 2009 03:56:55 -0000 1.3
+++ fish-fillets-0.8.1.ebuild 3 Apr 2009 02:20:21 -0000 1.4
@@ -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.8.1.ebuild,v 1.3 2009/03/03 03:56:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v 1.4 2009/04/03 02:20:21 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.8.1.ebuild
@ 2009-04-06 20:47 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-04-06 20:47 UTC (permalink / raw
To: gentoo-commits
maekke 09/04/06 20:47:01
Modified: ChangeLog fish-fillets-0.8.1.ebuild
Log:
amd64/x86 stable, bug #264696
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.38 games-puzzle/fish-fillets/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 3 Apr 2009 02:20:21 -0000 1.37
+++ ChangeLog 6 Apr 2009 20:47:01 -0000 1.38
@@ -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.37 2009/04/03 02:20:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.38 2009/04/06 20:47:01 maekke Exp $
+
+ 06 Apr 2009; Markus Meier <maekke@gentoo.org> fish-fillets-0.8.1.ebuild:
+ amd64/x86 stable, bug #264696
03 Apr 2009; Joseph Jezak <josejx@gentoo.org> fish-fillets-0.8.1.ebuild:
Marked ppc stable for bug #264696.
1.5 games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild?r1=1.4&r2=1.5
Index: fish-fillets-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fish-fillets-0.8.1.ebuild 3 Apr 2009 02:20:21 -0000 1.4
+++ fish-fillets-0.8.1.ebuild 6 Apr 2009 20:47:01 -0000 1.5
@@ -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.8.1.ebuild,v 1.4 2009/04/03 02:20:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v 1.5 2009/04/06 20:47:01 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-04-06 20:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 17:49 [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-0.8.1.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-04-06 20:47 Markus Meier (maekke)
2009-04-03 2:20 Joseph Jezak (josejx)
2009-03-03 3:56 Michael Sterrett (mr_bones_)
2009-02-13 19:04 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox