Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.6.0.ebuild ChangeLog
Date: Sun, 21 Jun 2009 15:14:23
Message-Id: E1MIOkP-0001cC-EL@stork.gentoo.org
1 billie 09/06/21 15:14:21
2
3 Modified: dvbcut-0.6.0.ebuild ChangeLog
4 Log:
5 Use ${P} when calling epatch.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 media-video/dvbcut/dvbcut-0.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?r1=1.2&r2=1.3
14
15 Index: dvbcut-0.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- dvbcut-0.6.0.ebuild 21 Jun 2009 15:01:46 -0000 1.2
22 +++ dvbcut-0.6.0.ebuild 21 Jun 2009 15:14:21 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild,v 1.2 2009/06/21 15:01:46 billie Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild,v 1.3 2009/06/21 15:14:21 billie Exp $
28
29 EAPI=2
30
31 @@ -25,7 +25,7 @@
32 DEPEND="${RDEPEND}"
33
34 src_prepare() {
35 - epatch "${FILESDIR}"/dvbcut-0.6.0-parallel-install.patch
36 + epatch "${FILESDIR}"/${P}-parallel-install.patch
37 }
38
39 src_configure() {
40
41
42
43 1.21 media-video/dvbcut/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.21&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.21&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.20&r2=1.21
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
52 retrieving revision 1.20
53 retrieving revision 1.21
54 diff -u -r1.20 -r1.21
55 --- ChangeLog 21 Jun 2009 15:06:10 -0000 1.20
56 +++ ChangeLog 21 Jun 2009 15:14:21 -0000 1.21
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-video/dvbcut
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.20 2009/06/21 15:06:10 billie Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.21 2009/06/21 15:14:21 billie Exp $
62 +
63 + 21 Jun 2009; Pielmeier Daniel <billie@g.o> dvbcut-0.6.0.ebuild:
64 + Use ${P} when calling epatch.
65
66 21 Jun 2009; Pielmeier Daniel <billie@g.o> metadata.xml:
67 Adding myself to maintainers.