Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@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: Tue, 31 Mar 2015 00:48:45
Message-Id: 20150331004839.157F814E1E@oystercatcher.gentoo.org
1 mr_bones_ 15/03/31 00:48:37
2
3 Modified: trine-bin-1.08.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild?rev=1.6&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.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- trine-bin-1.08.ebuild 29 Mar 2013 15:48:19 -0000 1.5
23 +++ trine-bin-1.08.ebuild 31 Mar 2015 00:48:37 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 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.5 2013/03/29 15:48:19 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.6 2015/03/31 00:48:37 mr_bones_ 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 @@ -8,6 +8,7 @@
34 # but `unzip` will skip the ELF at the start. both ELFs contain
35 # the same zip appended, so only need to hash one of them.
36
37 +EAPI=5
38 inherit unpacker games eutils
39
40 DESCRIPTION="a physics-based action game where diff characters allow diff solutions to challenges"
41 @@ -28,7 +29,7 @@
42
43 S=${WORKDIR}
44
45 -d="${GAMES_PREFIX_OPT}/${PN}"
46 +d=${GAMES_PREFIX_OPT}/${PN}
47 QA_PRESTRIPPED="${d#/}/trine-launcher ${d#/}/trine-bin ${d#/}/lib*/lib*.so*"
48 QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`"
49
50 @@ -47,20 +48,20 @@
51 local b bb
52 local sfx=$(use x86 && echo 32 || echo 64)
53
54 - doicon Trine.xpm || die
55 + doicon Trine.xpm
56 for b in bin launcher ; do
57 bb="trine-${b}"
58 exeinto ${d}
59 - newexe ${bb}${sfx} ${bb} || die
60 - games_make_wrapper ${bb} "./${bb}" "${d}" || die
61 + newexe ${bb}${sfx} ${bb}
62 + games_make_wrapper ${bb} "./${bb}" "${d}"
63 make_desktop_entry ${bb} "Trine ${b}" Trine
64 done
65
66 exeinto ${d}/lib${sfx}
67 - doexe lib${sfx}/* || die
68 + doexe lib${sfx}/*
69
70 insinto ${d}
71 - doins -r binds config data dev profiles *.fbz *.glade trine-logo.png || die
72 + doins -r binds config data dev profiles *.fbz *.glade trine-logo.png
73
74 dodoc Trine_Manual_linux.pdf Trine_updates.txt
75
76
77
78
79 1.4 games-action/trine-bin/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/ChangeLog?rev=1.4&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/ChangeLog?rev=1.4&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/trine-bin/ChangeLog?r1=1.3&r2=1.4
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v
88 retrieving revision 1.3
89 retrieving revision 1.4
90 diff -u -r1.3 -r1.4
91 --- ChangeLog 29 Mar 2013 15:45:51 -0000 1.3
92 +++ ChangeLog 31 Mar 2015 00:48:37 -0000 1.4
93 @@ -1,6 +1,9 @@
94 # ChangeLog for games-action/trine-bin
95 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v 1.3 2013/03/29 15:45:51 hasufell Exp $
97 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v 1.4 2015/03/31 00:48:37 mr_bones_ Exp $
99 +
100 + 31 Mar 2015; Michael Sterrett <mr_bones_@g.o> trine-bin-1.08.ebuild:
101 + EAPI=5
102
103 29 Mar 2013; Julian Ospald <hasufell@g.o> trine-bin-1.08.ebuild:
104 use unpack_zip from unpacker.eclass instead of unzip