diff options
author | 2013-01-20 14:55:58 +0000 | |
---|---|---|
committer | 2013-01-20 14:55:58 +0000 | |
commit | 65c635176862f4514c8ab4eadfcf6c52f1b91397 (patch) | |
tree | 2a662e4c459a5221734512cec7bddb493b2fc40d /games-fps/rtcw | |
parent | old (diff) | |
download | gentoo-2-65c635176862f4514c8ab4eadfcf6c52f1b91397.tar.gz gentoo-2-65c635176862f4514c8ab4eadfcf6c52f1b91397.tar.bz2 gentoo-2-65c635176862f4514c8ab4eadfcf6c52f1b91397.zip |
Use QA_PREBUILT Bug #452978
(Portage version: 2.1.11.45/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-fps/rtcw')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index 182e557f0466..10d7582ee241 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.40 2012/07/11 17:27:03 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.41 2013/01/20 14:55:58 tupone Exp $ + + 20 Jan 2013; Tupone Alfredo <tupone@gentoo.org> rtcw-1.41b.ebuild: + Use QA_PREBUILT Bug #452978 by Diego Elio Pettenò 11 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> rtcw-1.41b.ebuild: gpl for init script bug #425944 diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild index 48232a57912f..882806b6b018 100644 --- a/games-fps/rtcw/rtcw-1.41b.ebuild +++ b/games-fps/rtcw/rtcw-1.41b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.16 2012/07/11 17:27:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.17 2013/01/20 14:55:58 tupone Exp $ EAPI=2 inherit eutils unpacker games @@ -16,9 +16,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="opengl dedicated" RESTRICT="strip mirror" -QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/rtcw/pb/pbag.so - ${GAMES_PREFIX_OPT:1}/rtcw/pb/pbsv.so - ${GAMES_PREFIX_OPT:1}/rtcw/pb/pbcl.so" UIDEPEND="virtual/opengl x86? ( @@ -39,6 +36,7 @@ S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} +QA_PREBUILT="${dir:1}/* ${dir:1}/pb/* ${dir:1}/main/*" src_install() { insinto "${dir}" |