pacho 14/10/15 11:47:05 Modified: unreal-tournament-451.ebuild ChangeLog Log: Support multilib providers for deps. Bump to EAPI=5. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.31 games-fps/unreal-tournament/unreal-tournament-451.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild?r1=1.30&r2=1.31 Index: unreal-tournament-451.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- unreal-tournament-451.ebuild 1 May 2014 14:41:59 -0000 1.30 +++ unreal-tournament-451.ebuild 15 Oct 2014 11:47:05 -0000 1.31 @@ -1,6 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.30 2014/05/01 14:41:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.31 2014/10/15 11:47:05 pacho Exp $ + +EAPI=5 inherit eutils unpacker cdrom games @@ -15,18 +17,26 @@ IUSE="3dfx opengl" RESTRICT="mirror bindist" -RDEPEND="!amd64? ( - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - =media-libs/libsdl-1.2* - opengl? ( virtual/opengl ) ) - amd64? ( app-emulation/emul-linux-x86-sdl - app-emulation/emul-linux-x86-baselibs - app-emulation/emul-linux-x86-xlibs )" +RDEPEND=" + || ( + ( + >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + opengl? ( virtual/opengl[abi_x86_32(-)] ) + ) + amd64? ( + app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) + ) + ) +" DEPEND="${RDEPEND} - !games-fps/unreal-tournament-goty" + !games-fps/unreal-tournament-goty +" S=${WORKDIR} @@ -64,7 +74,7 @@ # the most important things, ucc & ut :) exeinto "${dir}" doexe bin/x86/{ucc,ut} || die "install ucc/ut" - dosed "s:\`FindPath \$0\`:${dir}:" "${dir}"/ucc + sed -i -e "s:\`FindPath \$0\`:${dir}:" "${ED}/${dir}"/ucc || die # install a few random files insinto "${dir}" @@ -82,7 +92,7 @@ # finally, unleash the UTPG patch cp -rf UTPG/* "${Ddir}/" # fix a small bug until next official release - dosed "/^LoadClassMismatch/s:%s.%s:%s:" "${dir}"/System/Core.int + sed -i -e "/^LoadClassMismatch/s:%s.%s:%s:" "${ED}/${dir}"/System/Core.int || die # now we uncompress the maps (GOTY edition installs maps as .uz) einfo "Uncompressing Maps ... this may take some time" 1.24 games-fps/unreal-tournament/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 1 May 2014 14:41:59 -0000 1.23 +++ ChangeLog 15 Oct 2014 11:47:05 -0000 1.24 @@ -1,6 +1,9 @@ # ChangeLog for games-fps/unreal-tournament # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.23 2014/05/01 14:41:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.24 2014/10/15 11:47:05 pacho Exp $ + + 15 Oct 2014; Pacho Ramos <[email protected]> unreal-tournament-451.ebuild: + Support multilib providers for deps. Bump to EAPI=5. 01 May 2014; Ulrich Müller <[email protected]> unreal-tournament-451.ebuild: Fix LICENSE, add mirror and bindist restrictions, bug 506952.
