public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild
@ 2009-01-19 20:20 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-19 20:20 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/19 20:20:23

  Modified:             ChangeLog tomatoes-1.55-r2.ebuild
  Log:
  EAPI=2; add use-based dep; build cpp files with the c++ compiler
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)

Revision  Changes    Path
1.16                 games-arcade/tomatoes/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 May 2008 15:53:35 -0000	1.15
+++ ChangeLog	19 Jan 2009 20:20:23 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.15 2008/05/01 15:53:35 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.16 2009/01/19 20:20:23 mr_bones_ Exp $
+
+  19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  tomatoes-1.55-r2.ebuild:
+  EAPI=2; add use-based dep; build cpp files with the c++ compiler
 
   01 May 2008; Tristan Heaven <nyhm@gentoo.org>
   +files/tomatoes-1.55-gcc43.patch, tomatoes-1.55-r2.ebuild:



1.6                  games-arcade/tomatoes/tomatoes-1.55-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?r1=1.5&r2=1.6

Index: tomatoes-1.55-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tomatoes-1.55-r2.ebuild	1 May 2008 15:53:35 -0000	1.5
+++ tomatoes-1.55-r2.ebuild	19 Jan 2009 20:20:23 -0000	1.6
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.5 2008/05/01 15:53:35 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.6 2009/01/19 20:20:23 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DATA_PV=1.5
@@ -19,27 +20,17 @@
 	virtual/glu
 	media-libs/libsdl
 	media-libs/sdl-image
-	media-libs/sdl-mixer"
+	media-libs/sdl-mixer[mikmod]"
 
