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.1.ebuild
@ 2011-09-09 20:29 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-09-09 20:29 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/09/09 20:29:14

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	4 Mar 2011 13:03:11 -0000	1.51
+++ ChangeLog	9 Sep 2011 20:29:14 -0000	1.52
@@ -1,6 +1,12 @@
 # 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.51 2011/03/04 13:03:11 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.52 2011/09/09 20:29:14 mr_bones_ Exp $
+
+*fish-fillets-1.0.1 (09 Sep 2011)
+
+  09 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +fish-fillets-1.0.1.ebuild:
+  version bump
 
   04 Mar 2011; Brent Baude <ranger@gentoo.org> fish-fillets-1.0.0.ebuild:
   stable ppc, bug 354527



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

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

Index: fish-fillets-1.0.1.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.1.ebuild,v 1.1 2011/09/09 20:29:14 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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.1.ebuild
@ 2011-10-12 10:11 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-10-12 10:11 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/10/12 10:11:06

  Modified:             ChangeLog fish-fillets-1.0.1.ebuild
  Log:
  Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #386585.
  
  (Portage version: 2.1.10.27/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	9 Sep 2011 20:29:14 -0000	1.52
+++ ChangeLog	12 Oct 2011 10:11:06 -0000	1.53
@@ -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.52 2011/09/09 20:29:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.53 2011/10/12 10:11:06 chainsaw Exp $
+
+  12 Oct 2011; Tony Vroon <chainsaw@gentoo.org> fish-fillets-1.0.1.ebuild:
+  Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &
+  Agostino "ago" Sarubbo in bug #386585.
 
 *fish-fillets-1.0.1 (09 Sep 2011)
 



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.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.1.ebuild?r1=1.1&r2=1.2

Index: fish-fillets-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fish-fillets-1.0.1.ebuild	9 Sep 2011 20:29:14 -0000	1.1
+++ fish-fillets-1.0.1.ebuild	12 Oct 2011 10:11:06 -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.1.ebuild,v 1.1 2011/09/09 20:29:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.2 2011/10/12 10:11:06 chainsaw 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] 6+ messages in thread

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

phajdan.jr    11/10/13 21:39:14

  Modified:             ChangeLog fish-fillets-1.0.1.ebuild
  Log:
  x86 stable wrt bug #386585
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	12 Oct 2011 10:11:06 -0000	1.53
+++ ChangeLog	13 Oct 2011 21:39:14 -0000	1.54
@@ -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.53 2011/10/12 10:11:06 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.54 2011/10/13 21:39:14 phajdan.jr Exp $
+
+  13 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  fish-fillets-1.0.1.ebuild:
+  x86 stable wrt bug #386585
 
   12 Oct 2011; Tony Vroon <chainsaw@gentoo.org> fish-fillets-1.0.1.ebuild:
   Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.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.1.ebuild?r1=1.2&r2=1.3

Index: fish-fillets-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fish-fillets-1.0.1.ebuild	12 Oct 2011 10:11:06 -0000	1.2
+++ fish-fillets-1.0.1.ebuild	13 Oct 2011 21:39:14 -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.1.ebuild,v 1.2 2011/10/12 10:11:06 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.3 2011/10/13 21:39:14 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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.1.ebuild
@ 2012-01-10 20:30 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-01-10 20:30 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/10 20:30:34

  Modified:             ChangeLog fish-fillets-1.0.1.ebuild
  Log:
  Marking fish-fillets-1.0.1 ppc for bug 386585
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	13 Oct 2011 21:39:14 -0000	1.54
+++ ChangeLog	10 Jan 2012 20:30:34 -0000	1.55
@@ -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.54 2011/10/13 21:39:14 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.55 2012/01/10 20:30:34 ranger Exp $
+
+  10 Jan 2012; Brent Baude <ranger@gentoo.org> fish-fillets-1.0.1.ebuild:
+  Marking fish-fillets-1.0.1 ppc for bug 386585
 
   13 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   fish-fillets-1.0.1.ebuild:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.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.1.ebuild?r1=1.3&r2=1.4

Index: fish-fillets-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fish-fillets-1.0.1.ebuild	13 Oct 2011 21:39:14 -0000	1.3
+++ fish-fillets-1.0.1.ebuild	10 Jan 2012 20:30:34 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.1.ebuild,v 1.3 2011/10/13 21:39:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.4 2012/01/10 20:30:34 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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.1.ebuild
@ 2014-05-15 16:51 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:51 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:51:17

  Modified:             ChangeLog fish-fillets-1.0.1.ebuild
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	22 Jan 2013 20:09:43 -0000	1.57
+++ ChangeLog	15 May 2014 16:51:17 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/fish-fillets
-# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.58 2014/05/15 16:51:17 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> fish-fillets-1.0.1.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
   -fish-fillets-1.0.0.ebuild:



1.6                  games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild

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

Index: fish-fillets-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fish-fillets-1.0.1.ebuild	4 May 2012 04:45:27 -0000	1.5
+++ fish-fillets-1.0.1.ebuild	15 May 2014 16:51:17 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.1.ebuild,v 1.5 2012/05/04 04:45:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.6 2014/05/15 16:51:17 ulm Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -16,7 +16,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND=">=media-libs/libsdl-1.2[audio,video]
+RDEPEND=">=media-libs/libsdl-1.2[sound,video]
 	>=media-libs/sdl-mixer-1.2.5[vorbis]
 	>=media-libs/sdl-image-1.2.2[png]
 	media-libs/smpeg





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.1.ebuild
@ 2015-02-18 21:54 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-02-18 21:54 UTC (permalink / raw
  To: gentoo-commits

tupone      15/02/18 21:54:23

  Modified:             ChangeLog fish-fillets-1.0.1.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	15 May 2014 16:51:17 -0000	1.58
+++ ChangeLog	18 Feb 2015 21:54:23 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/fish-fillets
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.58 2014/05/15 16:51:17 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.59 2015/02/18 21:54:23 tupone Exp $
+
+  18 Feb 2015; Tupone Alfredo <tupone@gentoo.org> fish-fillets-1.0.1.ebuild:
+  EAPI 5
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> fish-fillets-1.0.1.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.7                  games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild

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

Index: fish-fillets-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fish-fillets-1.0.1.ebuild	15 May 2014 16:51:17 -0000	1.6
+++ fish-fillets-1.0.1.ebuild	18 Feb 2015 21:54:23 -0000	1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.1.ebuild,v 1.6 2014/05/15 16:51:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.7 2015/02/18 21:54:23 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit autotools eutils games
 
 DATA_PV="1.0.0"
@@ -41,17 +41,15 @@
 
 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
+	default
 	insinto "${GAMES_DATADIR}/${PN}"
 	cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die
 	rm -f COPYING
-	doins -r * || die "doins failed"
+	doins -r *
 	newicon images/icon.png ${PN}.png
 	make_desktop_entry fillets "Fish Fillets NG"
 	prepgamesdirs





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

end of thread, other threads:[~2015-02-18 21:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 16:51 [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: ChangeLog fish-fillets-1.0.1.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-18 21:54 Alfredo Tupone (tupone)
2012-01-10 20:30 Brent Baude (ranger)
2011-10-13 21:39 PaweA Hajdan (phajdan.jr)
2011-10-12 10:11 Tony Vroon (chainsaw)
2011-09-09 20:29 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