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-strategy/gorky17-demo: gorky17-demo-1.0.1.0.1-r1.ebuild ChangeLog
Date: Mon, 01 Jun 2015 20:47:01
Message-Id: 20150601204656.ADBADA19@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 20:46:56
2
3 Modified: gorky17-demo-1.0.1.0.1-r1.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.4 games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: gorky17-demo-1.0.1.0.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gorky17-demo-1.0.1.0.1-r1.ebuild 29 Aug 2014 18:01:42 -0000 1.3
23 +++ gorky17-demo-1.0.1.0.1-r1.ebuild 1 Jun 2015 20:46:56 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.3 2014/08/29 18:01:42 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.4 2015/06/01 20:46:56 mr_bones_ Exp $
30
31 EAPI=5
32 inherit eutils unpacker versionator games
33 @@ -20,25 +20,13 @@
34 RESTRICT="mirror bindist strip"
35
36 RDEPEND="
37 - || (
38 - (
39 - >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
40 - >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
41 - >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
42 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
43 - >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
44 - >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
45 - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
46 - )
47 - amd64? (
48 - (
49 - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
50 - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
51 - app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
52 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
53 - )
54 - )
55 - )"
56 + >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
57 + >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
58 + >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
59 + >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
60 + >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
61 + >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
62 + >=x11-libs/libXext-1.3.2[abi_x86_32(-)]"
63
64 S=${WORKDIR}
65
66
67
68
69 1.13 games-strategy/gorky17-demo/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?rev=1.13&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?rev=1.13&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?r1=1.12&r2=1.13
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v
78 retrieving revision 1.12
79 retrieving revision 1.13
80 diff -u -r1.12 -r1.13
81 --- ChangeLog 29 Aug 2014 18:01:42 -0000 1.12
82 +++ ChangeLog 1 Jun 2015 20:46:56 -0000 1.13
83 @@ -1,6 +1,10 @@
84 # ChangeLog for games-strategy/gorky17-demo
85 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.12 2014/08/29 18:01:42 mr_bones_ Exp $
87 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.13 2015/06/01 20:46:56 mr_bones_ Exp $
89 +
90 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o>
91 + gorky17-demo-1.0.1.0.1-r1.ebuild:
92 + clean up app-emulation/emul-linux which has been removed
93
94 29 Aug 2014; Michael Sterrett <mr_bones_@g.o>
95 gorky17-demo-1.0.1.0.1-r1.ebuild: