diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-08-29 13:40:30 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-08-29 13:40:30 +0000 |
commit | 113dca939dc1903db3caecc1c745e8cf8d1bd2b3 (patch) | |
tree | 3fcae16cc06d4b6b73e4061ddb4634904b9a1076 /games-action | |
parent | Add missing init script. Also, CVS is dumb and should be hated. (diff) | |
download | gentoo-2-113dca939dc1903db3caecc1c745e8cf8d1bd2b3.tar.gz gentoo-2-113dca939dc1903db3caecc1c745e8cf8d1bd2b3.tar.bz2 gentoo-2-113dca939dc1903db3caecc1c745e8cf8d1bd2b3.zip |
Use QA_PREBUILT. Bug #432442
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/spacetripper-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/spacetripper-demo/spacetripper-demo-1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-action/spacetripper-demo/ChangeLog b/games-action/spacetripper-demo/ChangeLog index e29b4920929c..f7fe815717ec 100644 --- a/games-action/spacetripper-demo/ChangeLog +++ b/games-action/spacetripper-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/spacetripper-demo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.13 2012/02/08 21:28:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.14 2012/08/29 13:40:30 tupone Exp $ + + 29 Aug 2012; Alfredo Tupone <tupone@gentoo.org> spacetripper-demo-1.ebuild: + Use QA_PREBUILT. Bug #432442 by Diego Elio Pettenò 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> spacetripper-demo-1.ebuild: Move to new unpacker eclass for unpack_makeself. diff --git a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1.ebuild index 37211cf3f330..1b82efd2914f 100644 --- a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild +++ b/games-action/spacetripper-demo/spacetripper-demo-1.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-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.14 2012/02/08 21:28:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.15 2012/08/29 13:40:30 tupone Exp $ inherit eutils unpacker games @@ -30,6 +30,8 @@ S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} +QA_PREBUILT="${dir}/*" + src_unpack() { unpack_makeself } |