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
Date: Fri, 29 Mar 2013 15:48:22
Message-Id: 20130329154819.C693E2171D@flycatcher.gentoo.org
1 hasufell 13/03/29 15:48:19
2
3 Modified: trine-bin-1.08.ebuild
4 Log:
5 forgot eclass inherit
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.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- trine-bin-1.08.ebuild 29 Mar 2013 15:45:51 -0000 1.4
23 +++ trine-bin-1.08.ebuild 29 Mar 2013 15:48:19 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.5 2013/03/29 15:48:19 hasufell Exp $
29
30 # these are ELFs that include a ZIP (504b0304) appended to it
31 # dd if=Trine.64.run of=Trine.64.zip ibs=$((0x342a8)) skip=1
32 @@ -8,7 +8,7 @@
33 # but `unzip` will skip the ELF at the start. both ELFs contain
34 # the same zip appended, so only need to hash one of them.
35
36 -inherit games eutils
37 +inherit unpacker games eutils
38
39 DESCRIPTION="a physics-based action game where diff characters allow diff solutions to challenges"
40 HOMEPAGE="http://trine-thegame.com/"