mgorny      14/10/13 16:44:47

  Modified:             rtcw-1.41b.ebuild ChangeLog
  Log:
  Support multilib providers for deps. Bump to EAPI=5.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  Changes    Path
1.20                 games-fps/rtcw/rtcw-1.41b.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild?r1=1.19&r2=1.20

Index: rtcw-1.41b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rtcw-1.41b.ebuild   7 Sep 2014 17:41:03 -0000       1.19
+++ rtcw-1.41b.ebuild   13 Oct 2014 16:44:47 -0000      1.20
@@ -1,8 +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/rtcw/rtcw-1.41b.ebuild,v 1.19 
2014/09/07 17:41:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.20 
2014/10/13 16:44:47 mgorny Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils unpacker games
 
 DESCRIPTION="Return to Castle Wolfenstein - Long awaited sequel to Wolfenstein 
3D"
@@ -17,14 +17,20 @@
 IUSE="opengl dedicated"
 RESTRICT="strip mirror"
 
-UIDEPEND="virtual/opengl
-       x86? (
-               x11-libs/libX11
-               x11-libs/libXext
-               x11-libs/libXau
-               x11-libs/libXdmcp
-       )
-       amd64? ( app-emulation/emul-linux-x86-xlibs )"
+UIDEPEND="
+       || (
+               (
+                       x11-libs/libX11[abi_x86_32(-)]
+                       x11-libs/libXau[abi_x86_32(-)]
+                       x11-libs/libXdmcp[abi_x86_32(-)]
+                       x11-libs/libXext[abi_x86_32(-)]
+                       virtual/opengl[abi_x86_32(-)]
+               )
+               amd64? (
+                       app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
+                       app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+               )
+       )"
 RDEPEND="sys-libs/glibc
        sys-libs/lib-compat
        dedicated? ( app-misc/screen )
@@ -42,7 +48,7 @@
        doins -r main Docs pb
 
        exeinto "${dir}"
-       doexe bin/Linux/x86/*.x86 openurl.sh || die "copying exe"
+       doexe bin/Linux/x86/*.x86 openurl.sh
 
        games_make_wrapper rtcwmp ./wolf.x86 "${dir}" "${dir}"
        games_make_wrapper rtcwsp ./wolfsp.x86 "${dir}" "${dir}"



1.44                 games-fps/rtcw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   7 Sep 2014 17:41:03 -0000       1.43
+++ ChangeLog   13 Oct 2014 16:44:47 -0000      1.44
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/rtcw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.43 2014/09/07 
17:41:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.44 2014/10/13 
16:44:47 mgorny Exp $
+
+  13 Oct 2014; Michał Górny <mgo...@gentoo.org> rtcw-1.41b.ebuild:
+  Support multilib providers for deps. Bump to EAPI=5.
 
   07 Sep 2014; Ulrich Müller <u...@gentoo.org> rtcw-1.41b.ebuild:
   Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.




Reply via email to