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/knights-demo: knights-demo-1.32-r1.ebuild ChangeLog
Date: Wed, 25 Jun 2014 17:28:08
Message-Id: 20140625172749.BF34F2004F@flycatcher.gentoo.org
1 mgorny 14/06/25 17:27:49
2
3 Modified: knights-demo-1.32-r1.ebuild ChangeLog
4 Log:
5 Update multilib dependencies to use the lowest known EAPI 5 or multilib versions.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 games-strategy/knights-demo/knights-demo-1.32-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: knights-demo-1.32-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- knights-demo-1.32-r1.ebuild 25 Jun 2014 17:13:40 -0000 1.1
23 +++ knights-demo-1.32-r1.ebuild 25 Jun 2014 17:27:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild,v 1.1 2014/06/25 17:13:40 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild,v 1.2 2014/06/25 17:27:49 mgorny Exp $
29
30 EAPI=5
31
32 @@ -20,11 +20,11 @@
33 RDEPEND="sys-libs/glibc
34 || (
35 (
36 - x11-libs/libX11[abi_x86_32(-)]
37 - x11-libs/libXau[abi_x86_32(-)]
38 - x11-libs/libXdmcp[abi_x86_32(-)]
39 - x11-libs/libXext[abi_x86_32(-)]
40 - x11-libs/libXi[abi_x86_32(-)]
41 + >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
42 + >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
43 + >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
44 + >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
45 + >=x11-libs/libXi-1.7.2[abi_x86_32(-)]
46 )
47 amd64? (
48 app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
49
50
51
52 1.5 games-strategy/knights-demo/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/ChangeLog?rev=1.5&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/ChangeLog?rev=1.5&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/ChangeLog?r1=1.4&r2=1.5
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v
61 retrieving revision 1.4
62 retrieving revision 1.5
63 diff -u -r1.4 -r1.5
64 --- ChangeLog 25 Jun 2014 17:13:40 -0000 1.4
65 +++ ChangeLog 25 Jun 2014 17:27:49 -0000 1.5
66 @@ -1,6 +1,10 @@
67 # ChangeLog for games-strategy/knights-demo
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v 1.4 2014/06/25 17:13:40 mgorny Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v 1.5 2014/06/25 17:27:49 mgorny Exp $
71 +
72 + 25 Jun 2014; Michał Górny <mgorny@g.o> knights-demo-1.32-r1.ebuild:
73 + Update multilib dependencies to use the lowest known EAPI 5 or multilib
74 + versions.
75
76 *knights-demo-1.32-r1 (25 Jun 2014)