Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/camlimages: ChangeLog camlimages-4.0.1.ebuild
Date: Fri, 24 May 2013 15:46:28
Message-Id: 20130524154620.96BA62171D@flycatcher.gentoo.org
1 aballier 13/05/24 15:46:20
2
3 Modified: ChangeLog camlimages-4.0.1.ebuild
4 Log:
5 eapi5, define subslot and add slot dep on ocaml
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.36 dev-ml/camlimages/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 18 Feb 2013 15:11:51 -0000 1.35
23 +++ ChangeLog 24 May 2013 15:46:20 -0000 1.36
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ml/camlimages
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.35 2013/02/18 15:11:51 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.36 2013/05/24 15:46:20 aballier Exp $
29 +
30 + 24 May 2013; Alexis Ballier <aballier@g.o> camlimages-4.0.1.ebuild:
31 + eapi5, define subslot and add slot dep on ocaml
32
33 18 Feb 2013; Alexis Ballier <aballier@g.o> -camlimages-3.0.2.ebuild,
34 -files/camlimages-3.0.2-annot.patch, -files/camlimages-3.0.2-libpng15.patch,
35
36
37
38 1.5 dev-ml/camlimages/camlimages-4.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?r1=1.4&r2=1.5
43
44 Index: camlimages-4.0.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- camlimages-4.0.1.ebuild 22 Aug 2012 23:54:41 -0000 1.4
51 +++ camlimages-4.0.1.ebuild 24 May 2013 15:46:20 -0000 1.5
52 @@ -1,8 +1,8 @@
53 -# Copyright 1999-2012 Gentoo Foundation
54 +# Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.4 2012/08/22 23:54:41 xmw Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.5 2013/05/24 15:46:20 aballier Exp $
58
59 -EAPI=4
60 +EAPI=5
61
62 inherit eutils vcs-snapshot findlib multilib
63
64 @@ -11,11 +11,11 @@
65 SRC_URI="http://bitbucket.org/camlspotter/camlimages/get/v4.0.1.tar.bz2 -> ${P}.tar.bz2"
66
67 LICENSE="LGPL-2.1"
68 -SLOT="0"
69 +SLOT="0/${PV}"
70 KEYWORDS="~amd64 ppc x86"
71 IUSE="doc gif gtk jpeg png postscript tiff truetype X xpm zlib"
72
73 -RDEPEND=">=dev-lang/ocaml-3.10.2[X?,ocamlopt]
74 +RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
75 gif? ( media-libs/giflib )
76 gtk? ( dev-ml/lablgtk )
77 jpeg? ( virtual/jpeg )