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/camlzip: ChangeLog camlzip-1.03-r1.ebuild
Date: Sat, 10 Nov 2007 14:18:27
Message-Id: E1IqrAC-0001PZ-KD@stork.gentoo.org
1 aballier 07/11/10 14:18:20
2
3 Modified: ChangeLog
4 Added: camlzip-1.03-r1.ebuild
5 Log:
6 also install zlib support, thanks to Pierre Clairambault <pclairam@×××××.com>, bug #198466
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.6 dev-ml/camlzip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 26 May 2007 20:34:04 -0000 1.5
23 +++ ChangeLog 10 Nov 2007 14:18:20 -0000 1.6
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-ml/camlzip
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.5 2007/05/26 20:34:04 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.6 2007/11/10 14:18:20 aballier Exp $
29 +
30 +*camlzip-1.03-r1 (10 Nov 2007)
31 +
32 + 10 Nov 2007; Alexis Ballier <aballier@g.o>
33 + +files/camlzip-1.03-Makefile-findlib.patch, +camlzip-1.03-r1.ebuild:
34 + also install zlib support, thanks to Pierre Clairambault
35 + <pclairam@×××××.com>, bug #198466
36
37 *camlzip-1.03 (26 May 2007)
38
39
40
41
42 1.1 dev-ml/camlzip/camlzip-1.03-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: camlzip-1.03-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03-r1.ebuild,v 1.1 2007/11/10 14:18:20 aballier Exp $
52
53 inherit findlib eutils
54
55 IUSE=""
56
57 DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)"
58 HOMEPAGE="http://cristal.inria.fr/~xleroy/software.html#camlzip"
59 SRC_URI="http://caml.inria.fr/distrib/bazar-ocaml/${P}.tar.gz"
60
61 SLOT="1"
62 LICENSE="LGPL-2.1"
63 KEYWORDS="~amd64 ~ppc ~x86"
64
65 DEPEND=">=dev-lang/ocaml-3.04 \
66 >=sys-libs/zlib-1.1.3"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}/${P}-Makefile-findlib.patch"
72 sed -e "s/VERSION/${PV}/" "${FILESDIR}/META" >> META
73 }
74
75 src_compile() {
76 emake all || die "Failed at compilation step !!!"
77 emake allopt || die "Failed at ML compilation step !!!"
78 }
79
80 src_install() {
81 findlib_src_install
82
83 dodoc README
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list