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/cinepaint: cinepaint-0.21.1.ebuild ChangeLog
Date: Tue, 27 Nov 2007 12:23:03
Message-Id: E1IwzSs-0001GP-5G@stork.gentoo.org
1 zzam 07/11/27 12:22:58
2
3 Modified: cinepaint-0.21.1.ebuild ChangeLog
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.4 media-video/cinepaint/cinepaint-0.21.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild?r1=1.3&r2=1.4
14
15 Index: cinepaint-0.21.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- cinepaint-0.21.1.ebuild 26 Nov 2006 17:57:02 -0000 1.3
22 +++ cinepaint-0.21.1.ebuild 27 Nov 2007 12:22:57 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild,v 1.3 2006/11/26 17:57:02 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild,v 1.4 2007/11/27 12:22:57 zzam Exp $
29
30 inherit eutils versionator flag-o-matic autotools
31
32 @@ -42,6 +42,6 @@
33 }
34
35 src_install(){
36 - emake DESTDIR=${D} install || die "emake install failed"
37 + emake DESTDIR="${D}" install || die "emake install failed"
38 dodoc AUTHORS ChangeLog README* NEWS
39 }
40
41
42
43 1.18 media-video/cinepaint/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 25 Apr 2007 20:47:25 -0000 1.17
56 +++ ChangeLog 27 Nov 2007 12:22:57 -0000 1.18
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-video/cinepaint
59 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.17 2007/04/25 20:47:25 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.18 2007/11/27 12:22:57 zzam Exp $
62 +
63 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
64 + cinepaint-0.21.1.ebuild:
65 + Fixed quoting.
66
67 25 Apr 2007; Alexis Ballier <aballier@g.o> cinepaint-0.22.0.ebuild:
68 Add gimpprint useflag/support, thanks to Honza Macháček
69
70
71
72 --
73 gentoo-commits@g.o mailing list