diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-12-31 14:42:06 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-12-31 14:42:06 +0000 |
commit | fadd818d5fd0cf366a8abba8105919e5f873caff (patch) | |
tree | 8c2808eb0743ace66ab8e604f95834e6f25c90bc /games-simulation | |
parent | Add ~ppc, wrt bug #449220 (diff) | |
download | gentoo-2-fadd818d5fd0cf366a8abba8105919e5f873caff.tar.gz gentoo-2-fadd818d5fd0cf366a8abba8105919e5f873caff.tar.bz2 gentoo-2-fadd818d5fd0cf366a8abba8105919e5f873caff.zip |
Use QA_PREBUILT. Bug #431116
(Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/bcs-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/bcs-demo/bcs-demo-1.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-simulation/bcs-demo/ChangeLog b/games-simulation/bcs-demo/ChangeLog index c64c03001324..01851c967896 100644 --- a/games-simulation/bcs-demo/ChangeLog +++ b/games-simulation/bcs-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/bcs-demo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.10 2012/02/05 06:19:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.11 2012/12/31 14:42:06 tupone Exp $ + + 31 Dec 2012; Tupone Alfredo <tupone@gentoo.org> bcs-demo-1.3.ebuild: + Use QA_PREBUILT. Bug #431116 by Diego Elio Pettenò 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> bcs-demo-1.3.ebuild: Move to new unpacker eclass for unpack_makeself. diff --git a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild index d28204a1144f..29de914d0fc6 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.10 2012/02/05 06:19:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.11 2012/12/31 14:42:06 tupone Exp $ inherit unpacker games @@ -31,6 +31,7 @@ S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} +QA_PREBUILT="${dir:1}/*" src_unpack() { unpack_makeself bcsdemo_v${PV/./_}.sh.bin |