-pkg_setup() {
-	if ! built_with_use media-libs/sdl-mixer mikmod ; then
-		eerror "Tomatoes doesn't work properly if sdl-mixer"
-		eerror "is built with USE=-mikmod"
-		die "Please emerge sdl-mixer with USE=mikmod"
-	fi
-	games_pkg_setup
-}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	mv ../tomatoes-1.5/* . || die "mv failed"
 	mv icon.png ${PN}.png
 
 	sed -i \
 		-e '/^CC/d' \
 		-e '/^MARCH/d' \
-		-e "/^CFLAGS/s/=.*$/= ${CFLAGS} \$(SDL_FLAGS)/" \
+		-e "/(CFLAGS)/s/CC/CXX/" \
+		-e "/^CFLAGS/s/=.*$/= ${CXXFLAGS} \$(SDL_FLAGS)/" \
 		-e "/^LDFLAGS/s/-s$/${LDFLAGS}/" \
 		-e "/^MPKDIR = /s:./:${GAMES_DATADIR}/${PN}/:" \
 		-e "/^MUSICDIR = /s:./music/:${GAMES_DATADIR}/${PN}/music/:" \






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild
@ 2010-08-20 16:27 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-08-20 16:27 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/08/20 16:27:02

  Modified:             ChangeLog tomatoes-1.55-r2.ebuild
  Log:
  add more use deps (bug #333631)
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.17                 games-arcade/tomatoes/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Jan 2009 20:20:23 -0000	1.16
+++ ChangeLog	20 Aug 2010 16:27:02 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.16 2009/01/19 20:20:23 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.17 2010/08/20 16:27:02 mr_bones_ Exp $
+
+  20 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  tomatoes-1.55-r2.ebuild:
+  add more use deps (bug #333631)
 
   19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
   tomatoes-1.55-r2.ebuild:



1.7                  games-arcade/tomatoes/tomatoes-1.55-r2.ebuild

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

Index: tomatoes-1.55-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tomatoes-1.55-r2.ebuild	19 Jan 2009 20:20:23 -0000	1.6
+++ tomatoes-1.55-r2.ebuild	20 Aug 2010 16:27:02 -0000	1.7
@@ -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-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.6 2009/01/19 20:20:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.7 2010/08/20 16:27:02 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -18,8 +18,8 @@
 
 DEPEND="virtual/opengl
 	virtual/glu
-	media-libs/libsdl
-	media-libs/sdl-image
+	media-libs/libsdl[audio,video]
+	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-mixer[mikmod]"
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild
@ 2011-06-18 15:41 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-06-18 15:41 UTC (permalink / raw
  To: gentoo-commits

tupone      11/06/18 15:41:59

  Modified:             ChangeLog tomatoes-1.55-r2.ebuild
  Log:
  Fix underlink. Bug #369113
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 games-arcade/tomatoes/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	20 Aug 2010 16:27:02 -0000	1.17
+++ ChangeLog	18 Jun 2011 15:41:59 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.17 2010/08/20 16:27:02 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.18 2011/06/18 15:41:59 tupone Exp $
+
+  18 Jun 2011; Tupone Alfredo <tupone@gentoo.org> tomatoes-1.55-r2.ebuild,
+  +files/tomatoes-1.55-underlink.patch:
+  Fix underlink. Bug #369113 by Diego Elio Pettenò
 
   20 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org>
   tomatoes-1.55-r2.ebuild:



1.8                  games-arcade/tomatoes/tomatoes-1.55-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?r1=1.7&r2=1.8

Index: tomatoes-1.55-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tomatoes-1.55-r2.ebuild	20 Aug 2010 16:27:02 -0000	1.7
+++ tomatoes-1.55-r2.ebuild	18 Jun 2011 15:41:59 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.7 2010/08/20 16:27:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.8 2011/06/18 15:41:59 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -26,12 +26,12 @@
 	mv ../tomatoes-1.5/* . || die "mv failed"
 	mv icon.png ${PN}.png
 
+	epatch \
+		"${FILESDIR}"/${P}-c_str.patch \
+		"${FILESDIR}"/${P}-underlink.patch \
+		"${FILESDIR}"/${P}-gcc43.patch
+
 	sed -i \
-		-e '/^CC/d' \
-		-e '/^MARCH/d' \
-		-e "/(CFLAGS)/s/CC/CXX/" \
-		-e "/^CFLAGS/s/=.*$/= ${CXXFLAGS} \$(SDL_FLAGS)/" \
-		-e "/^LDFLAGS/s/-s$/${LDFLAGS}/" \
 		-e "/^MPKDIR = /s:./:${GAMES_DATADIR}/${PN}/:" \
 		-e "/^MUSICDIR = /s:./music/:${GAMES_DATADIR}/${PN}/music/:" \
 		-e "/^HISCOREDIR = /s:./:${GAMES_STATEDIR}/${PN}/:" \
@@ -39,10 +39,6 @@
 		-e "/^OVERRIDEDIR = /s:./data/:${GAMES_DATADIR}/${PN}/data/:" \
 		makefile \
 		|| die "sed failed"
-
-	epatch \
-		"${FILESDIR}"/${P}-c_str.patch \
-		"${FILESDIR}"/${P}-gcc43.patch
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild
@ 2014-05-15 16:33 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:33 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:33:42

  Modified:             ChangeLog tomatoes-1.55-r2.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.20                 games-arcade/tomatoes/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	20 Oct 2012 19:14:10 -0000	1.19
+++ ChangeLog	15 May 2014 16:33:42 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.19 2012/10/20 19:14:10 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.20 2014/05/15 16:33:42 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> tomatoes-1.55-r2.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   20 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> tomatoes-1.55-r2.ebuild:
   any mod support will do



1.10                 games-arcade/tomatoes/tomatoes-1.55-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?r1=1.9&r2=1.10

Index: tomatoes-1.55-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tomatoes-1.55-r2.ebuild	20 Oct 2012 19:14:10 -0000	1.9
+++ tomatoes-1.55-r2.ebuild	15 May 2014 16:33:42 -0000	1.10
@@ -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-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.9 2012/10/20 19:14:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.10 2014/05/15 16:33:42 ulm Exp $
 
 EAPI=2
 inherit eutils games
@@ -18,7 +18,7 @@
 
 DEPEND="virtual/opengl
 	virtual/glu
-	media-libs/libsdl[audio,video]
+	media-libs/libsdl[sound,video]
 	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-mixer[mod]"
 





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild
@ 2015-01-05 19:20 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-01-05 19:20 UTC (permalink / raw
  To: gentoo-commits

tupone      15/01/05 19:20:01

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

Revision  Changes    Path
1.21                 games-arcade/tomatoes/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	15 May 2014 16:33:42 -0000	1.20
+++ ChangeLog	5 Jan 2015 19:20:01 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.20 2014/05/15 16:33:42 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.21 2015/01/05 19:20:01 tupone Exp $
+
+  05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> tomatoes-1.55-r2.ebuild:
+  EAPI 5
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> tomatoes-1.55-r2.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.11                 games-arcade/tomatoes/tomatoes-1.55-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?r1=1.10&r2=1.11

Index: tomatoes-1.55-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tomatoes-1.55-r2.ebuild	15 May 2014 16:33:42 -0000	1.10
+++ tomatoes-1.55-r2.ebuild	5 Jan 2015 19:20:01 -0000	1.11
@@ -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-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.10 2014/05/15 16:33:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.11 2015/01/05 19:20:01 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DATA_PV=1.5
@@ -21,6 +21,7 @@
 	media-libs/libsdl[sound,video]
 	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-mixer[mod]"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	mv ../tomatoes-1.5/* . || die "mv failed"
@@ -42,11 +43,11 @@
 }
 
 src_install() {
-	dogamesbin tomatoes || die "dogamesbin failed"
+	dogamesbin tomatoes
 	dodoc README README-src
 
 	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r tomatoes.mpk music || die "doins data failed"
+	doins -r tomatoes.mpk music
 
 	doicon ${PN}.png
 	make_desktop_entry tomatoes "I Have No Tomatoes"
@@ -56,7 +57,7 @@
 	fperms 660 "${GAMES_STATEDIR}"/${PN}/hiscore.lst
 
 	insinto "${GAMES_SYSCONFDIR}"/${PN}
-	doins config.cfg || die "doins config.cfg failed"
+	doins config.cfg
 
 	prepgamesdirs
 }





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

end of thread, other threads:[~2015-01-05 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 16:33 [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-05 19:20 Alfredo Tupone (tupone)
2011-06-18 15:41 Alfredo Tupone (tupone)
2010-08-20 16:27 Michael Sterrett (mr_bones_)
2009-01-19 20:20 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