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/trine-bin: trine-bin-1.08.ebuild ChangeLog
Date: Fri, 29 Mar 2013 15:45:56
Message-Id: 20130329154552.001602171D@flycatcher.gentoo.org
1 hasufell 13/03/29 15:45:51
2
3 Modified: trine-bin-1.08.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.4 games-action/trine-bin/trine-bin-1.08.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild?r1=1.3&r2=1.4
15
16 Index: trine-bin-1.08.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- trine-bin-1.08.ebuild 21 Apr 2011 08:52:57 -0000 1.3
23 +++ trine-bin-1.08.ebuild 29 Mar 2013 15:45:51 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 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-action/trine-bin/trine-bin-1.08.ebuild,v 1.3 2011/04/21 08:52:57 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.4 2013/03/29 15:45:51 hasufell Exp $
30
31 # these are ELFs that include a ZIP (504b0304) appended to it
32 # dd if=Trine.64.run of=Trine.64.zip ibs=$((0x342a8)) skip=1
33 @@ -39,7 +39,7 @@
34
35 src_unpack() {
36 # manually run unzip as the initial seek causes it to exit(1)
37 - unzip -q "${DISTDIR}/${A}"
38 + unpack_zip ${A}
39 rm lib*/lib{gcc_s,m,rt,selinux}.so.?
40 }
41
42
43
44
45 1.3 games-action/trine-bin/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 21 Apr 2011 08:52:57 -0000 1.2
58 +++ ChangeLog 29 Mar 2013 15:45:51 -0000 1.3
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-action/trine-bin
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v 1.2 2011/04/21 08:52:57 vapier Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v 1.3 2013/03/29 15:45:51 hasufell Exp $
65 +
66 + 29 Mar 2013; Julian Ospald <hasufell@g.o> trine-bin-1.08.ebuild:
67 + use unpack_zip from unpacker.eclass instead of unzip
68
69 21 Apr 2011; Mike Frysinger <vapier@g.o> trine-bin-1.08.ebuild:
70 Add glade/libx86 dep #364061 by Robert Cernansky.
71 @@ -10,4 +13,3 @@
72 16 Apr 2011; Mike Frysinger <vapier@g.o> +trine-bin-1.08.ebuild,
73 +metadata.xml:
74 New package.
75 -