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-1.0.0.ebuild
@ 2011-01-10 22:02 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-01-10 22:02 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/01/10 22:02:54

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

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	25 May 2010 18:44:27 -0000	1.47
+++ ChangeLog	10 Jan 2011 22:02:54 -0000	1.48
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/fish-fillets
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.47 2010/05/25 18:44:27 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.48 2011/01/10 22:02:54 mr_bones_ Exp $
+
+*fish-fillets-1.0.0 (10 Jan 2011)
+
+  10 Jan 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +fish-fillets-1.0.0.ebuild:
+  version bump
 
   25 May 2010; Joseph Jezak <josejx@gentoo.org> fish-fillets-0.9.3.ebuild:
   Marked ppc stable for bug #315481.



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

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

Index: fish-fillets-1.0.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.1 2011/01/10 22:02:54 mr_bones_ Exp $

EAPI=2
inherit autotools eutils games

DATA_PV="1.0.0"
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[audio,video]
	>=media-libs/sdl-mixer-1.2.5[vorbis]
	>=media-libs/sdl-image-1.2.2[png]
	media-libs/smpeg
	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() {
	#.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 ${PN}.png
	make_desktop_entry fillets "Fish Fillets NG"
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.0.ebuild
@ 2011-02-12 21:17 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-12 21:17 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/12 21:17:33

  Modified:             ChangeLog fish-fillets-1.0.0.ebuild
  Log:
  Stable on amd64 wrt bug #354527
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	10 Jan 2011 22:02:54 -0000	1.48
+++ ChangeLog	12 Feb 2011 21:17:33 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/fish-fillets
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.48 2011/01/10 22:02:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.49 2011/02/12 21:17:33 hwoarang Exp $
+
+  12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> fish-fillets-1.0.0.ebuild:
+  Stable on amd64 wrt bug #354527
 
 *fish-fillets-1.0.0 (10 Jan 2011)
 



1.2                  games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild?r1=1.1&r2=1.2

Index: fish-fillets-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fish-fillets-1.0.0.ebuild	10 Jan 2011 22:02:54 -0000	1.1
+++ fish-fillets-1.0.0.ebuild	12 Feb 2011 21:17:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.1 2011/01/10 22:02:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.2 2011/02/12 21:17:33 hwoarang 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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.0.ebuild
@ 2011-02-14 18:21 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-14 18:21 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/14 18:21:26

  Modified:             ChangeLog fish-fillets-1.0.0.ebuild
  Log:
  x86 stable wrt bug #354527
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	12 Feb 2011 21:17:33 -0000	1.49
+++ ChangeLog	14 Feb 2011 18:21:25 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/fish-fillets
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.49 2011/02/12 21:17:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.50 2011/02/14 18:21:25 phajdan.jr Exp $
+
+  14 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  fish-fillets-1.0.0.ebuild:
+  x86 stable wrt bug #354527
 
   12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> fish-fillets-1.0.0.ebuild:
   Stable on amd64 wrt bug #354527



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

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

Index: fish-fillets-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fish-fillets-1.0.0.ebuild	12 Feb 2011 21:17:33 -0000	1.2
+++ fish-fillets-1.0.0.ebuild	14 Feb 2011 18:21:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.2 2011/02/12 21:17:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.3 2011/02/14 18:21:25 phajdan.jr 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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.0.ebuild
@ 2011-03-04 13:03 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-03-04 13:03 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/04 13:03:11

  Modified:             ChangeLog fish-fillets-1.0.0.ebuild
  Log:
  stable ppc, bug 354527
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	14 Feb 2011 18:21:25 -0000	1.50
+++ ChangeLog	4 Mar 2011 13:03:11 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/fish-fillets
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.50 2011/02/14 18:21:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.51 2011/03/04 13:03:11 ranger Exp $
+
+  04 Mar 2011; Brent Baude <ranger@gentoo.org> fish-fillets-1.0.0.ebuild:
+  stable ppc, bug 354527
 
   14 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   fish-fillets-1.0.0.ebuild:



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

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

Index: fish-fillets-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fish-fillets-1.0.0.ebuild	14 Feb 2011 18:21:25 -0000	1.3
+++ fish-fillets-1.0.0.ebuild	4 Mar 2011 13:03:11 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.3 2011/02/14 18:21:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.4 2011/03/04 13:03:11 ranger 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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.0.ebuild
@ 2013-01-22 20:09 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-22 20:09 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/22 20:09:43

  Modified:             ChangeLog
  Removed:              fish-fillets-1.0.0.ebuild
  Log:
  old
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	4 May 2012 04:45:27 -0000	1.56
+++ ChangeLog	22 Jan 2013 20:09:43 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/fish-fillets
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.56 2012/05/04 04:45:27 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.57 2013/01/22 20:09:43 mr_bones_ Exp $
+
+  22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  -fish-fillets-1.0.0.ebuild:
+  old
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> fish-fillets-1.0.0.ebuild,
   fish-fillets-1.0.1.ebuild:
@@ -250,4 +254,3 @@
   12 May 2004; Michael Sterrett <mr_bones_@gentoo.org>
   fish-fillets-0.3.0.ebuild, metadata.xml:
   initial commit (bug #47426)
-





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

end of thread, other threads:[~2013-01-22 20:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 21:17 [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.0.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-22 20:09 Michael Sterrett (mr_bones_)
2011-03-04 13:03 Brent Baude (ranger)
2011-02-14 18:21 PaweA Hajdan (phajdan.jr)
2011-01-10 22:02 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