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/bignum/
Date: Tue, 24 Jan 2017 11:06:14
Message-Id: 1485254963.aa96f2187e794dc526341e6f27b79457605bedb9.aballier@gentoo
1 commit: aa96f2187e794dc526341e6f27b79457605bedb9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:49:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 10:49:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa96f218
7
8 dev-ml/bignum: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/bignum/Manifest | 1 -
13 dev-ml/bignum/bignum-113.24.00.ebuild | 51 -----------------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/dev-ml/bignum/Manifest b/dev-ml/bignum/Manifest
17 index fba7b98..7967ed7 100644
18 --- a/dev-ml/bignum/Manifest
19 +++ b/dev-ml/bignum/Manifest
20 @@ -1,2 +1 @@
21 -DIST bignum-113.24.00.tar.gz 74888 SHA256 a156393144090418e2192fa5659b9479aac463678d704bae2c67cae1a727fa78 SHA512 81ff037bbbcdc5a225f6814fa62e9667ec514313bcb95d42419a66740f8572b4d9da8181ff5c0e5991fe3f2fc19c9132a43edc077313e33473acb05a82430947 WHIRLPOOL fd562c2df460794eed1660b81309b621421870711667eae97899295e6035bc917b30d99320f1d895d90bfe728b313ed93b254527c714a28d07c954d388ba68f4
22 DIST bignum-113.33.00.tar.gz 75498 SHA256 7d214fe9f4cc233d8070915a750978d68ca24393cfe280f7d88c9793878829ab SHA512 eb5a8e5230177209a882a8c3dfed58952598bc2586ae41bb191bdcb00cab67034ea26b8a146a58b5d05f50db2ba0cd39706445dd09510126384c8d2884cfb1f0 WHIRLPOOL 4e4217010eaf64e0e3e6c121d8ba86d193a7ed1dbf1b0591926b5abb0015b2a79bdf4f91b65bf129f5f238731dfdd28e432489444053d6c78759406dbd5ac6f6
23
24 diff --git a/dev-ml/bignum/bignum-113.24.00.ebuild b/dev-ml/bignum/bignum-113.24.00.ebuild
25 deleted file mode 100644
26 index 9032ee9..00000000
27 --- a/dev-ml/bignum/bignum-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit oasis
37 -
38 -DESCRIPTION="Core-flavoured wrapper around zarith's arbitrary-precision rationals"
39 -HOMEPAGE="http://janestreet.github.io/"
40 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0/${PV}"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - dev-ml/bin-prot:=
49 - dev-ml/core_kernel:=
50 - dev-ml/fieldslib:=
51 - dev-ml/ppx_assert:=
52 - dev-ml/ppx_bench:=
53 - dev-ml/ppx_driver:=
54 - dev-ml/ppx_expect:=
55 - dev-ml/ppx_inline_test:=
56 - dev-ml/ppx_jane:=
57 - dev-ml/sexplib:=
58 - dev-ml/typerep:=
59 - dev-ml/variantslib:=
60 - dev-ml/zarith:=
61 -"
62 -DEPEND="${RDEPEND} dev-ml/opam"
63 -
64 -src_configure() {
65 - emake setup.exe
66 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
67 -}
68 -
69 -src_compile() {
70 - emake
71 -}
72 -
73 -src_install() {
74 - opam-installer -i \
75 - --prefix="${ED}/usr" \
76 - --libdir="${D}/$(ocamlc -where)" \
77 - --docdir="${ED}/usr/share/doc/${PF}" \
78 - ${PN}.install || die
79 - dodoc CHANGES.md
80 -}