diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-12-27 21:34:19 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-12-27 21:34:19 +0000 |
commit | 9351365a34089f42dfd6b3a3edcd0955152fb359 (patch) | |
tree | 98e5cc54c8b66b6d039ee116532d2d4f755796d4 /games-arcade/thinktanks-demo | |
parent | Fixed CVS header. (diff) | |
download | gentoo-2-9351365a34089f42dfd6b3a3edcd0955152fb359.tar.gz gentoo-2-9351365a34089f42dfd6b3a3edcd0955152fb359.tar.bz2 gentoo-2-9351365a34089f42dfd6b3a3edcd0955152fb359.zip |
Use QA_PREBUILT. Bug #440012
(Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/thinktanks-demo')
-rw-r--r-- | games-arcade/thinktanks-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-arcade/thinktanks-demo/ChangeLog b/games-arcade/thinktanks-demo/ChangeLog index c9d4760f417d..e1a690f38e80 100644 --- a/games-arcade/thinktanks-demo/ChangeLog +++ b/games-arcade/thinktanks-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/thinktanks-demo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.9 2012/02/05 06:21:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.10 2012/12/27 21:34:19 tupone Exp $ + + 27 Dec 2012; Tupone Alfredo <tupone@gentoo.org> + thinktanks-demo-1.1-r1.ebuild: + Use QA_PREBUILT. Bug #440012 by Diego Elio Pettenò 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> thinktanks-demo-1.1-r1.ebuild: diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild index d1dcae46b818..67776b514edf 100644 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.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-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.6 2012/02/05 06:21:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.7 2012/12/27 21:34:19 tupone Exp $ inherit unpacker games @@ -19,9 +19,11 @@ RDEPEND="media-libs/libsdl media-libs/libvorbis" S=${WORKDIR} +dir=${GAMES_PREFIX_OPT}/${PN} + +QA_PREBUILT="${dir:1}/ThinkTanks.bin" src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} dodir "${dir}" "${GAMES_BINDIR}" tar -zxf ThinkTanks.tar.gz -C "${D}/${dir}" || die "extracting ThinkTanks.tar.gz" |