public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/binkplayer: ChangeLog binkplayer-1.9p.ebuild
Date: Mon, 04 Jan 2010 12:11:05 +0000	[thread overview]
Message-ID: <E1NRlm5-0005vI-UV@stork.gentoo.org> (raw)

ssuominen    10/01/04 12:11:05

  Modified:             ChangeLog binkplayer-1.9p.ebuild
  Log:
  Set QA_DT_HASH and QA_PRESTRIPPED instead of using RESTRICT="strip".
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-video/binkplayer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Dec 2009 10:53:34 -0000	1.20
+++ ChangeLog	4 Jan 2010 12:11:05 -0000	1.21
@@ -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



1.3                  media-video/binkplayer/binkplayer-1.9p.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild?r1=1.2&r2=1.3

Index: binkplayer-1.9p.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- binkplayer-1.9p.ebuild	2 Dec 2009 10:53:34 -0000	1.2
+++ binkplayer-1.9p.ebuild	4 Jan 2010 12:11:05 -0000	1.3
@@ -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 @@
 SLOT="0"
 KEYWORDS="-* amd64 x86"
 IUSE=""
-RESTRICT="strip"
 
 DEPEND="app-arch/unzip"
 RDEPEND="amd64? (
@@ -28,7 +27,10 @@
 
 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
 }






             reply	other threads:[~2010-01-04 12:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-04 12:11 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-18 22:11 [gentoo-commits] gentoo-x86 commit in media-video/binkplayer: ChangeLog binkplayer-1.9p.ebuild Michael Sterrett (mr_bones_)
2014-09-08 17:18 Ulrich Mueller (ulm)
2009-12-02 10:53 Markus Meier (maekke)
2009-10-29  2:29 Michael Sterrett (mr_bones_)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NRlm5-0005vI-UV@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox