mr_bones_ 15/06/01 20:57:55 Modified: nwmouse-20090906.183839.ebuild ChangeLog Log: clean up app-emulation/emul-linux which has been removed (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 games-rpg/nwmouse/nwmouse-20090906.183839.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?r1=1.6&r2=1.7 Index: nwmouse-20090906.183839.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nwmouse-20090906.183839.ebuild 15 Oct 2014 10:01:31 -0000 1.6 +++ nwmouse-20090906.183839.ebuild 1 Jun 2015 20:57:54 -0000 1.7 @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.6 2014/10/15 10:01:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.7 2015/06/01 20:57:54 mr_bones_ Exp $ EAPI=5 - inherit games DESCRIPTION="Hardware mouse cursors for Neverwinter Nights" @@ -21,22 +20,11 @@ >=games-rpg/nwn-1.68-r4 games-rpg/nwn-data sys-libs/glibc - || ( - ( - >=dev-libs/elfutils-0.155-r1[abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXcursor[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - ) - amd64? ( - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - ) -" -DEPEND="" + >=dev-libs/elfutils-0.155-r1[abi_x86_32(-)] + >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXcursor[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)]" # I've looked at this stuff, and I can't find the problem myself, so I'm just # removing the warnings. If someone feels like finding the patch, that would be @@ -45,11 +33,6 @@ QA_PREBUILT="${dir:1}/nwmouse.so ${dir:1}/nwmouse/libdis/libdisasm.so" -pkg_setup() { - games_pkg_setup - elog "This package is pre-compiled so it will work on both x86 and amd64." -} - src_install() { # libelf moved to games-rpg/nwn, see bug #210562 exeinto "${dir}" 1.16 games-rpg/nwmouse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 15 Oct 2014 10:01:31 -0000 1.15 +++ ChangeLog 1 Jun 2015 20:57:54 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/nwmouse -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.15 2014/10/15 10:01:31 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.16 2015/06/01 20:57:54 mr_bones_ Exp $ + + 01 Jun 2015; Michael Sterrett <[email protected]> + nwmouse-20090906.183839.ebuild: + clean up app-emulation/emul-linux which has been removed 15 Oct 2014; Pacho Ramos <[email protected]> nwmouse-20090906.183839.ebuild: Support multilib providers for deps. Bump to EAPI=5.
