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/ocaml-containers/
Date: Mon, 26 Dec 2016 15:18:06
Message-Id: 1482765106.d5b931a4662c83e42f095c20ec337c8b33988efa.aballier@gentoo
1 commit: d5b931a4662c83e42f095c20ec337c8b33988efa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 14:02:37 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 15:11:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b931a4
7
8 dev-ml/ocaml-containers: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-containers/Manifest | 1 -
13 .../ocaml-containers/ocaml-containers-0.21.ebuild | 33 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest
17 index fb10d42..5834b28 100644
18 --- a/dev-ml/ocaml-containers/Manifest
19 +++ b/dev-ml/ocaml-containers/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-containers-0.21.tar.gz 429430 SHA256 7b3395964e527a60cfc3c96354c4ba1ebb9996e6f83399a31dd58eb053fd777b SHA512 fd339b09296245d40eac7661468147c98c45cdfc882ac890ca9a903f3a4abb21d4d13981b9784710d317ef4b3f76c3141b322df78673df2e0108d20cb633ae84 WHIRLPOOL 5cdd686f4d1b2b33ecc401b569a9321bc639b5c83866b5954585b021ecadb72e2a2b66eca778e6d5b0105f2c613d7df2cc3e20f2c1b44db622a03f7bf9068f9e
22 DIST ocaml-containers-0.22.tar.gz 429678 SHA256 883e64a6b2275355086521a67d5fe0e436bbf79f54c8fb068a05ab3cf3408e98 SHA512 1454f8bcd11d02a9efd2fe223e2db591d2e1d66df6877af920b4d8a2cc3a2c6b34b0979069015565618700dfb4a74d6a8f2d8cd8f9fc6fa7888331320ea41c46 WHIRLPOOL f5993d629fe2a803b1284cd5794f3345060215cf16bb97347dd2173b7015735ddcd43b98c3b5ccf365d372ffedf77892e862fbc276b24468699a95492dc784e7
23
24 diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.21.ebuild b/dev-ml/ocaml-containers/ocaml-containers-0.21.ebuild
25 deleted file mode 100644
26 index 27d31ce..00000000
27 --- a/dev-ml/ocaml-containers/ocaml-containers-0.21.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -OASIS_BUILD_TESTS=1
37 -OASIS_BUILD_DOCS=1
38 -
39 -inherit oasis
40 -
41 -DESCRIPTION="A modular standard library focused on data structures"
42 -HOMEPAGE="https://github.com/c-cube/ocaml-containers"
43 -SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD-2"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - dev-ml/result:=
52 - dev-ml/sequence:=
53 -"
54 -DEPEND="${RDEPEND} dev-ml/cppo
55 - test? ( dev-ml/iTeML )"
56 -
57 -src_configure() {
58 - oasis_configure_opts="
59 - --enable-unix
60 - --disable-bench
61 - " oasis_src_configure
62 -}