Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/spaz: spaz-1.605.ebuild ChangeLog
Date: Fri, 29 Mar 2013 16:16:16
Message-Id: 20130329161610.51BA52171D@flycatcher.gentoo.org
1 hasufell 13/03/29 16:16:10
2
3 Modified: spaz-1.605.ebuild ChangeLog
4 Log:
5 use unpack_zip from unpacker.eclass instead of unzip
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 games-strategy/spaz/spaz-1.605.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?r1=1.1&r2=1.2
15
16 Index: spaz-1.605.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spaz-1.605.ebuild 27 Sep 2012 08:17:05 -0000 1.1
23 +++ spaz-1.605.ebuild 29 Mar 2013 16:16:10 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.1 2012/09/27 08:17:05 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.2 2013/03/29 16:16:10 hasufell Exp $
30
31 EAPI=4
32
33 -inherit games
34 +inherit unpacker games
35
36 DESCRIPTION="Space Pirates and Zombies"
37 HOMEPAGE="http://spacepiratesandzombies.com"
38 @@ -28,7 +28,7 @@
39 QA_PREBUILT="opt/spaz/SPAZ"
40
41 src_unpack() {
42 - unzip -q "${DISTDIR}/${PN}-linux-humblebundle-09182012-bin"
43 + unpack_zip ${A}
44 }
45
46 src_install() {
47
48
49
50 1.2 games-strategy/spaz/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?r1=1.1&r2=1.2
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- ChangeLog 27 Sep 2012 08:17:05 -0000 1.1
63 +++ ChangeLog 29 Mar 2013 16:16:10 -0000 1.2
64 @@ -1,10 +1,12 @@
65 # ChangeLog for games-strategy/spaz
66 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.1 2012/09/27 08:17:05 pinkbyte Exp $
68 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.2 2013/03/29 16:16:10 hasufell Exp $
70 +
71 + 29 Mar 2013; Julian Ospald <hasufell@g.o> spaz-1.605.ebuild:
72 + use unpack_zip from unpacker.eclass instead of unzip
73
74 *spaz-1.605 (27 Sep 2012)
75
76 27 Sep 2012; Sergey Popov <pinkbyte@g.o> +spaz-1.605.ebuild,
77 +metadata.xml:
78 Initial commit
79 -