Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@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, 24 Jan 2014 06:34:06
Message-Id: 20140124063358.ECDEE2004C@flycatcher.gentoo.org
1 ssuominen 14/01/24 06:33:58
2
3 Modified: ctl-1.4.1.ebuild ChangeLog
4 Log:
5 Modernize the ebuild (eapi5, prune_libtool_files, and so forth)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.15 media-libs/ctl/ctl-1.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?r1=1.14&r2=1.15
15
16 Index: ctl-1.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ctl-1.4.1.ebuild 3 Mar 2013 06:03:04 -0000 1.14
23 +++ ctl-1.4.1.ebuild 24 Jan 2014 06:33:58 -0000 1.15
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.14 2013/03/03 06:03:04 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.15 2014/01/24 06:33:58 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit eutils libtool
34
35 DESCRIPTION="AMPAS' Color Transformation Language"
36 @@ -14,25 +14,22 @@
37 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
38 IUSE="static-libs"
39
40 -RDEPEND="media-libs/ilmbase"
41 +RDEPEND="media-libs/ilmbase:="
42 DEPEND="${RDEPEND}
43 virtual/pkgconfig"
44
45 src_prepare() {
46 - epatch "${FILESDIR}"/${P}-gcc43.patch
47 - epatch "${FILESDIR}"/${P}-gcc47.patch
48 + epatch "${FILESDIR}"/${P}-gcc4{3,7}.patch
49 elibtoolize
50 }
51
52 src_configure() {
53 - econf \
54 - --disable-dependency-tracking \
55 - $(use_enable static-libs static)
56 + econf $(use_enable static-libs static)
57 }
58
59 src_install() {
60 - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install || die
61 + emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install
62 dodoc AUTHORS ChangeLog NEWS README
63
64 - find "${D}" -name '*.la' -exec rm -f '{}' +
65 + prune_libtool_files --all
66 }
67
68
69
70 1.20 media-libs/ctl/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.20&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.20&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?r1=1.19&r2=1.20
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v
79 retrieving revision 1.19
80 retrieving revision 1.20
81 diff -u -r1.19 -r1.20
82 --- ChangeLog 3 Mar 2013 06:03:04 -0000 1.19
83 +++ ChangeLog 24 Jan 2014 06:33:58 -0000 1.20
84 @@ -1,6 +1,9 @@
85 # ChangeLog for media-libs/ctl
86 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.19 2013/03/03 06:03:04 dirtyepic Exp $
88 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.20 2014/01/24 06:33:58 ssuominen Exp $
90 +
91 + 24 Jan 2014; Samuli Suominen <ssuominen@g.o> ctl-1.4.1.ebuild:
92 + Modernize the ebuild (eapi5, prune_libtool_files, and so forth)
93
94 03 Mar 2013; Ryan Hill <dirtyepic@g.o> ctl-1.4.1.ebuild,
95 +files/ctl-1.4.1-gcc47.patch:
96 @@ -68,4 +71,3 @@
97 +ctl-1.4.0.ebuild:
98 Initial import, split of media-libs/openexr, thanks to : Arfrever Frehtes
99 Taifersar Arahesis <Arfrever.FTA@×××××.Com> for the ebuilds, bug #189798
100 -