Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ctl: ChangeLog ctl-1.4.1.ebuild
Date: Sat, 27 Oct 2007 18:22:15
Message-Id: E1IlqIV-0000Va-83@stork.gentoo.org
1 aballier 07/10/27 18:22:11
2
3 Modified: ChangeLog
4 Added: ctl-1.4.1.ebuild
5 Log:
6 version bump, bug #197219
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.6 media-libs/ctl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 9 Oct 2007 16:55:31 -0000 1.5
23 +++ ChangeLog 27 Oct 2007 18:22:10 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/ctl
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.5 2007/10/09 16:55:31 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.6 2007/10/27 18:22:10 aballier Exp $
29 +
30 +*ctl-1.4.1 (27 Oct 2007)
31 +
32 + 27 Oct 2007; Alexis Ballier <aballier@g.o> +ctl-1.4.1.ebuild:
33 + version bump, bug #197219
34
35 09 Oct 2007; Raúl Porcel <armin76@g.o> ctl-1.4.0.ebuild:
36 Add ~sparc wrt #189798
37
38
39
40 1.1 media-libs/ctl/ctl-1.4.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ctl-1.4.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.1 2007/10/27 18:22:10 aballier Exp $
50
51 DESCRIPTION="AMPAS' Color Transformation Language"
52 HOMEPAGE="http://sourceforge.net/projects/ampasctl"
53 SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz"
54
55 LICENSE="AMPAS"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
58 IUSE="doc"
59
60 RDEPEND="media-libs/ilmbase"
61 DEPEND="${RDEPEND}
62 dev-util/pkgconfig"
63
64 src_install() {
65 emake DESTDIR="${D}" install || die "install failed"
66 dodoc AUTHORS ChangeLog NEWS README
67
68 if use doc ; then
69 insinto "/usr/share/doc/${PF}"
70 doins doc/*.pdf
71 fi
72 rm -frv "${D}usr/share/doc/CTL"*
73 }
74
75
76
77 --
78 gentoo-commits@g.o mailing list