public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/mutantstorm-demo: ChangeLog mutantstorm-demo-1.33.ebuild
@ 2011-12-14 17:13 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-14 17:13 UTC (permalink / raw
  To: gentoo-commits

vapier      11/12/14 17:13:11

  Modified:             ChangeLog mutantstorm-demo-1.33.ebuild
  Log:
  The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 games-action/mutantstorm-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Dec 2006 20:19:01 -0000	1.11
+++ ChangeLog	14 Dec 2011 17:13:11 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/mutantstorm-demo
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.11 2006/12/01 20:19:01 wolf31o2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.12 2011/12/14 17:13:11 vapier Exp $
+
+  14 Dec 2011; Mike Frysinger <vapier@gentoo.org> mutantstorm-demo-1.33.ebuild:
+  The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
+  has ACCEPT_LICENSE), so drop it here too.
 
   01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   mutantstorm-demo-1.33.ebuild:



1.12                 games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?r1=1.11&r2=1.12

Index: mutantstorm-demo-1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mutantstorm-demo-1.33.ebuild	14 Apr 2009 07:24:59 -0000	1.11
+++ mutantstorm-demo-1.33.ebuild	14 Dec 2011 17:13:11 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.11 2009/04/14 07:24:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.12 2011/12/14 17:13:11 vapier Exp $
 
 inherit eutils games
 
@@ -13,7 +13,6 @@
 KEYWORDS="-* amd64 x86"
 IUSE=""
 RESTRICT="strip"
