diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-01-29 13:06:46 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-01-29 13:06:46 +0000 |
commit | 14f65742632f0ccf79cbe4988ab8d27d983bbfc9 (patch) | |
tree | 2aa0cd817a7c6713e7483b158e72ec26efc8160e /games-strategy | |
parent | Version bump wrt bug #453676. (diff) | |
download | gentoo-2-14f65742632f0ccf79cbe4988ab8d27d983bbfc9.tar.gz gentoo-2-14f65742632f0ccf79cbe4988ab8d27d983bbfc9.tar.bz2 gentoo-2-14f65742632f0ccf79cbe4988ab8d27d983bbfc9.zip |
Use QA_PREBUILT. Bug #439532
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/coldwar-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/coldwar-demo/coldwar-demo-1-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-strategy/coldwar-demo/ChangeLog b/games-strategy/coldwar-demo/ChangeLog index a59e247080d8..4db0942ed8e8 100644 --- a/games-strategy/coldwar-demo/ChangeLog +++ b/games-strategy/coldwar-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/coldwar-demo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/ChangeLog,v 1.6 2012/02/05 06:22:26 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/ChangeLog,v 1.7 2013/01/29 13:06:46 tupone Exp $ + + 29 Jan 2013; Tupone Alfredo <tupone@gentoo.org> coldwar-demo-1-r1.ebuild: + Use QA_PREBUILT. Bug #439532 by Diego 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> coldwar-demo-1-r1.ebuild: Move to new unpacker eclass for unpack_makeself. diff --git a/games-strategy/coldwar-demo/coldwar-demo-1-r1.ebuild b/games-strategy/coldwar-demo/coldwar-demo-1-r1.ebuild index 70466075abe4..a13b251ebc25 100644 --- a/games-strategy/coldwar-demo/coldwar-demo-1-r1.ebuild +++ b/games-strategy/coldwar-demo/coldwar-demo-1-r1.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-strategy/coldwar-demo/coldwar-demo-1-r1.ebuild,v 1.3 2012/02/05 06:22:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/coldwar-demo-1-r1.ebuild,v 1.4 2013/01/29 13:06:46 tupone Exp $ inherit eutils unpacker games @@ -34,8 +34,8 @@ DEPEND="" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} -QA_TEXTRELS="${dir:1}/lib/libSDL-1.2.so.0.7.2 - ${dir:1}/lib/libSDL-1.2.so.0" +QA_PREBUILT="${dir:1}/lib/* + ${dir:1}/bin/meng" src_unpack() { unpack_makeself |