diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-04 12:11:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-04 12:11:05 +0000 |
commit | 5b4bd3b681079bd40481e5a3b05fbe3349c43ea8 (patch) | |
tree | 0a8999b8892df78e2e47de93406e6cc5f2fdfc04 | |
parent | Version bump (diff) | |
download | gentoo-2-5b4bd3b681079bd40481e5a3b05fbe3349c43ea8.tar.gz gentoo-2-5b4bd3b681079bd40481e5a3b05fbe3349c43ea8.tar.bz2 gentoo-2-5b4bd3b681079bd40481e5a3b05fbe3349c43ea8.zip |
Set QA_DT_HASH and QA_PRESTRIPPED instead of using RESTRICT="strip".
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-rw-r--r-- | media-video/binkplayer/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9p.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 5f9b93d924d6..6fac8fdd4cf4 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/binkplayer -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.20 2009/12/02 10:53:34 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.21 2010/01/04 12:11:05 ssuominen Exp $ + + 04 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + binkplayer-1.9p.ebuild: + Set QA_DT_HASH and QA_PRESTRIPPED instead of using RESTRICT="strip". 02 Dec 2009; Markus Meier <maekke@gentoo.org> binkplayer-1.9p.ebuild: amd64/x86 stable, bug #295238 diff --git a/media-video/binkplayer/binkplayer-1.9p.ebuild b/media-video/binkplayer/binkplayer-1.9p.ebuild index fe9a683d4c05..d94ca29fd305 100644 --- a/media-video/binkplayer/binkplayer-1.9p.ebuild +++ b/media-video/binkplayer/binkplayer-1.9p.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild,v 1.2 2009/12/02 10:53:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild,v 1.3 2010/01/04 12:11:05 ssuominen Exp $ DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" @@ -13,7 +13,6 @@ LICENSE="as-is" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -RESTRICT="strip" DEPEND="app-arch/unzip" RDEPEND="amd64? ( @@ -28,7 +27,10 @@ RDEPEND="amd64? ( S=${WORKDIR} +QA_DT_HASH="opt/bin/BinkPlayer" +QA_PRESTRIPPED="opt/bin/BinkPlayer" + src_install() { into /opt - dobin BinkPlayer || die "dobin failed" + dobin BinkPlayer || die } |