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-action/lugaru: ChangeLog lugaru-1.0c.ebuild
Date: Fri, 29 Mar 2013 15:30:34
Message-Id: 20130329153030.025FC2171D@flycatcher.gentoo.org
1 hasufell 13/03/29 15:30:29
2
3 Modified: ChangeLog lugaru-1.0c.ebuild
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-action/lugaru/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 12 May 2010 04:21:55 -0000 1.1
23 +++ ChangeLog 29 Mar 2013 15:30:29 -0000 1.2
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-action/lugaru
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.1 2010/05/12 04:21:55 vapier Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.2 2013/03/29 15:30:29 hasufell Exp $
30 +
31 + 29 Mar 2013; Julian Ospald <hasufell@g.o> lugaru-1.0c.ebuild:
32 + use unpack_zip from unpacker.eclass instead of unzip
33
34 *lugaru-1.0c (12 May 2010)
35
36
37
38
39 1.3 games-action/lugaru/lugaru-1.0c.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild?r1=1.2&r2=1.3
44
45 Index: lugaru-1.0c.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- lugaru-1.0c.ebuild 12 May 2010 15:48:07 -0000 1.2
52 +++ lugaru-1.0c.ebuild 29 Mar 2013 15:30:29 -0000 1.3
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.2 2010/05/12 15:48:07 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.3 2013/03/29 15:30:29 hasufell Exp $
59
60 -inherit eutils games
61 +inherit eutils unpacker games
62
63 DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters"
64 HOMEPAGE="http://www.wolfire.com/lugaru"
65 @@ -26,10 +26,7 @@
66
67 src_unpack() {
68 # self unpacking zip archive; unzip warns about the exe stuff
69 - local a=${DISTDIR}/${A}
70 - echo ">>> Unpacking ${a} to ${PWD}"
71 - unzip -q "${a}"
72 - [ $? -gt 1 ] && die "unpacking failed"
73 + unpack_zip ${A}
74
75 # Duplicate file and can't be handled by portage, bug #14983
76 rm -f "${S}/Data/Textures/Quit.png "