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: Tue, 09 May 2017 07:14:38
Message-Id: 1494314061.bd7e3ff87dd88e80fd94844b4cc1f7cc4db413b9.aballier@gentoo
1 commit: bd7e3ff87dd88e80fd94844b4cc1f7cc4db413b9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 9 06:54:05 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 9 07:14:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7e3ff8
7
8 dev-ml/ocaml-containers: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/ocaml-containers/Manifest | 3 --
13 .../ocaml-containers-0.22.1.ebuild | 32 ---------------------
14 .../ocaml-containers/ocaml-containers-1.0.ebuild | 33 ----------------------
15 .../ocaml-containers/ocaml-containers-1.1.ebuild | 33 ----------------------
16 4 files changed, 101 deletions(-)
17
18 diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest
19 index 9dff3350678..b407c11aa26 100644
20 --- a/dev-ml/ocaml-containers/Manifest
21 +++ b/dev-ml/ocaml-containers/Manifest
22 @@ -1,4 +1 @@
23 -DIST ocaml-containers-0.22.1.tar.gz 429672 SHA256 2ef64e8ed93211dfd4f8cd594943db3cde81ee0400b17703d8a7993128634622 SHA512 9294d43485cd17998f9d0c758ee0ffdc187ea78f1f456c0b06a57a9401c6de529e9e68bad12908b2b0da5f22fca64835acb90f3dfd6ee3403bb7c3c301cd6821 WHIRLPOOL 67844578447b321439223b5f560258cb5d5417135dfdbfdaf2fa10e104beb764e9ca6ae0ab774864c974d928e75aa5aedc7e90ea5659d910f33349a7ec4b568b
24 -DIST ocaml-containers-1.0.tar.gz 378474 SHA256 d31239782eda4ffddc6358add3089e3a389aab7682b8202fd7db90075a703e75 SHA512 a22bd66c522f734c6081d1675af3d110cf1e9b4d3bd066aa9366c25fc840890a4ef779fa68ded84ef1b09df37fa7c217dfed1c15b1243f511ebfd24d7f0d2590 WHIRLPOOL a883d3052b400f66905441720164ee68e51353a4940ddcec0d05bef08533549dad7d428fce05d49a235a5a6586b3aca23ec757cf5abff6f4d84d5b75b8751569
25 -DIST ocaml-containers-1.1.tar.gz 284852 SHA256 b8255217d5e797fe40d997b59558f1152a55f59a621c963ba7da5a00242e2f3d SHA512 8a01ae019fcebf540972e64fed70abec7a0af8a7686bbc230734e5717cb2c4dfdb239ac145126e8243da9770475e34147fd631f6344947145b3c2a41d10e6152 WHIRLPOOL 479385c85b34805087b56d158be10849251fec0c00e00f73ba7886a76a2e09080995aa62e49795abe34a01c52d7a6789d5041c5cb497f65e323cac2fb4ef6cf3
26 DIST ocaml-containers-1.2.tar.gz 293774 SHA256 1c7825fbefaf90c3f9f9367ce0abda95f1dda242b1db560ed51c75ef0c6b5b15 SHA512 c5d94760a51a94aca1482ce3720450bce4448090609737a5be50f99c8884441df4676da953b31bdb8f10dd2fca3235b6e9e8d1580bd3fa917b03408a9a14b28d WHIRLPOOL a365c6992d926d2c4045da0a39052c7eba71eb3c937eca126a186e393fefdf199fe1e40f5cde21539df914e235ce8e3dcd7712da86160a2ef1631cf223c3be65
27
28 diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.22.1.ebuild b/dev-ml/ocaml-containers/ocaml-containers-0.22.1.ebuild
29 deleted file mode 100644
30 index 068999363bf..00000000000
31 --- a/dev-ml/ocaml-containers/ocaml-containers-0.22.1.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -OASIS_BUILD_TESTS=1
40 -OASIS_BUILD_DOCS=1
41 -
42 -inherit oasis
43 -
44 -DESCRIPTION="A modular standard library focused on data structures"
45 -HOMEPAGE="https://github.com/c-cube/ocaml-containers"
46 -SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="BSD-2"
49 -SLOT="0/${PV}"
50 -KEYWORDS="~amd64"
51 -IUSE="test"
52 -
53 -RDEPEND="
54 - dev-ml/result:=
55 - >=dev-ml/sequence-0.9:=
56 -"
57 -DEPEND="${RDEPEND} dev-ml/cppo
58 - test? ( dev-ml/iTeML )"
59 -
60 -src_configure() {
61 - oasis_configure_opts="
62 - --enable-unix
63 - --disable-bench
64 - " oasis_src_configure
65 -}
66
67 diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.0.ebuild b/dev-ml/ocaml-containers/ocaml-containers-1.0.ebuild
68 deleted file mode 100644
69 index 1952f9059c1..00000000000
70 --- a/dev-ml/ocaml-containers/ocaml-containers-1.0.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2017 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -OASIS_BUILD_TESTS=1
79 -OASIS_BUILD_DOCS=1
80 -
81 -inherit oasis
82 -
83 -DESCRIPTION="A modular standard library focused on data structures"
84 -HOMEPAGE="https://github.com/c-cube/ocaml-containers"
85 -SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> ${P}.tar.gz"
86 -
87 -LICENSE="BSD-2"
88 -SLOT="0/${PV}"
89 -# Breaks onanomsg, its sole revdep
90 -#KEYWORDS="~amd64"
91 -IUSE="test"
92 -
93 -RDEPEND="
94 - dev-ml/result:=
95 - >=dev-ml/sequence-0.9:=
96 -"
97 -DEPEND="${RDEPEND} dev-ml/cppo
98 - test? ( dev-ml/iTeML )"
99 -
100 -src_configure() {
101 - oasis_configure_opts="
102 - --enable-unix
103 - --disable-bench
104 - " oasis_src_configure
105 -}
106
107 diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.1.ebuild b/dev-ml/ocaml-containers/ocaml-containers-1.1.ebuild
108 deleted file mode 100644
109 index 363fc9ba146..00000000000
110 --- a/dev-ml/ocaml-containers/ocaml-containers-1.1.ebuild
111 +++ /dev/null
112 @@ -1,33 +0,0 @@
113 -# Copyright 1999-2017 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=5
117 -
118 -OASIS_BUILD_TESTS=1
119 -OASIS_BUILD_DOCS=1
120 -
121 -inherit oasis
122 -
123 -DESCRIPTION="A modular standard library focused on data structures"
124 -HOMEPAGE="https://github.com/c-cube/ocaml-containers"
125 -SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> ${P}.tar.gz"
126 -
127 -LICENSE="BSD-2"
128 -SLOT="0/${PV}"
129 -# Breaks onanomsg, its sole revdep
130 -#KEYWORDS="~amd64"
131 -IUSE="test"
132 -
133 -RDEPEND="
134 - dev-ml/result:=
135 - >=dev-ml/sequence-0.9:=
136 -"
137 -DEPEND="${RDEPEND} dev-ml/cppo
138 - test? ( dev-ml/iTeML dev-ml/ounit dev-ml/gen )"
139 -
140 -src_configure() {
141 - oasis_configure_opts="
142 - --enable-unix
143 - --disable-bench
144 - " oasis_src_configure
145 -}