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-arcade/asteroid: asteroid-1.1.ebuild ChangeLog
Date: Sat, 03 Jan 2015 13:27:56
Message-Id: 20150103132752.4111BEC6D@oystercatcher.gentoo.org
1 tupone 15/01/03 13:27:52
2
3 Modified: asteroid-1.1.ebuild ChangeLog
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.8 games-arcade/asteroid/asteroid-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild?r1=1.7&r2=1.8
15
16 Index: asteroid-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- asteroid-1.1.ebuild 31 May 2012 08:27:46 -0000 1.7
23 +++ asteroid-1.1.ebuild 3 Jan 2015 13:27:52 -0000 1.8
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2012 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-arcade/asteroid/asteroid-1.1.ebuild,v 1.7 2012/05/31 08:27:46 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild,v 1.8 2015/01/03 13:27:52 tupone Exp $
30
31 -EAPI=2
32 +EAPI=4
33 inherit eutils games
34
35 DESCRIPTION="A modern version of the arcade classic that uses OpenGL"
36 @@ -19,11 +19,12 @@
37 virtual/glu
38 media-libs/libsdl
39 media-libs/sdl-mixer"
40 +RDEPEND="${DEPEND}"
41
42 PATCHES=( "${FILESDIR}"/${P}-include.patch )
43
44 src_install() {
45 - emake DESTDIR="${D}" install || die "emake install failed"
46 + emake DESTDIR="${D}" install
47 dodoc asteroid-{authors,changes,readme}.txt
48 prepgamesdirs
49 }
50
51
52
53 1.9 games-arcade/asteroid/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/ChangeLog?rev=1.9&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/ChangeLog?rev=1.9&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/ChangeLog?r1=1.8&r2=1.9
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v
62 retrieving revision 1.8
63 retrieving revision 1.9
64 diff -u -r1.8 -r1.9
65 --- ChangeLog 31 May 2012 08:27:46 -0000 1.8
66 +++ ChangeLog 3 Jan 2015 13:27:52 -0000 1.9
67 @@ -1,6 +1,9 @@
68 # ChangeLog for games-arcade/asteroid
69 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v 1.8 2012/05/31 08:27:46 ago Exp $
71 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v 1.9 2015/01/03 13:27:52 tupone Exp $
73 +
74 + 03 Jan 2015; Tupone Alfredo <tupone@g.o> asteroid-1.1.ebuild:
75 + EAPI 4
76
77 31 May 2012; Agostino Sarubbo <ago@g.o> asteroid-1.1.ebuild:
78 Stable for amd64, wrt bug #418273