diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-01-13 16:19:42 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-01-13 16:19:42 +0000 |
commit | b9eb299f50963125f2f7038aaef08c86e8ded088 (patch) | |
tree | b1dd2b2b28f3e5e12c7b3e26c006353af48d180b /games-rpg/nwmouse | |
parent | Raise gobject-introspection dependency per bug #449228. (diff) | |
download | gentoo-2-b9eb299f50963125f2f7038aaef08c86e8ded088.tar.gz gentoo-2-b9eb299f50963125f2f7038aaef08c86e8ded088.tar.bz2 gentoo-2-b9eb299f50963125f2f7038aaef08c86e8ded088.zip |
Use QA_PREBUILT. Bug #442906
(Portage version: 2.1.11.40/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-rpg/nwmouse')
-rw-r--r-- | games-rpg/nwmouse/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/nwmouse/nwmouse-20090906.183839.ebuild | 14 |
2 files changed, 13 insertions, 9 deletions
diff --git a/games-rpg/nwmouse/ChangeLog b/games-rpg/nwmouse/ChangeLog index 5237a0b01422..49eb0880712e 100644 --- a/games-rpg/nwmouse/ChangeLog +++ b/games-rpg/nwmouse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/nwmouse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.12 2010/08/17 20:30:47 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.13 2013/01/13 16:19:42 tupone Exp $ + + 13 Jan 2013; Tupone Alfredo <tupone@gentoo.org> + nwmouse-20090906.183839.ebuild: + Use QA_PREBUILT. Bug #442906 by Diego Elio Pettenò 17 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> nwmouse-20090906.183839.ebuild: diff --git a/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild b/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild index 57ef8e65a0df..6b3417c6c835 100644 --- a/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild +++ b/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 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.3 2010/08/17 20:30:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.4 2013/01/13 16:19:42 tupone Exp $ inherit games @@ -12,11 +12,6 @@ SRC_URI="http://dev.gentoo.org/~calchan/distfiles/${P}.tar.bz2 LICENSE="as-is" SLOT="0" KEYWORDS="amd64 x86" -# 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 -# great and I'll gladly include it. -QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/nwn/nwmouse.so" -QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/nwn/nwmouse.so" IUSE="" RESTRICT="strip mirror" @@ -33,7 +28,12 @@ RDEPEND="sys-libs/glibc x11-libs/libX11 media-libs/libsdl )" +# 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 +# great and I'll gladly include it. dir="${GAMES_PREFIX_OPT}/nwn" +QA_PREBUILT="${dir:1}/nwmouse.so + ${dir:1}/nwmouse/libdis/libdisasm.so" pkg_setup() { games_pkg_setup |