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-simulation/bcs-demo: bcs-demo-1.3.ebuild ChangeLog
Date: Mon, 31 Dec 2012 14:42:16
Message-Id: 20121231144206.95BB62171D@flycatcher.gentoo.org
1 tupone 12/12/31 14:42:06
2
3 Modified: bcs-demo-1.3.ebuild ChangeLog
4 Log:
5 Use QA_PREBUILT. Bug #431116
6
7 (Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.11 games-simulation/bcs-demo/bcs-demo-1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?r1=1.10&r2=1.11
15
16 Index: bcs-demo-1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- bcs-demo-1.3.ebuild 5 Feb 2012 06:19:31 -0000 1.10
23 +++ bcs-demo-1.3.ebuild 31 Dec 2012 14:42:06 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.10 2012/02/05 06:19:31 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.11 2012/12/31 14:42:06 tupone Exp $
29
30 inherit unpacker games
31
32 @@ -31,6 +31,7 @@
33
34 dir=${GAMES_PREFIX_OPT}/${PN}
35 Ddir=${D}/${dir}
36 +QA_PREBUILT="${dir:1}/*"
37
38 src_unpack() {
39 unpack_makeself bcsdemo_v${PV/./_}.sh.bin
40
41
42
43 1.11 games-simulation/bcs-demo/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?rev=1.11&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?rev=1.11&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?r1=1.10&r2=1.11
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v
52 retrieving revision 1.10
53 retrieving revision 1.11
54 diff -u -r1.10 -r1.11
55 --- ChangeLog 5 Feb 2012 06:19:31 -0000 1.10
56 +++ ChangeLog 31 Dec 2012 14:42:06 -0000 1.11
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-simulation/bcs-demo
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.10 2012/02/05 06:19:31 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.11 2012/12/31 14:42:06 tupone Exp $
62 +
63 + 31 Dec 2012; Tupone Alfredo <tupone@g.o> bcs-demo-1.3.ebuild:
64 + Use QA_PREBUILT. Bug #431116 by Diego Elio Pettenò
65
66 05 Feb 2012; Mike Frysinger <vapier@g.o> bcs-demo-1.3.ebuild:
67 Move to new unpacker eclass for unpack_makeself.