* [gentoo-commits] gentoo-x86 commit in games-strategy/spaz: spaz-1.605.ebuild ChangeLog
@ 2013-03-29 16:16 Julian Ospald (hasufell)
0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-03-29 16:16 UTC (permalink / raw
To: gentoo-commits
hasufell 13/03/29 16:16:10
Modified: spaz-1.605.ebuild ChangeLog
Log:
use unpack_zip from unpacker.eclass instead of unzip
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.2 games-strategy/spaz/spaz-1.605.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?r1=1.1&r2=1.2
Index: spaz-1.605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spaz-1.605.ebuild 27 Sep 2012 08:17:05 -0000 1.1
+++ spaz-1.605.ebuild 29 Mar 2013 16:16:10 -0000 1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.1 2012/09/27 08:17:05 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.2 2013/03/29 16:16:10 hasufell Exp $
EAPI=4
-inherit games
+inherit unpacker games
DESCRIPTION="Space Pirates and Zombies"
HOMEPAGE="http://spacepiratesandzombies.com"
@@ -28,7 +28,7 @@
QA_PREBUILT="opt/spaz/SPAZ"
src_unpack() {
- unzip -q "${DISTDIR}/${PN}-linux-humblebundle-09182012-bin"
+ unpack_zip ${A}
}
src_install() {
1.2 games-strategy/spaz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 27 Sep 2012 08:17:05 -0000 1.1
+++ ChangeLog 29 Mar 2013 16:16:10 -0000 1.2
@@ -1,10 +1,12 @@
# ChangeLog for games-strategy/spaz
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.1 2012/09/27 08:17:05 pinkbyte Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.2 2013/03/29 16:16:10 hasufell Exp $
+
+ 29 Mar 2013; Julian Ospald <hasufell@gentoo.org> spaz-1.605.ebuild:
+ use unpack_zip from unpacker.eclass instead of unzip
*spaz-1.605 (27 Sep 2012)
27 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> +spaz-1.605.ebuild,
+metadata.xml:
Initial commit
-
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/spaz: spaz-1.605.ebuild ChangeLog
@ 2014-06-25 17:02 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-25 17:02 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/25 17:02:11
Modified: spaz-1.605.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.3 games-strategy/spaz/spaz-1.605.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?r1=1.2&r2=1.3
Index: spaz-1.605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spaz-1.605.ebuild 29 Mar 2013 16:16:10 -0000 1.2
+++ spaz-1.605.ebuild 25 Jun 2014 17:02:11 -0000 1.3
@@ -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-strategy/spaz/spaz-1.605.ebuild,v 1.2 2013/03/29 16:16:10 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.3 2014/06/25 17:02:11 mgorny Exp $
EAPI=4
@@ -16,12 +16,16 @@
RESTRICT="fetch strip"
DEPEND="app-arch/unzip"
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl )
- x86? (
- media-libs/openal[alsa?,pulseaudio?]
- media-libs/libsdl
- )
- "
+RDEPEND="
+ || (
+ (
+ media-libs/openal[alsa?,pulseaudio?,abi_x86_32(-)]
+ media-libs/libsdl[abi_x86_32(-)]
+ )
+ amd64? (
+ app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
+ )
+ )"
S="${WORKDIR}"/data
1.3 games-strategy/spaz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 29 Mar 2013 16:16:10 -0000 1.2
+++ ChangeLog 25 Jun 2014 17:02:11 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/spaz
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.2 2013/03/29 16:16:10 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.3 2014/06/25 17:02:11 mgorny Exp $
+
+ 25 Jun 2014; Michał Górny <mgorny@gentoo.org> spaz-1.605.ebuild:
+ Support multilib dependencies aside to emul-linux-x86.
29 Mar 2013; Julian Ospald <hasufell@gentoo.org> spaz-1.605.ebuild:
use unpack_zip from unpacker.eclass instead of unzip
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/spaz: spaz-1.605.ebuild ChangeLog
@ 2014-06-25 17:28 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-25 17:28 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/25 17:28:06
Modified: spaz-1.605.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.4 games-strategy/spaz/spaz-1.605.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?r1=1.3&r2=1.4
Index: spaz-1.605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spaz-1.605.ebuild 25 Jun 2014 17:02:11 -0000 1.3
+++ spaz-1.605.ebuild 25 Jun 2014 17:28:06 -0000 1.4
@@ -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-strategy/spaz/spaz-1.605.ebuild,v 1.3 2014/06/25 17:02:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.4 2014/06/25 17:28:06 mgorny Exp $
EAPI=4
@@ -19,8 +19,8 @@
RDEPEND="
|| (
(
- media-libs/openal[alsa?,pulseaudio?,abi_x86_32(-)]
- media-libs/libsdl[abi_x86_32(-)]
+ >=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)]
+ >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
)
amd64? (
app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
1.4 games-strategy/spaz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 25 Jun 2014 17:02:11 -0000 1.3
+++ ChangeLog 25 Jun 2014 17:28:06 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/spaz
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.3 2014/06/25 17:02:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.4 2014/06/25 17:28:06 mgorny Exp $
+
+ 25 Jun 2014; Michał Górny <mgorny@gentoo.org> spaz-1.605.ebuild:
+ Update multilib dependencies to use the lowest known EAPI 5 or multilib
+ versions.
25 Jun 2014; Michał Górny <mgorny@gentoo.org> spaz-1.605.ebuild:
Support multilib dependencies aside to emul-linux-x86.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/spaz: spaz-1.605.ebuild ChangeLog
@ 2015-06-14 17:19 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-06-14 17:19 UTC (permalink / raw
To: gentoo-commits
ulm 15/06/14 17:19:46
Modified: spaz-1.605.ebuild ChangeLog
Log:
[QA] Remove emul-linux-x86-* from dependencies.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.5 games-strategy/spaz/spaz-1.605.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?r1=1.4&r2=1.5
Index: spaz-1.605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spaz-1.605.ebuild 25 Jun 2014 17:28:06 -0000 1.4
+++ spaz-1.605.ebuild 14 Jun 2015 17:19:45 -0000 1.5
@@ -1,6 +1,6 @@
-# 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-strategy/spaz/spaz-1.605.ebuild,v 1.4 2014/06/25 17:28:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.5 2015/06/14 17:19:45 ulm Exp $
EAPI=4
@@ -16,16 +16,8 @@
RESTRICT="fetch strip"
DEPEND="app-arch/unzip"
-RDEPEND="
- || (
- (
- >=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)]
- >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
- )
- amd64? (
- app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
- )
- )"
+RDEPEND=">=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)]
+ >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]"
S="${WORKDIR}"/data
1.5 games-strategy/spaz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 25 Jun 2014 17:28:06 -0000 1.4
+++ ChangeLog 14 Jun 2015 17:19:45 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/spaz
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.4 2014/06/25 17:28:06 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.5 2015/06/14 17:19:45 ulm Exp $
+
+ 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> spaz-1.605.ebuild:
+ [QA] Remove emul-linux-x86-* from dependencies.
25 Jun 2014; Michał Górny <mgorny@gentoo.org> spaz-1.605.ebuild:
Update multilib dependencies to use the lowest known EAPI 5 or multilib
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-14 17:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 17:28 [gentoo-commits] gentoo-x86 commit in games-strategy/spaz: spaz-1.605.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2015-06-14 17:19 Ulrich Mueller (ulm)
2014-06-25 17:02 Michal Gorny (mgorny)
2013-03-29 16:16 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