Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/transcend: ChangeLog transcend-0.3.ebuild
Date: Fri, 02 Jan 2015 10:47:19
Message-Id: 20150102104713.D2C70EB51@oystercatcher.gentoo.org
1 tupone 15/01/02 10:47:13
2
3 Modified: ChangeLog transcend-0.3.ebuild
4 Log:
5 EAPI 4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.9 games-action/transcend/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 26 Apr 2011 07:08:48 -0000 1.8
23 +++ ChangeLog 2 Jan 2015 10:47:13 -0000 1.9
24 @@ -1,17 +1,20 @@
25 # ChangeLog for games-action/transcend
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.8 2011/04/26 07:08:48 tupone Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.9 2015/01/02 10:47:13 tupone Exp $
30 +
31 + 02 Jan 2015; Tupone Alfredo <tupone@g.o> transcend-0.3.ebuild:
32 + EAPI 4
33
34 26 Apr 2011; Tupone Alfredo <tupone@g.o> transcend-0.3.ebuild:
35 - Fixed build. Bug #362999 by Diego Elio Pettenò
36 + Fixed build. Bug #362999 by Diego Elio Pettenò
37
38 - 16 Sep 2010; Tomáš Chvátal <scarabeus@g.o> transcend-0.3.ebuild:
39 + 16 Sep 2010; Tomáš Chvátal <scarabeus@g.o> transcend-0.3.ebuild:
40 virtual/glut -> media-libs/glut
41
42 01 Dec 2006; Chris Gianelloni <wolf31o2@g.o> transcend-0.3.ebuild:
43 Removing old virtual/x11 dependency.
44
45 - 22 Nov 2006; Piotr Jaroszyński <peper@g.o> transcend-0.3.ebuild:
46 + 22 Nov 2006; Piotr Jaroszyński <peper@g.o> transcend-0.3.ebuild:
47 Add ~amd64 wrt bug #155890.
48
49 28 Jan 2006; Joshua Baergen <joshuabaergen@g.o>
50
51
52
53 1.8 games-action/transcend/transcend-0.3.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/transcend-0.3.ebuild?rev=1.8&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/transcend-0.3.ebuild?rev=1.8&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/transcend-0.3.ebuild?r1=1.7&r2=1.8
58
59 Index: transcend-0.3.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v
62 retrieving revision 1.7
63 retrieving revision 1.8
64 diff -u -r1.7 -r1.8
65 --- transcend-0.3.ebuild 26 Apr 2011 07:11:54 -0000 1.7
66 +++ transcend-0.3.ebuild 2 Jan 2015 10:47:13 -0000 1.8
67 @@ -1,8 +1,8 @@
68 -# Copyright 1999-2011 Gentoo Foundation
69 +# Copyright 1999-2015 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.7 2011/04/26 07:11:54 mr_bones_ Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.8 2015/01/02 10:47:13 tupone Exp $
73
74 -EAPI=2
75 +EAPI=4
76 inherit games
77
78 DESCRIPTION="retro-style, abstract, 2D shooter"
79 @@ -19,6 +19,7 @@
80 virtual/opengl
81 virtual/glu
82 media-libs/freeglut"
83 +RDEPEND="${DEPEND}"
84
85 S=${WORKDIR}/Transcend_${PV}_UnixSource/Transcend
86
87 @@ -42,22 +43,22 @@
88
89 src_configure() {
90 cd portaudio
91 - egamesconf || die
92 + egamesconf --enable-dependency-tracking
93 }
94
95 src_compile() {
96 cd portaudio
97 - emake
98 + nonfatal emake
99 cd ../game
100 - emake || die
101 + emake
102 cd ..
103 cp game/Transcend ${PN} || die "cp failed"
104 }
105
106 src_install() {
107 - dogamesbin ${PN} || die "dogamesbin failed"
108 + dogamesbin ${PN}
109 insinto "${GAMES_DATADIR}/${PN}"
110 - doins -r levels/ || die "doins failed"
111 + doins -r levels/
112 dodoc doc/how_to_*.txt
113 prepgamesdirs
114 }