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-strategy/spaz: spaz-1.605.ebuild ChangeLog
Date: Wed, 25 Jun 2014 17:03:58
Message-Id: 20140625170211.8E5982004E@flycatcher.gentoo.org
1 mgorny 14/06/25 17:02:11
2
3 Modified: spaz-1.605.ebuild ChangeLog
4 Log:
5 Support multilib dependencies aside to emul-linux-x86.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 games-strategy/spaz/spaz-1.605.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?r1=1.2&r2=1.3
15
16 Index: spaz-1.605.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- spaz-1.605.ebuild 29 Mar 2013 16:16:10 -0000 1.2
23 +++ spaz-1.605.ebuild 25 Jun 2014 17:02:11 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 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-strategy/spaz/spaz-1.605.ebuild,v 1.2 2013/03/29 16:16:10 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.3 2014/06/25 17:02:11 mgorny Exp $
30
31 EAPI=4
32
33 @@ -16,12 +16,16 @@
34 RESTRICT="fetch strip"
35
36 DEPEND="app-arch/unzip"
37 -RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl )
38 - x86? (
39 - media-libs/openal[alsa?,pulseaudio?]
40 - media-libs/libsdl
41 - )
42 - "
43 +RDEPEND="
44 + || (
45 + (
46 + media-libs/openal[alsa?,pulseaudio?,abi_x86_32(-)]
47 + media-libs/libsdl[abi_x86_32(-)]
48 + )
49 + amd64? (
50 + app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
51 + )
52 + )"
53
54 S="${WORKDIR}"/data
55
56
57
58
59 1.3 games-strategy/spaz/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.3&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.3&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?r1=1.2&r2=1.3
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v
68 retrieving revision 1.2
69 retrieving revision 1.3
70 diff -u -r1.2 -r1.3
71 --- ChangeLog 29 Mar 2013 16:16:10 -0000 1.2
72 +++ ChangeLog 25 Jun 2014 17:02:11 -0000 1.3
73 @@ -1,6 +1,9 @@
74 # ChangeLog for games-strategy/spaz
75 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.2 2013/03/29 16:16:10 hasufell Exp $
77 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.3 2014/06/25 17:02:11 mgorny Exp $
79 +
80 + 25 Jun 2014; Michał Górny <mgorny@g.o> spaz-1.605.ebuild:
81 + Support multilib dependencies aside to emul-linux-x86.
82
83 29 Mar 2013; Julian Ospald <hasufell@g.o> spaz-1.605.ebuild:
84 use unpack_zip from unpacker.eclass instead of unzip