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-arcade/sdl-sopwith: sdl-sopwith-1.7.5-r1.ebuild ChangeLog
Date: Thu, 28 Feb 2013 03:13:03
Message-Id: 20130228031259.1AC2D2171D@flycatcher.gentoo.org
1 mr_bones_ 13/02/28 03:12:59
2
3 Modified: sdl-sopwith-1.7.5-r1.ebuild ChangeLog
4 Log:
5 respect AR (bug #458586)
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: sdl-sopwith-1.7.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- sdl-sopwith-1.7.5-r1.ebuild 25 Feb 2013 12:17:47 -0000 1.4
23 +++ sdl-sopwith-1.7.5-r1.ebuild 28 Feb 2013 03:12:58 -0000 1.5
24 @@ -1,9 +1,9 @@
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-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v 1.4 2013/02/25 12:17:47 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v 1.5 2013/02/28 03:12:58 mr_bones_ Exp $
29
30 -EAPI=2
31 -inherit eutils autotools games
32 +EAPI=5
33 +inherit eutils autotools toolchain-funcs games
34
35 MY_P=${P/sdl-/}
36 DESCRIPTION="Port of the classic Sopwith game using LibSDL"
37 @@ -28,6 +28,11 @@
38 eautoreconf
39 }
40
41 +src_compile() {
42 + emake AR="$(tc-getAR)"
43 +}
44 +
45 +
46 src_install() {
47 emake DESTDIR="${D}" install || die
48 dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt
49
50
51
52 1.22 games-arcade/sdl-sopwith/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog?rev=1.22&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog?rev=1.22&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog?r1=1.21&r2=1.22
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v
61 retrieving revision 1.21
62 retrieving revision 1.22
63 diff -u -r1.21 -r1.22
64 --- ChangeLog 28 Feb 2013 01:46:27 -0000 1.21
65 +++ ChangeLog 28 Feb 2013 03:12:58 -0000 1.22
66 @@ -1,6 +1,10 @@
67 # ChangeLog for games-arcade/sdl-sopwith
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.21 2013/02/28 01:46:27 mr_bones_ Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.22 2013/02/28 03:12:58 mr_bones_ Exp $
71 +
72 + 28 Feb 2013; Michael Sterrett <mr_bones_@g.o>
73 + sdl-sopwith-1.7.5-r1.ebuild:
74 + respect AR (bug #458586)
75
76 28 Feb 2013; Michael Sterrett <mr_bones_@g.o>
77 -files/sdl-sopwith-1.7.4-nogtk.patch, -sdl-sopwith-1.7.4.ebuild,