Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/makemkv: makemkv-1.6.16.ebuild
Date: Fri, 02 Dec 2011 23:32:43
Message-Id: 20111202233234.3130F2004B@flycatcher.gentoo.org
1 beandog 11/12/02 23:32:34
2
3 Modified: makemkv-1.6.16.ebuild
4 Log:
5 Cleanup ebuild, patch makefile, QA variables
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 media-video/makemkv/makemkv-1.6.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/makemkv-1.6.16.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/makemkv-1.6.16.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/makemkv-1.6.16.ebuild?r1=1.2&r2=1.3
15
16 Index: makemkv-1.6.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.6.16.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- makemkv-1.6.16.ebuild 2 Dec 2011 20:50:54 -0000 1.2
23 +++ makemkv-1.6.16.ebuild 2 Dec 2011 23:32:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.6.16.ebuild,v 1.2 2011/12/02 20:50:54 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.6.16.ebuild,v 1.3 2011/12/02 23:32:34 beandog Exp $
29
30 EAPI=3
31
32 @@ -27,7 +27,11 @@
33 x11-libs/qt-dbus:4"
34 RDEPEND="${DEPEND}"
35
36 +QA_PRESTRIPPED="/usr/bin/makemkvcon"
37 +QA_EXECSTACK="usr/bin/makemkvcon"
38 +
39 src_prepare() {
40 + epatch "${FILESDIR}/${P}-makefile.linux.patch"
41 cd "${MY_P}"
42 }