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/heretic2-demo: heretic2-demo-1.06a.ebuild ChangeLog
Date: Mon, 01 Jun 2015 22:05:52
Message-Id: 20150601220545.5E43BA28@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 22:05:45
2
3 Modified: heretic2-demo-1.06a.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-action/heretic2-demo/heretic2-demo-1.06a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild?r1=1.13&r2=1.14
15
16 Index: heretic2-demo-1.06a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- heretic2-demo-1.06a.ebuild 27 Jun 2014 11:42:54 -0000 1.13
23 +++ heretic2-demo-1.06a.ebuild 1 Jun 2015 22:05:45 -0000 1.14
24 @@ -1,8 +1,8 @@
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-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.13 2014/06/27 11:42:54 mgorny Exp $
29 -EAPI=4
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.14 2015/06/01 22:05:45 mr_bones_ Exp $
31
32 +EAPI=5
33 inherit eutils unpacker multilib games
34
35 DESCRIPTION="Third-person classic magical action-adventure game"
36 @@ -19,15 +19,8 @@
37
38 DEPEND="games-util/loki_patch"
39 RDEPEND="
40 - || (
41 - (
42 - x11-libs/libX11[abi_x86_32(-)]
43 - x11-libs/libXext[abi_x86_32(-)]
44 - )
45 - amd64? (
46 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
47 - )
48 - )"
49 + x11-libs/libX11[abi_x86_32(-)]
50 + x11-libs/libXext[abi_x86_32(-)]"
51
52 S=${WORKDIR}
53
54 @@ -41,16 +34,16 @@
55 local demo="data/demos/heretic2_demo"
56 local exe="heretic2_demo.x86"
57
58 - loki_patch patch.dat data/ || die "loki patch failed"
59 + loki_patch patch.dat data/ || die
60
61 # Remove bad opengl library
62 rm -r "${demo}/gl_drivers/"
63
64 # Change to safe default of 800x600 and option of normal opengl driver
65 - sed -i "${demo}"/base/default.cfg \
66 + sed -i \
67 -e "s:fullscreen \"1\":fullscreen \"1\"\nset vid_mode \"4\":" \
68 -e "s:libGL:/usr/$(get_libdir)/libGL:" \
69 - || die "sed failed"
70 + "${demo}"/base/default.cfg || die
71
72 insinto "${dir}"
73 exeinto "${dir}"
74
75
76
77 1.12 games-action/heretic2-demo/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/ChangeLog?rev=1.12&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/ChangeLog?rev=1.12&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2-demo/ChangeLog?r1=1.11&r2=1.12
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v
86 retrieving revision 1.11
87 retrieving revision 1.12
88 diff -u -r1.11 -r1.12
89 --- ChangeLog 27 Jun 2014 11:42:54 -0000 1.11
90 +++ ChangeLog 1 Jun 2015 22:05:45 -0000 1.12
91 @@ -1,6 +1,10 @@
92 # ChangeLog for games-action/heretic2-demo
93 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.11 2014/06/27 11:42:54 mgorny Exp $
95 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.12 2015/06/01 22:05:45 mr_bones_ Exp $
97 +
98 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o>
99 + heretic2-demo-1.06a.ebuild:
100 + clean up app-emulation/emul-linux which has been removed
101
102 27 Jun 2014; Michał Górny <mgorny@g.o> heretic2-demo-1.06a.ebuild:
103 Support multilib packages in dependencies. Update/fix dependencies. Use