Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/
Date: Tue, 29 Nov 2016 12:18:55
Message-Id: 1480421919.2c8b8a2f97cca7ec14f4bc875f1eea14ad02564c.aballier@gentoo
1 commit: 2c8b8a2f97cca7ec14f4bc875f1eea14ad02564c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 11:26:30 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 12:18:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8b8a2f
7
8 dev-ml/camlp5: bump to 6.17
9
10 Package-Manager: portage-2.3.2
11
12 dev-ml/camlp5/Manifest | 1 +
13 dev-ml/camlp5/camlp5-6.17.ebuild | 66 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 67 insertions(+)
15
16 diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest
17 index f4fb001..09a9348 100644
18 --- a/dev-ml/camlp5/Manifest
19 +++ b/dev-ml/camlp5/Manifest
20 @@ -1,3 +1,4 @@
21 DIST camlp5-6.14.tgz 748674 SHA256 09f9ed12893d2ec39c88106af2306865c966096bedce0250f2fe52b67d2480e2 SHA512 7dd57b8725953099726fc2e5f6dda01ed74485a4bbf41cb30ccd2163ee38bc6dff36fd83069c58d7990522527d266c9e180a8e333b36a42bc216315dc88a25e9 WHIRLPOOL 305bb842e449775352cbbf3c89a301a188419c10462f0959b00e181596218b5251dac50856f152ad471fd680e557e6595978c395e9c2864c38ddacd7287c4e3b
22 DIST camlp5-6.15.tgz 756199 SHA256 2e0e1e31e0537f2179766820dd9bd0a4d424bc5ab9c610e6dbf9145f27747f2b SHA512 658ff32d1d124e91e85d8eba47039bb75573b3807d67fae723335bb06d3237c4151f6d671fb3b068ec4ebffdde03f7956174c9f0ca29eafa5990974987bc2aca WHIRLPOOL d449b7a485967b79efbc030527513d99dd19d4856ebc132133d09d7028c210b4314ac401de65ac7671d3066f6a2184df157a0091fc173f4d6e7ae8bc7ad2c432
23 DIST camlp5-6.16.tgz 759877 SHA256 fd446cff6421f5144a521c7cecfdc7217b1424908186cddd3d5be543b35058b1 SHA512 b1bfa271bb7df169c5b0d0f0a20038ab95c2101475e1729f5a779fea0872165f73b04e0cd792e9fbc31e81bb37cbef06a9761f7748ea1ab87753dbd20202d5ed WHIRLPOOL 433a85b393ee6498c6ab86b7feb2cfec8188526ca628c796efafd1d1c9f6204e737074a63e9e448ef757ba9b7b1dce06433b58278352155f5405ea4a76bb6303
24 +DIST camlp5-6.17.tar.gz 718935 SHA256 8fa2a46a7030b1194862650cbb71ab52a10a0174890560a8b6edf236f8937414 SHA512 c4bf32eb79202d6127375b940fe77fc57c7dc5f8c6763b50ba23ab52ae9f3edb0ba15148109af2f6f4808619348d78e927cfdf29901bf1141b17de0d3fd8ff30 WHIRLPOOL 287641aa68bda275e39968aae93500307b5726e5381bbb5012840fcd6f3fd9a24335e9950a8fd9fed61045bf328ea877cd96ad735f6ce712b2e65a747e4ccf9e
25
26 diff --git a/dev-ml/camlp5/camlp5-6.17.ebuild b/dev-ml/camlp5/camlp5-6.17.ebuild
27 new file mode 100644
28 index 00000000..f7616f3
29 --- /dev/null
30 +++ b/dev-ml/camlp5/camlp5-6.17.ebuild
31 @@ -0,0 +1,66 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="5"
37 +
38 +inherit multilib findlib eutils versionator
39 +
40 +MY_P=${P%_p*}
41 +DESCRIPTION="A preprocessor-pretty-printer of ocaml"
42 +HOMEPAGE="https://camlp5.github.io/"
43 +SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(replace_all_version_separators '').tar.gz -> ${P}.tar.gz"
44 +S="${WORKDIR}/${PN}-rel$(replace_all_version_separators '')"
45 +
46 +LICENSE="BSD"
47 +SLOT="0/${PV}"
48 +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
49 +IUSE="doc +ocamlopt"
50 +
51 +DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"
52 +RDEPEND="${DEPEND}"
53 +
54 +PATCHLEVEL=${PV#*_p}
55 +PATCHLIST=""
56 +
57 +if [ "${PATCHLEVEL}" != "${PV}" ] ; then
58 + for (( i=1; i<=PATCHLEVEL; i++ )) ; do
59 + SRC_URI="${SRC_URI}
60 + http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
61 + PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
62 + done
63 +fi
64 +
65 +src_prepare() {
66 + for i in ${PATCHLIST} ; do
67 + epatch "${DISTDIR}/${i}"
68 + done
69 +}
70 +
71 +src_configure() {
72 + ./configure \
73 + --strict \
74 + -prefix /usr \
75 + -bindir /usr/bin \
76 + -libdir /usr/$(get_libdir)/ocaml \
77 + -mandir /usr/share/man || die "configure failed"
78 +}
79 +
80 +src_compile(){
81 + emake out
82 + if use ocamlopt; then
83 + emake opt
84 + emake opt.opt
85 + fi
86 +}
87 +
88 +src_install() {
89 + emake DESTDIR="${D}" install
90 + # findlib support
91 + insinto "$(ocamlfind printconf destdir)/${PN}"
92 + doins etc/META
93 +
94 + use doc && dohtml -r doc/*
95 +
96 + dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
97 +}