Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ctl: ctl-1.4.1.ebuild ChangeLog
Date: Fri, 20 Jun 2008 19:46:13
Message-Id: E1K9mYh-0005t7-6j@stork.gentoo.org
1 loki_val 08/06/20 19:46:07
2
3 Modified: ctl-1.4.1.ebuild ChangeLog
4 Log:
5 Fix gcc-4.3 compilation. Thanks to Robert Piasek <robert.piasek@××××××××××.org> in bug 227395 for the first part of the patch.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.9 media-libs/ctl/ctl-1.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?r1=1.8&r2=1.9
14
15 Index: ctl-1.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ctl-1.4.1.ebuild 13 Apr 2008 10:49:47 -0000 1.8
22 +++ ctl-1.4.1.ebuild 20 Jun 2008 19:46:06 -0000 1.9
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.8 2008/04/13 10:49:47 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.9 2008/06/20 19:46:06 loki_val Exp $
28 +
29 +inherit base
30
31 DESCRIPTION="AMPAS' Color Transformation Language"
32 HOMEPAGE="http://sourceforge.net/projects/ampasctl"
33 @@ -15,6 +17,8 @@
34 DEPEND="${RDEPEND}
35 dev-util/pkgconfig"
36
37 +PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
38 +
39 src_install() {
40 emake DESTDIR="${D}" install || die "install failed"
41 dodoc AUTHORS ChangeLog NEWS README
42
43
44
45 1.14 media-libs/ctl/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 13 Apr 2008 10:49:47 -0000 1.13
58 +++ ChangeLog 20 Jun 2008 19:46:06 -0000 1.14
59 @@ -1,6 +1,12 @@
60 # ChangeLog for media-libs/ctl
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.13 2008/04/13 10:49:47 corsair Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.14 2008/06/20 19:46:06 loki_val Exp $
64 +
65 + 20 Jun 2008; Peter Alfredsen <loki_val@g.o>
66 + +files/ctl-1.4.1-gcc43.patch, ctl-1.4.1.ebuild:
67 + Fix gcc-4.3 compilation. Thanks to Robert Piasek
68 + <robert.piasek@××××××××××.org> in bug 227395 for the first part of the
69 + patch.
70
71 13 Apr 2008; Markus Rothe <corsair@g.o> ctl-1.4.1.ebuild:
72 Stable on ppc64; bug #207663
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list