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: heretic2-1.06c-r1.ebuild ChangeLog
Date: Mon, 01 Jun 2015 22:05:49
Message-Id: 20150601220545.21785A24@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 22:05:45
2
3 Modified: heretic2-1.06c-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/heretic2/heretic2-1.06c-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: heretic2-1.06c-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- heretic2-1.06c-r1.ebuild 1 Feb 2015 13:41:32 -0000 1.3
23 +++ heretic2-1.06c-r1.ebuild 1 Jun 2015 22:05:45 -0000 1.4
24 @@ -1,9 +1,8 @@
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/heretic2/heretic2-1.06c-r1.ebuild,v 1.3 2015/02/01 13:41:32 zlogene Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c-r1.ebuild,v 1.4 2015/06/01 22:05:45 mr_bones_ Exp $
29
30 EAPI=5
31 -
32 inherit eutils unpacker cdrom multilib games
33
34 DESCRIPTION="Third-person classic magical action-adventure game"
35 @@ -23,17 +22,9 @@
36 DEPEND="games-util/loki_patch"
37 RDEPEND="virtual/opengl
38 amd64? (
39 - || (
40 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
41 - >=virtual/opengl-7.0-r1[abi_x86_32(-)]
42 - )
43 - || (
44 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
45 - (
46 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
47 - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
48 - )
49 - )
50 + >=virtual/opengl-7.0-r1[abi_x86_32(-)]
51 + >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
52 + >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
53 )
54 x86? (
55 x11-libs/libX11
56 @@ -81,15 +72,14 @@
57 local d
58 for d in "${S}"/* ; do
59 pushd "${d}" > /dev/null
60 - loki_patch patch.dat "${D}/${dir}" || die "loki_patch ${d} failed"
61 + loki_patch patch.dat "${D}/${dir}" || die
62 popd > /dev/null
63 done
64
65 rmdir gl_drivers
66 sed -i \
67 "128i set gl_driver \"/usr/$(get_libdir)/libGL.so\"" \
68 - base/default.cfg \
69 - || die "sed failed"
70 + base/default.cfg || die
71
72 prepgamesdirs
73 }
74
75
76
77 1.16 games-action/heretic2/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/ChangeLog?rev=1.16&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/ChangeLog?rev=1.16&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/ChangeLog?r1=1.15&r2=1.16
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
86 retrieving revision 1.15
87 retrieving revision 1.16
88 diff -u -r1.15 -r1.16
89 --- ChangeLog 14 Mar 2015 18:05:51 -0000 1.15
90 +++ ChangeLog 1 Jun 2015 22:05:45 -0000 1.16
91 @@ -1,6 +1,9 @@
92 # ChangeLog for games-action/heretic2
93 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.15 2015/03/14 18:05:51 mgorny Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.16 2015/06/01 22:05:45 mr_bones_ Exp $
96 +
97 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> heretic2-1.06c-r1.ebuild:
98 + clean up app-emulation/emul-linux which has been removed
99
100 14 Mar 2015; Michał Górny <mgorny@g.o> -heretic2-1.06c.ebuild:
101 Drop old versions that require emul-linux-x86 packages.