public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
@ 2013-03-23 21:23 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-03-23 21:23 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/03/23 21:23:51

  Modified:             beathazardultra-20130308.ebuild ChangeLog
  Log:
  use unpack_zip from unpacker.eclass
  
  (Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  games-action/beathazardultra/beathazardultra-20130308.ebuild

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

Index: beathazardultra-20130308.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- beathazardultra-20130308.ebuild	22 Mar 2013 21:30:23 -0000	1.2
+++ beathazardultra-20130308.ebuild	23 Mar 2013 21:23:50 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.2 2013/03/22 21:30:23 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.3 2013/03/23 21:23:50 hasufell Exp $
 
 # TODO: unbundle allegro on amd64 when multilib support
 
 EAPI=5
 
-inherit eutils games
+inherit eutils unpacker games
 
 DESCRIPTION="Intense music-driven arcade shooter powered by your music"
 HOMEPAGE="http://www.coldbeamgames.com/"
@@ -53,9 +53,7 @@
 }
 
 src_unpack() {
-	# self unpacking zip archive; unzip warns about the exe stuff
-	unzip -q "${DISTDIR}"/${A}
-	[[ $? -gt 1 ]] && die "unpacking failed"
+	unpack_zip ${A}
 }
 
 src_prepare() {



1.2                  games-action/beathazardultra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Mar 2013 21:53:04 -0000	1.1
+++ ChangeLog	23 Mar 2013 21:23:51 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/beathazardultra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.1 2013/03/21 21:53:04 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.2 2013/03/23 21:23:51 hasufell Exp $
+
+  23 Mar 2013; Julian Ospald <hasufell@gentoo.org>
+  beathazardultra-20130308.ebuild:
+  use unpack_zip from unpacker.eclass
 
 *beathazardultra-20130308 (21 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in games-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
@ 2013-05-09 14:11 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-05-09 14:11 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/05/09 14:11:01

  Modified:             beathazardultra-20130308.ebuild ChangeLog
  Log:
  restrict splitdebug
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.4                  games-action/beathazardultra/beathazardultra-20130308.ebuild

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

Index: beathazardultra-20130308.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- beathazardultra-20130308.ebuild	23 Mar 2013 21:23:50 -0000	1.3
+++ beathazardultra-20130308.ebuild	9 May 2013 14:11:01 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.3 2013/03/23 21:23:50 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.4 2013/05/09 14:11:01 hasufell Exp $
 
 # TODO: unbundle allegro on amd64 when multilib support
 
@@ -16,7 +16,7 @@
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="bundled-libs"
-RESTRICT="bindist fetch"
+RESTRICT="bindist fetch splitdebug"
 
 MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
 QA_PREBUILT="${MYGAMEDIR#/}/BeatHazard_Linux2



1.3                  games-action/beathazardultra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	23 Mar 2013 21:23:51 -0000	1.2
+++ ChangeLog	9 May 2013 14:11:01 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/beathazardultra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.2 2013/03/23 21:23:51 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.3 2013/05/09 14:11:01 hasufell Exp $
+
+  09 May 2013; Julian Ospald <hasufell@gentoo.org>
+  beathazardultra-20130308.ebuild:
+  restrict splitdebug
 
   23 Mar 2013; Julian Ospald <hasufell@gentoo.org>
   beathazardultra-20130308.ebuild:
@@ -11,4 +15,3 @@
   21 Mar 2013; Julian Ospald <hasufell@gentoo.org>
   +beathazardultra-20130308.ebuild, +metadata.xml:
   initial import
-





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

* [gentoo-commits] gentoo-x86 commit in games-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
@ 2013-08-18  0:48 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-08-18  0:48 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/08/18 00:48:51

  Modified:             beathazardultra-20130308.ebuild ChangeLog
  Log:
  fix deps, revert allegro unbundle to fix x86 build, stable for amd64, x86 wrt #480812
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.5                  games-action/beathazardultra/beathazardultra-20130308.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?r1=1.4&r2=1.5

Index: beathazardultra-20130308.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- beathazardultra-20130308.ebuild	9 May 2013 14:11:01 -0000	1.4
+++ beathazardultra-20130308.ebuild	18 Aug 2013 00:48:51 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.4 2013/05/09 14:11:01 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.5 2013/08/18 00:48:51 hasufell Exp $
 
-# TODO: unbundle allegro on amd64 when multilib support
+# TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="bundled-libs"
 RESTRICT="bindist fetch splitdebug"
 
@@ -31,15 +31,14 @@
 		app-emulation/emul-linux-x86-xlibs
 	)
 	x86? (
+		x11-libs/gtk+:2
 		x11-libs/libX11
 		x11-libs/libXcursor
 		x11-libs/libXinerama
 		x11-libs/libXrandr
 		!bundled-libs? (
-			media-libs/allegro:5
 			media-libs/libpng:1.2
 			virtual/jpeg
-			x11-libs/gtk+:2
 		)
 	)"
 
@@ -59,7 +58,6 @@
 src_prepare() {
 	if ! use bundled-libs ; then
 		einfo "Removing bundled libs..."
-		use x86 && { rm -v all/hge_lib/liballegro* || die ; }
 		rm -v all/hge_lib/libjpeg.so* all/hge_lib/libpng12.so*
 	fi
 }



1.4                  games-action/beathazardultra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 May 2013 14:11:01 -0000	1.3
+++ ChangeLog	18 Aug 2013 00:48:51 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/beathazardultra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.3 2013/05/09 14:11:01 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.4 2013/08/18 00:48:51 hasufell Exp $
+
+  18 Aug 2013; Julian Ospald <hasufell@gentoo.org>
+  beathazardultra-20130308.ebuild:
+  fix deps, revert allegro unbundle to fix x86 build, stable for amd64, x86 wrt
+  #480812
 
   09 May 2013; Julian Ospald <hasufell@gentoo.org>
   beathazardultra-20130308.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
@ 2014-06-25 12:53 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-25 12:53 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/25 12:53:54

  Modified:             beathazardultra-20130308.ebuild ChangeLog
  Log:
  Support multilib dependencies aside to emul-linux-x86.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  games-action/beathazardultra/beathazardultra-20130308.ebuild

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

Index: beathazardultra-20130308.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- beathazardultra-20130308.ebuild	18 Aug 2013 00:48:51 -0000	1.5
+++ beathazardultra-20130308.ebuild	25 Jun 2014 12:53:53 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.5 2013/08/18 00:48:51 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.6 2014/06/25 12:53:53 mgorny Exp $
 
 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
 
@@ -26,9 +26,32 @@
 RDEPEND="
 	virtual/opengl
 	amd64? (
-		app-emulation/emul-linux-x86-baselibs
-		app-emulation/emul-linux-x86-gtklibs
-		app-emulation/emul-linux-x86-xlibs
+		!bundled-libs? (
+			|| (
+				app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+				(
+					media-libs/libpng:1.2[abi_x86_32(-)]
+					virtual/jpeg[abi_x86_32(-)]
+				)
+			)
+		)
+		|| (
+			app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
+			x11-libs/gtk+:2[abi_x86_32(-)]
+		)
+		|| (
+			app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
+			virtual/opengl[abi_x86_32(-)]
+		)
+		|| (
+			app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+			(
+				x11-libs/libX11[abi_x86_32(-)]
+				x11-libs/libXcursor[abi_x86_32(-)]
+				x11-libs/libXinerama[abi_x86_32(-)]
+				x11-libs/libXrandr[abi_x86_32(-)]
+			)
+		)
 	)
 	x86? (
 		x11-libs/gtk+:2



1.5                  games-action/beathazardultra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	18 Aug 2013 00:48:51 -0000	1.4
+++ ChangeLog	25 Jun 2014 12:53:53 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/beathazardultra
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.4 2013/08/18 00:48:51 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.5 2014/06/25 12:53:53 mgorny Exp $
+
+  25 Jun 2014; Michał Górny <mgorny@gentoo.org> beathazardultra-20130308.ebuild:
+  Support multilib dependencies aside to emul-linux-x86.
 
   18 Aug 2013; Julian Ospald <hasufell@gentoo.org>
   beathazardultra-20130308.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
@ 2014-06-25 13:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-25 13:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/25 13:46:14

  Modified:             beathazardultra-20130308.ebuild ChangeLog
  Log:
  Update multilib dependencies to use the lowest known EAPI 5 or multilib versions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.7                  games-action/beathazardultra/beathazardultra-20130308.ebuild

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

Index: beathazardultra-20130308.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- beathazardultra-20130308.ebuild	25 Jun 2014 12:53:53 -0000	1.6
+++ beathazardultra-20130308.ebuild	25 Jun 2014 13:46:14 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.6 2014/06/25 12:53:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.7 2014/06/25 13:46:14 mgorny Exp $
 
 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
 
@@ -30,26 +30,26 @@
 			|| (
 				app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
 				(
-					media-libs/libpng:1.2[abi_x86_32(-)]
-					virtual/jpeg[abi_x86_32(-)]
+					>=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
+					>=virtual/jpeg-0-r2[abi_x86_32(-)]
 				)
 			)
 		)
 		|| (
 			app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
-			x11-libs/gtk+:2[abi_x86_32(-)]
+			>=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
 		)
 		|| (
 			app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-			virtual/opengl[abi_x86_32(-)]
+			>=virtual/opengl-7.0-r1[abi_x86_32(-)]
 		)
 		|| (
 			app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
 			(
-				x11-libs/libX11[abi_x86_32(-)]
-				x11-libs/libXcursor[abi_x86_32(-)]
-				x11-libs/libXinerama[abi_x86_32(-)]
-				x11-libs/libXrandr[abi_x86_32(-)]
+				>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+				>=x11-libs/libXcursor-1.1.14[abi_x86_32(-)]
+				>=x11-libs/libXinerama-1.1.3[abi_x86_32(-)]
+				>=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
 			)
 		)
 	)



