Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kino: kino-1.0.0.ebuild ChangeLog
Date: Tue, 27 Nov 2007 12:05:24
Message-Id: E1IwzBk-0000ly-L7@stork.gentoo.org
1 zzam 07/11/27 12:05:16
2
3 Modified: kino-1.0.0.ebuild ChangeLog
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.13 media-video/kino/kino-1.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kino/kino-1.0.0.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kino/kino-1.0.0.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kino/kino-1.0.0.ebuild?r1=1.12&r2=1.13
14
15 Index: kino-1.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.0.0.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- kino-1.0.0.ebuild 20 Jul 2007 12:35:11 -0000 1.12
22 +++ kino-1.0.0.ebuild 27 Nov 2007 12:05:16 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.0.0.ebuild,v 1.12 2007/07/20 12:35:11 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.0.0.ebuild,v 1.13 2007/11/27 12:05:16 zzam Exp $
28
29 DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
30 HOMEPAGE="http://www.kinodv.org/"
31 @@ -37,7 +37,7 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 + cd "${S}"
37
38 # Fix to link with --as-needed
39 sed -i -e 's:LIBS="-lXext:LIBS="-lXext -lX11:' configure || die "sed failed!"
40 @@ -69,7 +69,7 @@
41 }
42
43 src_install() {
44 - emake DESTDIR=${D} install || die "Installation failed"
45 + emake DESTDIR="${D}" install || die "Installation failed"
46 dodoc AUTHORS BUGS ChangeLog NEWS README* TODO
47 # Fix bug #177378
48 fowners root:root -R /usr/share/kino/help
49
50
51
52 1.91 media-video/kino/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kino/ChangeLog?rev=1.91&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kino/ChangeLog?rev=1.91&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kino/ChangeLog?r1=1.90&r2=1.91
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v
61 retrieving revision 1.90
62 retrieving revision 1.91
63 diff -u -r1.90 -r1.91
64 --- ChangeLog 23 Oct 2007 08:26:10 -0000 1.90
65 +++ ChangeLog 27 Nov 2007 12:05:16 -0000 1.91
66 @@ -1,6 +1,9 @@
67 # ChangeLog for media-video/kino
68 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.90 2007/10/23 08:26:10 calchan Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.91 2007/11/27 12:05:16 zzam Exp $
71 +
72 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> kino-1.0.0.ebuild:
73 + Fixed quoting.
74
75 23 Oct 2007; Denis Dupeyron <calchan@g.o> -kino-1.1.0.ebuild:
76 Removed useless ebuild.
77
78
79
80 --
81 gentoo-commits@g.o mailing list