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-action/lugaru: lugaru-1.0c-r1.ebuild ChangeLog
Date: Mon, 01 Jun 2015 22:05:50
Message-Id: 20150601220544.E8F2DA14@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 22:05:44
2
3 Modified: lugaru-1.0c-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-action/lugaru/lugaru-1.0c-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: lugaru-1.0c-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- lugaru-1.0c-r1.ebuild 22 May 2015 18:52:22 -0000 1.3
23 +++ lugaru-1.0c-r1.ebuild 1 Jun 2015 22:05:44 -0000 1.4
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-action/lugaru/lugaru-1.0c-r1.ebuild,v 1.3 2015/05/22 18:52:22 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild,v 1.4 2015/06/01 22:05:44 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils unpacker games
32 @@ -18,15 +18,10 @@
33 DEPEND="app-arch/unzip"
34 RDEPEND="sys-libs/glibc
35 amd64? (
36 - || (
37 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
38 - (
39 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
40 - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
41 - media-libs/libsdl[abi_x86_32(-)]
42 - media-libs/openal[abi_x86_32(-)]
43 - )
44 - )
45 + media-libs/libsdl[abi_x86_32(-)]
46 + media-libs/openal[abi_x86_32(-)]
47 + >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
48 + >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
49 )
50 x86? (
51 media-libs/libsdl
52 @@ -42,7 +37,7 @@
53 unpack_zip ${A}
54
55 # Duplicate file and can't be handled by portage, bug #14983
56 - rm -f "${S}/Data/Textures/Quit.png "
57 + rm -f "${S}/Data/Textures/Quit.png " || die
58 }
59
60 src_install() {
61
62
63
64 1.8 games-action/lugaru/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.8&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.8&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?r1=1.7&r2=1.8
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v
73 retrieving revision 1.7
74 retrieving revision 1.8
75 diff -u -r1.7 -r1.8
76 --- ChangeLog 22 May 2015 18:52:22 -0000 1.7
77 +++ ChangeLog 1 Jun 2015 22:05:44 -0000 1.8
78 @@ -1,6 +1,9 @@
79 # ChangeLog for games-action/lugaru
80 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.7 2015/05/22 18:52:22 mr_bones_ Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.8 2015/06/01 22:05:44 mr_bones_ Exp $
83 +
84 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> lugaru-1.0c-r1.ebuild:
85 + clean up app-emulation/emul-linux which has been removed
86
87 22 May 2015; Michael Sterrett <mr_bones_@g.o> lugaru-1.0c-r1.ebuild:
88 possibly improve deps (bug #349162)