Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/heretic2-demo: heretic2-demo-1.06a.ebuild ChangeLog
Date: Fri, 27 Jun 2014 11:43:07
Message-Id: 20140627114254.EE6412004E@flycatcher.gentoo.org
1 mgorny 14/06/27 11:42:54
2
3 Modified: heretic2-demo-1.06a.ebuild ChangeLog
4 Log:
5 Support multilib packages in dependencies. Update/fix dependencies. Use ABI=x86 to obtain proper libGL path for config.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.13 games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild?r1=1.12&r2=1.13
15
16 Index: heretic2-demo-1.06a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- heretic2-demo-1.06a.ebuild 27 Dec 2012 08:51:42 -0000 1.12
23 +++ heretic2-demo-1.06a.ebuild 27 Jun 2014 11:42:54 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.12 2012/12/27 08:51:42 tupone Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.13 2014/06/27 11:42:54 mgorny Exp $
30 EAPI=4
31
32 inherit eutils unpacker multilib games
33 @@ -18,14 +18,16 @@
34 QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/heretic2-demo/ref_glx.so"
35
36 DEPEND="games-util/loki_patch"
37 -RDEPEND="x86? (
38 - x11-libs/libX11
39 - x11-libs/libXext
40 - x11-libs/libXau
41 - x11-libs/libXdmcp )
42 - amd64? (
43 - app-emulation/emul-linux-x86-xlibs
44 - app-emulation/emul-linux-x86-compat )"
45 +RDEPEND="
46 + || (
47 + (
48 + x11-libs/libX11[abi_x86_32(-)]
49 + x11-libs/libXext[abi_x86_32(-)]
50 + )
51 + amd64? (
52 + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
53 + )
54 + )"
55
56 S=${WORKDIR}
57
58 @@ -34,6 +36,8 @@
59 QA_PREBUILT="${dir:1}/*"
60
61 src_install() {
62 + ABI=x86
63 +
64 local demo="data/demos/heretic2_demo"
65 local exe="heretic2_demo.x86"
66
67
68
69
70 1.11 games-action/heretic2-demo/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/ChangeLog?rev=1.11&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/ChangeLog?rev=1.11&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/ChangeLog?r1=1.10&r2=1.11
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v
79 retrieving revision 1.10
80 retrieving revision 1.11
81 diff -u -r1.10 -r1.11
82 --- ChangeLog 27 Dec 2012 08:51:42 -0000 1.10
83 +++ ChangeLog 27 Jun 2014 11:42:54 -0000 1.11
84 @@ -1,6 +1,10 @@
85 # ChangeLog for games-action/heretic2-demo
86 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.10 2012/12/27 08:51:42 tupone Exp $
88 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.11 2014/06/27 11:42:54 mgorny Exp $
90 +
91 + 27 Jun 2014; Michał Górny <mgorny@g.o> heretic2-demo-1.06a.ebuild:
92 + Support multilib packages in dependencies. Update/fix dependencies. Use
93 + ABI=x86 to obtain proper libGL path for config.
94
95 27 Dec 2012; Tupone Alfredo <tupone@g.o> heretic2-demo-1.06a.ebuild:
96 Use QA_PREBUILT. Bug #431230 by Diego Elio Pettenò
97 @@ -41,4 +45,3 @@
98 +heretic2-demo-1.06a.ebuild:
99 Initial import. Ebuild by Paul Bredbury <brebs@××××.com>. Closing bug
100 #120358.
101 -