From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18BB3138247 for ; Mon, 13 Oct 2014 16:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA615E089D; Mon, 13 Oct 2014 16:44:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58713E089D for ; Mon, 13 Oct 2014 16:44:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 024DC34044E for ; Mon, 13 Oct 2014 16:44:49 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id B5C207BF8; Mon, 13 Oct 2014 16:44:47 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-fps/rtcw: rtcw-1.41b.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rtcw-1.41b.ebuild ChangeLog X-VCS-Directories: games-fps/rtcw X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141013164447.B5C207BF8@oystercatcher.gentoo.org> Date: Mon, 13 Oct 2014 16:44:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c2fb321-433f-4c96-9ef9-1165001f84cb X-Archives-Hash: c50d5ab8e6a8699ce91970d46a15981d 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 rtcw-1.41b.ebuild: + Support multilib providers for deps. Bump to EAPI=5. 07 Sep 2014; Ulrich Müller rtcw-1.41b.ebuild: Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.