diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:57:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:57:54 +0000 |
commit | 4d4ead3a2f8aad38b4f4a60df1c01f34b9c540a4 (patch) | |
tree | 30cbe4d1b9cbf8a788ef81fb2323bebbc46550ee /games-rpg | |
parent | clean up app-emulation/emul-linux which has been removed (diff) | |
download | gentoo-2-4d4ead3a2f8aad38b4f4a60df1c01f34b9c540a4.tar.gz gentoo-2-4d4ead3a2f8aad38b4f4a60df1c01f34b9c540a4.tar.bz2 gentoo-2-4d4ead3a2f8aad38b4f4a60df1c01f34b9c540a4.zip |
clean up app-emulation/emul-linux which has been removed
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwmouse/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/nwmouse/nwmouse-20090906.183839.ebuild | 31 |
2 files changed, 13 insertions, 26 deletions
diff --git a/games-rpg/nwmouse/ChangeLog b/games-rpg/nwmouse/ChangeLog index 1f29765ef9ac..74a161ce8533 100644 --- a/games-rpg/nwmouse/ChangeLog +++ b/games-rpg/nwmouse/ChangeLog @@ -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 <mr_bones_@gentoo.org> + nwmouse-20090906.183839.ebuild: + clean up app-emulation/emul-linux which has been removed 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> nwmouse-20090906.183839.ebuild: Support multilib providers for deps. Bump to EAPI=5. diff --git a/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild b/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild index d36a2115d1fa..32e22fa89a3d 100644 --- a/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild +++ b/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild @@ -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 @@ RDEPEND=" >=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 @@ dir="${GAMES_PREFIX_OPT}/nwn" 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}" |