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-simulation/bcs-demo: bcs-demo-1.3.ebuild ChangeLog
Date: Mon, 01 Jun 2015 20:54:57
Message-Id: 20150601205449.AEB4BA19@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 20:54:49
2
3 Modified: bcs-demo-1.3.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.14 games-simulation/bcs-demo/bcs-demo-1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?r1=1.13&r2=1.14
15
16 Index: bcs-demo-1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- bcs-demo-1.3.ebuild 27 Mar 2015 03:43:21 -0000 1.13
23 +++ bcs-demo-1.3.ebuild 1 Jun 2015 20:54:49 -0000 1.14
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-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.13 2015/03/27 03:43:21 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.14 2015/06/01 20:54:49 mr_bones_ Exp $
29
30 EAPI=5
31 inherit unpacker games
32 @@ -17,21 +17,12 @@
33 RESTRICT="strip"
34
35 RDEPEND="sys-libs/glibc
36 - || (
37 - (
38 - media-libs/libsdl[abi_x86_32(-)]
39 - x11-libs/libX11[abi_x86_32(-)]
40 - x11-libs/libXext[abi_x86_32(-)]
41 - x11-libs/libXau[abi_x86_32(-)]
42 - x11-libs/libXdmcp[abi_x86_32(-)]
43 - virtual/opengl[abi_x86_32(-)]
44 - )
45 - amd64? (
46 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
47 - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
48 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
49 - )
50 - )"
51 + media-libs/libsdl[abi_x86_32(-)]
52 + x11-libs/libX11[abi_x86_32(-)]
53 + x11-libs/libXext[abi_x86_32(-)]
54 + x11-libs/libXau[abi_x86_32(-)]
55 + x11-libs/libXdmcp[abi_x86_32(-)]
56 + virtual/opengl[abi_x86_32(-)]"
57
58 S=${WORKDIR}
59
60 @@ -47,8 +38,8 @@
61 src_install() {
62 dodir "${dir}" "${GAMES_BINDIR}"
63
64 - tar -zxf bcsdemo.tar.gz -C "${Ddir}" || die "extracting bcsdemo.tar.gz"
65 - rm -f "${Ddir}"/bcs-linux-openal-fixer.sh
66 + tar -zxf bcsdemo.tar.gz -C "${Ddir}" || die
67 + rm -f "${Ddir}"/bcs-linux-openal-fixer.sh || die
68
69 exeinto "${dir}"
70 # doexe bin/Linux/x86/rungame.sh
71
72
73
74 1.14 games-simulation/bcs-demo/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?rev=1.14&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?rev=1.14&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?r1=1.13&r2=1.14
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v
83 retrieving revision 1.13
84 retrieving revision 1.14
85 diff -u -r1.13 -r1.14
86 --- ChangeLog 27 Mar 2015 03:43:21 -0000 1.13
87 +++ ChangeLog 1 Jun 2015 20:54:49 -0000 1.14
88 @@ -1,6 +1,9 @@
89 # ChangeLog for games-simulation/bcs-demo
90 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.13 2015/03/27 03:43:21 mr_bones_ Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.14 2015/06/01 20:54:49 mr_bones_ Exp $
93 +
94 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> bcs-demo-1.3.ebuild:
95 + clean up app-emulation/emul-linux which has been removed
96
97 27 Mar 2015; Michael Sterrett <mr_bones_@g.o> bcs-demo-1.3.ebuild:
98 update HOMEPAGE (bug #457888)