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/rune: rune-1.07-r2.ebuild ChangeLog
Date: Mon, 01 Jun 2015 22:06:11
Message-Id: 20150601220546.00139A35@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 22:05:45
2
3 Modified: rune-1.07-r2.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/rune/rune-1.07-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild?r1=1.13&r2=1.14
15
16 Index: rune-1.07-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- rune-1.07-r2.ebuild 13 Oct 2014 10:36:57 -0000 1.13
23 +++ rune-1.07-r2.ebuild 1 Jun 2015 22:05:45 -0000 1.14
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-action/rune/rune-1.07-r2.ebuild,v 1.13 2014/10/13 10:36:57 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.14 2015/06/01 22:05:45 mr_bones_ Exp $
30
31 EAPI=5
32 inherit eutils cdrom games
33 @@ -16,21 +16,10 @@
34 RESTRICT="strip"
35
36 RDEPEND="dev-util/xdelta:0
37 - || (
38 - (
39 - >=media-libs/libsdl-1.2.9-r1[abi_x86_32(-)]
40 - x11-libs/libXext[abi_x86_32(-)]
41 - x11-libs/libX11[abi_x86_32(-)]
42 - virtual/opengl[abi_x86_32(-)]
43 - )
44 - amd64? (
45 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
46 - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
47 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
48 - )
49 - )"
50 -
51 -DEPEND=""
52 + >=media-libs/libsdl-1.2.9-r1[abi_x86_32(-)]
53 + x11-libs/libXext[abi_x86_32(-)]
54 + x11-libs/libX11[abi_x86_32(-)]
55 + virtual/opengl[abi_x86_32(-)]"
56
57 S=${WORKDIR}
58
59 @@ -44,7 +33,7 @@
60 if [[ ${CDROM_SET} -eq 0 ]]
61 then
62 # unpack the data files
63 - tar xzf "${CDROM_ROOT}"/data.tar.gz || die "Could not unpack data.tar.gz"
64 + tar xzf "${CDROM_ROOT}"/data.tar.gz || die
65 elif [[ ${CDROM_SET} -eq 1 ]]
66 then
67 # unpack the runelinuxfiles.tar.gz
68 @@ -87,8 +76,8 @@
69 for x in $(find "${CDROM_ROOT}"/Textures/ -type f -printf '%f ')
70 do
71 echo -ne '\271\325\036\214' | cat - "${CDROM_ROOT}"/Textures/$x \
72 - |sed -e '1 s/\(....\)..../\1/' > "${Ddir}"/Textures/$x \
73 - || die "modifying and copying $x"
74 + | sed -e '1 s/\(....\)..../\1/' > "${Ddir}"/Textures/$x \
75 + || die
76 done
77
78 doins -r "${S}"/System
79 @@ -110,16 +99,16 @@
80
81 # modify the files
82 mv "${Ddir}"/System/OpenGlDrv.int "${Ddir}"/System/OpenGLDrv.int \
83 - || die "Could not modify System file OpenGlDrv.int"
84 + || die
85 mv "${Ddir}"/Textures/bloodFX.utx "${Ddir}"/Textures/BloodFX.utx \
86 - || die "Could not modify Texture file bloodFX.utx"
87 + || die
88 mv "${Ddir}"/Textures/RUNESTONES.UTX "${Ddir}"/Textures/RUNESTONES.utx \
89 - || die "Could not modify Texture file RUNESTONES.UTX"
90 + || die
91 mv "${Ddir}"/Textures/tedd.utx "${Ddir}"/Textures/Tedd.utx \
92 - || die "Could not modify Texture file tedd.utx"
93 + || die
94 mv "${Ddir}"/Textures/UNDERANCIENT.utx "${Ddir}"/Textures/UnderAncient.utx \
95 - || die "Could not modify Texture file UNDERANCIENT.utx"
96 - rm "${Ddir}"/System/{Setup.int,SGLDrv.int,MeTaLDrv.int,Manifest.int,D3DDrv.int,Galaxy.int,SoftDrv.int,WinDrv.int,Window.int} || die "Could not delete not needed System files"
97 + || die
98 + rm "${Ddir}"/System/{Setup.int,SGLDrv.int,MeTaLDrv.int,Manifest.int,D3DDrv.int,Galaxy.int,SoftDrv.int,WinDrv.int,Window.int} || die
99
100 # the most important things: rune and ucc :)
101 doexe "${S}"/bin/x86/rune
102
103
104
105 1.23 games-action/rune/ChangeLog
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rune/ChangeLog?rev=1.23&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rune/ChangeLog?rev=1.23&content-type=text/plain
109 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rune/ChangeLog?r1=1.22&r2=1.23
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v
114 retrieving revision 1.22
115 retrieving revision 1.23
116 diff -u -r1.22 -r1.23
117 --- ChangeLog 13 Oct 2014 10:36:57 -0000 1.22
118 +++ ChangeLog 1 Jun 2015 22:05:45 -0000 1.23
119 @@ -1,6 +1,9 @@
120 # ChangeLog for games-action/rune
121 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.22 2014/10/13 10:36:57 mgorny Exp $
123 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
124 +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.23 2015/06/01 22:05:45 mr_bones_ Exp $
125 +
126 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> rune-1.07-r2.ebuild:
127 + clean up app-emulation/emul-linux which has been removed
128
129 13 Oct 2014; Michał Górny <mgorny@g.o> rune-1.07-r2.ebuild:
130 Support multilib providers for deps. Bump to EAPI=5.