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-strategy/warzone2100: warzone2100-3.1.0.ebuild ChangeLog
Date: Thu, 29 Aug 2013 17:38:21
Message-Id: 20130829173816.EADD02004C@flycatcher.gentoo.org
1 mr_bones_ 13/08/29 17:38:16
2
3 Modified: warzone2100-3.1.0.ebuild ChangeLog
4 Log:
5 respect AR (bug #477608)
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 games-strategy/warzone2100/warzone2100-3.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild?r1=1.4&r2=1.5
15
16 Index: warzone2100-3.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- warzone2100-3.1.0.ebuild 27 Jul 2013 22:23:15 -0000 1.4
23 +++ warzone2100-3.1.0.ebuild 29 Aug 2013 17:38:16 -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-strategy/warzone2100/warzone2100-3.1.0.ebuild,v 1.4 2013/07/27 22:23:15 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild,v 1.5 2013/08/29 17:38:16 mr_bones_ Exp $
29
30 EAPI=5
31 -inherit autotools eutils versionator gnome2-utils games
32 +inherit autotools toolchain-funcs eutils versionator gnome2-utils games
33
34 MY_PV=$(get_version_component_range -2)
35 VIDEOS_PV=2.2
36 @@ -74,6 +74,10 @@
37 --with-backend=$(usex qt4 "qt" "sdl")
38 }
39
40 +src_compile() {
41 + emake AR="$(tc-getAR)"
42 +}
43 +
44 src_install() {
45 default
46 rm -f "${D}"/usr/share/doc/${PF}/COPYING*
47
48
49
50 1.81 games-strategy/warzone2100/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.81&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.81&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.80&r2=1.81
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
59 retrieving revision 1.80
60 retrieving revision 1.81
61 diff -u -r1.80 -r1.81
62 --- ChangeLog 27 Jul 2013 22:23:15 -0000 1.80
63 +++ ChangeLog 29 Aug 2013 17:38:16 -0000 1.81
64 @@ -1,6 +1,9 @@
65 # ChangeLog for games-strategy/warzone2100
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.80 2013/07/27 22:23:15 ago Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.81 2013/08/29 17:38:16 mr_bones_ Exp $
69 +
70 + 29 Aug 2013; Michael Sterrett <mr_bones_@g.o> warzone2100-3.1.0.ebuild:
71 + respect AR (bug #477608)
72
73 27 Jul 2013; Agostino Sarubbo <ago@g.o> warzone2100-3.1.0.ebuild:
74 Stable for x86, wrt bug #477424