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-emulation/zinc: zinc-1.1.ebuild ChangeLog
Date: Mon, 01 Jun 2015 21:37:37
Message-Id: 20150601213733.0C8E2A1B@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 21:37:33
2
3 Modified: zinc-1.1.ebuild ChangeLog
4 Log:
5 clean up app-emulation/emul-linux which has been removed
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.11 games-emulation/zinc/zinc-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild?r1=1.10&r2=1.11
15
16 Index: zinc-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- zinc-1.1.ebuild 7 Feb 2015 13:29:48 -0000 1.10
23 +++ zinc-1.1.ebuild 1 Jun 2015 21:37:32 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.10 2015/02/07 13:29:48 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.11 2015/06/01 21:37:32 mr_bones_ Exp $
29
30 EAPI=5
31 inherit games
32 @@ -17,16 +17,8 @@
33 QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/zinc /usr/lib*/*.so"
34
35 RDEPEND="
36 - || (
37 - (
38 - x11-libs/libXext[abi_x86_32(-)]
39 - virtual/opengl[abi_x86_32(-)]
40 - )
41 - amd64? (
42 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
43 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
44 - )
45 - )"
46 + x11-libs/libXext[abi_x86_32(-)]
47 + virtual/opengl[abi_x86_32(-)]"
48
49 S=${WORKDIR}/zinc
50
51
52
53
54 1.15 games-emulation/zinc/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/ChangeLog?rev=1.15&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/ChangeLog?rev=1.15&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/ChangeLog?r1=1.14&r2=1.15
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v
63 retrieving revision 1.14
64 retrieving revision 1.15
65 diff -u -r1.14 -r1.15
66 --- ChangeLog 7 Feb 2015 13:29:48 -0000 1.14
67 +++ ChangeLog 1 Jun 2015 21:37:32 -0000 1.15
68 @@ -1,6 +1,9 @@
69 # ChangeLog for games-emulation/zinc
70 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.14 2015/02/07 13:29:48 ago Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.15 2015/06/01 21:37:32 mr_bones_ Exp $
73 +
74 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> zinc-1.1.ebuild:
75 + clean up app-emulation/emul-linux which has been removed
76
77 07 Feb 2015; Agostino Sarubbo <ago@g.o> zinc-1.1.ebuild:
78 Stable for amd64, wrt bug #539146