Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/2mandvd: 2mandvd-1.5.5.ebuild ChangeLog
Date: Sun, 08 May 2011 01:51:49
Message-Id: 20110508015138.8AA2120054@flycatcher.gentoo.org
1 chiiph 11/05/08 01:51:38
2
3 Modified: 2mandvd-1.5.5.ebuild ChangeLog
4 Log:
5 Fix patch and unpack output wrt bug 364553
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 media-video/2mandvd/2mandvd-1.5.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?r1=1.1&r2=1.2
15
16 Index: 2mandvd-1.5.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 2mandvd-1.5.5.ebuild 22 Apr 2011 16:00:01 -0000 1.1
23 +++ 2mandvd-1.5.5.ebuild 8 May 2011 01:51:38 -0000 1.2
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/2mandvd/2mandvd-1.5.5.ebuild,v 1.1 2011/04/22 16:00:01 chiiph Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild,v 1.2 2011/05/08 01:51:38 chiiph Exp $
29
30 EAPI="2"
31 LANGS="cs de en it"
32 @@ -37,9 +37,14 @@
33 media-video/mjpegtools
34 media-video/mplayer[encode]"
35
36 +S="${WORKDIR}/${MY_PN}"
37 +
38 PATCHES=( "${FILESDIR}/2mandvd-fix-const-char-concatenation.patch" )
39
40 -S="${WORKDIR}/${MY_PN}"
41 +src_unpack() {
42 + # Filter alot of noisy messages (differences between bsd tar and gnu one):
43 + unpack ${A} 2> "/dev/null"
44 +}
45
46 src_prepare() {
47 # Cleaning old backup files:
48
49
50
51 1.17 media-video/2mandvd/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.17&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.17&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?r1=1.16&r2=1.17
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v
60 retrieving revision 1.16
61 retrieving revision 1.17
62 diff -u -r1.16 -r1.17
63 --- ChangeLog 22 Apr 2011 16:00:01 -0000 1.16
64 +++ ChangeLog 8 May 2011 01:51:38 -0000 1.17
65 @@ -1,6 +1,10 @@
66 # ChangeLog for media-video/2mandvd
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.16 2011/04/22 16:00:01 chiiph Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.17 2011/05/08 01:51:38 chiiph Exp $
70 +
71 + 08 May 2011; Tomas Touceda <chiiph@g.o>
72 + files/2mandvd-fix-const-char-concatenation.patch, 2mandvd-1.5.5.ebuild:
73 + Fix patch and unpack output wrt bug 364553
74
75 *2mandvd-1.5.5 (22 Apr 2011)