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: camlimages-2.20.ebuild ChangeLog
Date: Thu, 03 Jan 2008 20:37:01
Message-Id: E1JAWo7-0007eA-7N@stork.gentoo.org
1 aballier 08/01/03 20:36:51
2
3 Modified: camlimages-2.20.ebuild ChangeLog
4 Log:
5 ocamlopt is required here, there is no option to disable it sanely
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.5 dev-ml/camlimages/camlimages-2.20.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlimages/camlimages-2.20.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlimages/camlimages-2.20.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlimages/camlimages-2.20.ebuild?r1=1.4&r2=1.5
14
15 Index: camlimages-2.20.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-2.20.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- camlimages-2.20.ebuild 4 Feb 2006 13:36:17 -0000 1.4
22 +++ camlimages-2.20.ebuild 3 Jan 2008 20:36:50 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-2.20.ebuild,v 1.4 2006/02/04 13:36:17 mattam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-2.20.ebuild,v 1.5 2008/01/03 20:36:50 aballier Exp $
29
30 inherit findlib eutils
31
32 @@ -18,6 +18,15 @@
33
34 MY_S="${WORKDIR}/${P/20/2}"
35
36 +pkg_setup() {
37 + if ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
38 + eerror "${PN} needs to be built with native code support from ocaml"
39 + eerror "You first need to have a native code ocaml compiler."
40 + eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
41 + die "Please install ocaml with ocamlopt useflag"
42 + fi
43 +}
44 +
45 src_unpack() {
46 unpack ${A}
47 cd ${MY_S}
48
49
50
51 1.9 dev-ml/camlimages/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.9&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.9&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlimages/ChangeLog?r1=1.8&r2=1.9
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v
60 retrieving revision 1.8
61 retrieving revision 1.9
62 diff -u -r1.8 -r1.9
63 --- ChangeLog 9 Feb 2007 02:45:11 -0000 1.8
64 +++ ChangeLog 3 Jan 2008 20:36:50 -0000 1.9
65 @@ -1,6 +1,9 @@
66 # ChangeLog for dev-ml/camlimages
67 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.8 2007/02/09 02:45:11 flameeyes Exp $
69 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.9 2008/01/03 20:36:50 aballier Exp $
71 +
72 + 03 Jan 2008; Alexis Ballier <aballier@g.o> camlimages-2.20.ebuild:
73 + ocamlopt is required here, there is no option to disable it sanely
74
75 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
76 Regenerate digest in Manifest2 format.
77
78
79
80 --
81 gentoo-commits@g.o mailing list