1.6                  games-action/beathazardultra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	25 Jun 2014 12:53:53 -0000	1.5
+++ ChangeLog	25 Jun 2014 13:46:14 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/beathazardultra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.5 2014/06/25 12:53:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.6 2014/06/25 13:46:14 mgorny Exp $
+
+  25 Jun 2014; Michał Górny <mgorny@gentoo.org> beathazardultra-20130308.ebuild:
+  Update multilib dependencies to use the lowest known EAPI 5 or multilib
+  versions.
 
   25 Jun 2014; Michał Górny <mgorny@gentoo.org> beathazardultra-20130308.ebuild:
   Support multilib dependencies aside to emul-linux-x86.





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

* [gentoo-commits] gentoo-x86 commit in games-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
@ 2015-06-01 22:05 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-06-01 22:05 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/06/01 22:05:45

  Modified:             beathazardultra-20130308.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  games-action/beathazardultra/beathazardultra-20130308.ebuild

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

Index: beathazardultra-20130308.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- beathazardultra-20130308.ebuild	25 Jun 2014 13:46:14 -0000	1.7
+++ beathazardultra-20130308.ebuild	1 Jun 2015 22:05:45 -0000	1.8
@@ -1,11 +1,10 @@
-# 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-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.7 2014/06/25 13:46:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.8 2015/06/01 22:05:45 mr_bones_ Exp $
 
 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
 
 EAPI=5
