Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/openra: openra-20120630.ebuild openra-20121019.ebuild
Date: Sat, 29 Jun 2013 19:02:35
Message-Id: 20130629190229.4A8D02171C@flycatcher.gentoo.org
1 hasufell 13/06/29 19:02:29
2
3 Modified: openra-20120630.ebuild openra-20121019.ebuild
4 Log:
5 don't build stuff in src_install
6
7 (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.6 games-strategy/openra/openra-20120630.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120630.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120630.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120630.ebuild?r1=1.5&r2=1.6
15
16 Index: openra-20120630.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120630.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- openra-20120630.ebuild 2 Jan 2013 11:43:04 -0000 1.5
23 +++ openra-20120630.ebuild 29 Jun 2013 19:02:29 -0000 1.6
24 @@ -1,6 +1,6 @@
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/openra/openra-20120630.ebuild,v 1.5 2013/01/02 11:43:04 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120630.ebuild,v 1.6 2013/06/29 19:02:29 hasufell Exp $
29
30 EAPI=4
31
32 @@ -38,6 +38,10 @@
33 -i mods/{ra,cnc}/mod.yaml || die
34 }
35
36 +src_compile() {
37 + emake all
38 +}
39 +
40 src_install() {
41 emake \
42 datadir="${GAMES_DATADIR}" \
43
44
45
46 1.2 games-strategy/openra/openra-20121019.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20121019.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20121019.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20121019.ebuild?r1=1.1&r2=1.2
51
52 Index: openra-20121019.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20121019.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- openra-20121019.ebuild 21 Oct 2012 00:09:36 -0000 1.1
59 +++ openra-20121019.ebuild 29 Jun 2013 19:02:29 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20121019.ebuild,v 1.1 2012/10/21 00:09:36 hasufell Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20121019.ebuild,v 1.2 2013/06/29 19:02:29 hasufell Exp $
65
66 EAPI=4
67
68 @@ -36,6 +36,10 @@
69 -i mods/{ra,cnc,d2k}/mod.yaml || die
70 }
71
72 +src_compile() {
73 + emake all
74 +}
75 +
76 src_install() {
77 emake \
78 datadir="${GAMES_DATADIR}" \