-PROPERTIES="interactive"
 
 RDEPEND="virtual/opengl
 	amd64? (
@@ -27,7 +26,6 @@
 
 S=${WORKDIR}
 
-GAMES_CHECK_LICENSE="yes"
 dir=${GAMES_PREFIX_OPT}/${PN}
 Ddir=${D}/${dir}
 






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

* [gentoo-commits] gentoo-x86 commit in games-action/mutantstorm-demo: ChangeLog mutantstorm-demo-1.33.ebuild
@ 2012-02-08 21:28 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2012-02-08 21:28 UTC (permalink / raw
  To: gentoo-commits

vapier      12/02/08 21:28:01

  Modified:             ChangeLog mutantstorm-demo-1.33.ebuild
  Log:
  Move to new unpacker eclass for unpack_makeself.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 games-action/mutantstorm-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Dec 2011 17:13:11 -0000	1.12
+++ ChangeLog	8 Feb 2012 21:28:01 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/mutantstorm-demo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.12 2011/12/14 17:13:11 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.13 2012/02/08 21:28:01 vapier Exp $
+
+  08 Feb 2012; Mike Frysinger <vapier@gentoo.org> mutantstorm-demo-1.33.ebuild:
+  Move to new unpacker eclass for unpack_makeself.
 
   14 Dec 2011; Mike Frysinger <vapier@gentoo.org> mutantstorm-demo-1.33.ebuild:
   The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now



1.13                 games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?r1=1.12&r2=1.13

Index: mutantstorm-demo-1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mutantstorm-demo-1.33.ebuild	14 Dec 2011 17:13:11 -0000	1.12
+++ mutantstorm-demo-1.33.ebuild	8 Feb 2012 21:28:01 -0000	1.13
@@ -1,8 +1,8 @@
-# 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-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.12 2011/12/14 17:13:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.13 2012/02/08 21:28:01 vapier Exp $
 
-inherit eutils games
+inherit eutils unpacker games
 
 DESCRIPTION="shoot through crazy psychedelic 3D environments"
 HOMEPAGE="http://www.pompomgames.com/"
@@ -29,10 +29,6 @@
 dir=${GAMES_PREFIX_OPT}/${PN}
 Ddir=${D}/${dir}
 
-src_unpack() {
-	unpack_makeself
-}
-
 src_install() {
 	insinto "${dir}"
 	doins -r menu script styles || die "doins failed"






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

* [gentoo-commits] gentoo-x86 commit in games-action/mutantstorm-demo: ChangeLog mutantstorm-demo-1.33.ebuild
@ 2012-12-26 16:16 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-12-26 16:16 UTC (permalink / raw
  To: gentoo-commits

tupone      12/12/26 16:16:27

  Modified:             ChangeLog mutantstorm-demo-1.33.ebuild
  Log:
  Use QA_PREBUILT. Bug #430982
  
  (Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.14                 games-action/mutantstorm-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Feb 2012 21:28:01 -0000	1.13
+++ ChangeLog	26 Dec 2012 16:16:27 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/mutantstorm-demo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.13 2012/02/08 21:28:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.14 2012/12/26 16:16:27 tupone Exp $
+
+  26 Dec 2012; Tupone Alfredo <tupone@gentoo.org> mutantstorm-demo-1.33.ebuild:
+  Use QA_PREBUILT. Bug #430982 by Diego Elio Pettenò
 
   08 Feb 2012; Mike Frysinger <vapier@gentoo.org> mutantstorm-demo-1.33.ebuild:
   Move to new unpacker eclass for unpack_makeself.



1.14                 games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?r1=1.13&r2=1.14

Index: mutantstorm-demo-1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mutantstorm-demo-1.33.ebuild	8 Feb 2012 21:28:01 -0000	1.13
+++ mutantstorm-demo-1.33.ebuild	26 Dec 2012 16:16:27 -0000	1.14
@@ -1,6 +1,7 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.13 2012/02/08 21:28:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.14 2012/12/26 16:16:27 tupone Exp $
+EAPI=4
 
 inherit eutils unpacker games
 
@@ -28,20 +29,21 @@
 
 dir=${GAMES_PREFIX_OPT}/${PN}
 Ddir=${D}/${dir}
+QA_PREBUILT="${dir:1}/mutantstorm-bin"
 
 src_install() {
 	insinto "${dir}"
-	doins -r menu script styles || die "doins failed"
+	doins -r menu script styles
 
 	exeinto "${dir}"
-	doexe bin/Linux/x86/* || die "doexe failed"
+	doexe bin/Linux/x86/*
 	# Remove libSDL since we use the system version and our version doesn't
 	# have TEXTRELs in it.
 	rm -f "${Ddir}"/libSDL-1.2.so.0.0.5
 	games_make_wrapper mutantstorm-demo ./mutantstormdemo "${dir}" "${dir}"
 
 	insinto "${dir}"
-	doins README.txt buy_me mutant.xpm pompom readme.htm || die "doins failed"
+	doins README.txt buy_me mutant.xpm pompom readme.htm
 
 	prepgamesdirs
 }





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

* [gentoo-commits] gentoo-x86 commit in games-action/mutantstorm-demo: ChangeLog mutantstorm-demo-1.33.ebuild
@ 2014-09-07  9:51 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-09-07  9:51 UTC (permalink / raw
  To: gentoo-commits

ulm         14/09/07 09:51:49

  Modified:             ChangeLog mutantstorm-demo-1.33.ebuild
  Log:
  Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.16                 games-action/mutantstorm-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Sep 2014 22:50:59 -0000	1.15
+++ ChangeLog	7 Sep 2014 09:51:49 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/mutantstorm-demo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.16 2014/09/07 09:51:49 ulm Exp $
+
+  07 Sep 2014; Ulrich Müller <ulm@gentoo.org> mutantstorm-demo-1.33.ebuild:
+  Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
 
   03 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org>
   mutantstorm-demo-1.33.ebuild:



1.16                 games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?r1=1.15&r2=1.16

Index: mutantstorm-demo-1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mutantstorm-demo-1.33.ebuild	3 Sep 2014 22:50:59 -0000	1.15
+++ mutantstorm-demo-1.33.ebuild	7 Sep 2014 09:51:49 -0000	1.16
@@ -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/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.16 2014/09/07 09:51:49 ulm Exp $
 
 EAPI=5
 inherit eutils unpacker games
@@ -11,19 +11,18 @@
 
 LICENSE="POMPOM"
 SLOT="0"
-KEYWORDS="-* amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 RESTRICT="strip"
 
 RDEPEND="virtual/opengl
+	sys-libs/lib-compat
 	amd64? (
 		app-emulation/emul-linux-x86-xlibs
 		app-emulation/emul-linux-x86-soundlibs
-		app-emulation/emul-linux-x86-compat
 		app-emulation/emul-linux-x86-sdl )
 	x86? (
 		media-libs/libsdl
-		sys-libs/lib-compat
 		x11-libs/libX11
 		x11-libs/libXext )"
 





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

end of thread, other threads:[~2014-09-07  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 17:13 [gentoo-commits] gentoo-x86 commit in games-action/mutantstorm-demo: ChangeLog mutantstorm-demo-1.33.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-08 21:28 Mike Frysinger (vapier)
2012-12-26 16:16 Alfredo Tupone (tupone)
2014-09-07  9:51 Ulrich Mueller (ulm)

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