-
 inherit eutils unpacker games
 
 DESCRIPTION="Intense music-driven arcade shooter powered by your music"
@@ -27,31 +26,15 @@
 	virtual/opengl
 	amd64? (
 		!bundled-libs? (
-			|| (
-				app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-				(
-					>=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
-					>=virtual/jpeg-0-r2[abi_x86_32(-)]
-				)
-			)
-		)
-		|| (
-			app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
-			>=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
-		)
-		|| (
-			app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-			>=virtual/opengl-7.0-r1[abi_x86_32(-)]
-		)
-		|| (
-			app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-			(
-				>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
-				>=x11-libs/libXcursor-1.1.14[abi_x86_32(-)]
-				>=x11-libs/libXinerama-1.1.3[abi_x86_32(-)]
-				>=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
-			)
+			>=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
+			>=virtual/jpeg-0-r2[abi_x86_32(-)]
 		)
+		>=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
+		>=virtual/opengl-7.0-r1[abi_x86_32(-)]
+		>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+		>=x11-libs/libXcursor-1.1.14[abi_x86_32(-)]
+		>=x11-libs/libXinerama-1.1.3[abi_x86_32(-)]
+		>=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
 	)
 	x86? (
 		x11-libs/gtk+:2
@@ -81,7 +64,7 @@
 src_prepare() {
 	if ! use bundled-libs ; then
 		einfo "Removing bundled libs..."
-		rm -v all/hge_lib/libjpeg.so* all/hge_lib/libpng12.so*
+		rm -v all/hge_lib/libjpeg.so* all/hge_lib/libpng12.so* || die
 	fi
 }
 



1.8                  games-action/beathazardultra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	25 Nov 2014 23:03:06 -0000	1.7
+++ ChangeLog	1 Jun 2015 22:05:45 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/beathazardultra
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.7 2014/11/25 23:03:06 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.8 2015/06/01 22:05:45 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  beathazardultra-20130308.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
   drop maintainership





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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18  0:48 [gentoo-commits] gentoo-x86 commit in games-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-01 22:05 Michael Sterrett (mr_bones_)
2014-06-25 13:46 Michal Gorny (mgorny)
2014-06-25 12:53 Michal Gorny (mgorny)
2013-05-09 14:11 Julian Ospald (hasufell)
2013-03-23 21:23 Julian Ospald (hasufell)

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