Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-expat/
Date: Wed, 02 Dec 2020 17:46:07
Message-Id: 1606931154.c52f90a095c6a6498dc5df6be27637982ff8302e.bman@gentoo
1 commit: c52f90a095c6a6498dc5df6be27637982ff8302e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:36:57 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:45:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52f90a0
7
8 dev-ml/ocaml-expat: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/ocaml-expat/Manifest | 1 -
13 dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild | 47 -----------------------------
14 dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild | 47 -----------------------------
15 3 files changed, 95 deletions(-)
16
17 diff --git a/dev-ml/ocaml-expat/Manifest b/dev-ml/ocaml-expat/Manifest
18 index 0315886c2e4..26d8c2c4c49 100644
19 --- a/dev-ml/ocaml-expat/Manifest
20 +++ b/dev-ml/ocaml-expat/Manifest
21 @@ -1,2 +1 @@
22 -DIST ocaml-expat-1.0.0.tar.gz 58149 BLAKE2B 0bd99a8a5eb8f4fe1a04d1d53edc5dc662a51ae880c5297de9dbc93561896e5c3acf3db4b7edc5122a328be4c17fd924a66a2e0e08c9bd74aac704257f5dc569 SHA512 217d602ac8fabf7713dcd8fd274206b81ff467402a9bca5b15b13f3b1d68e8e5f2c2970adeafb2378c0993b39c7d98a420dee07f30ad9eb88fd40665a2f98897
23 DIST ocaml-expat-1.1.0.tar.gz 58318 BLAKE2B 137bc65c5c867180ba547de17041bd0f588da395928e92eabef45cdbb76a1d139d7cd0d80d33337e1fbff92c9fa3cab2339c0f340f50f467b8fe7d64cba10b1e SHA512 9407f91f5007d6835643719294d4e4907bfc40464d054911591ce80c31d173ddcc7b06157a19c0d3ddd78775806242dc68aea7847e588ca9fd1909def1df4d23
24
25 diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild
26 deleted file mode 100644
27 index 73386d528fc..00000000000
28 --- a/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit findlib eutils
37 -
38 -IUSE="doc +ocamlopt test"
39 -RESTRICT="!test? ( test )"
40 -
41 -DESCRIPTION="OCaml bindings for expat"
42 -SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -HOMEPAGE="https://github.com/whitequark/ocaml-expat"
44 -
45 -RDEPEND="dev-libs/expat
46 - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
47 -
48 -DEPEND="${RDEPEND}
49 - test? ( dev-ml/ounit )"
50 -
51 -SLOT="0/${PV}"
52 -LICENSE="MIT"
53 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
54 -
55 -src_compile() {
56 - emake depend
57 - emake all
58 - if use ocamlopt; then
59 - emake allopt
60 - fi
61 -}
62 -
63 -src_test() {
64 - emake test
65 - if use ocamlopt; then
66 - emake testopt
67 - fi
68 -}
69 -src_install() {
70 - findlib_src_preinst
71 - emake install
72 -
73 - if use doc ; then
74 - dohtml -r doc/html/*
75 - fi
76 - dodoc README
77 -}
78
79 diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild
80 deleted file mode 100644
81 index 73386d528fc..00000000000
82 --- a/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild
83 +++ /dev/null
84 @@ -1,47 +0,0 @@
85 -# Copyright 1999-2019 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=5
89 -
90 -inherit findlib eutils
91 -
92 -IUSE="doc +ocamlopt test"
93 -RESTRICT="!test? ( test )"
94 -
95 -DESCRIPTION="OCaml bindings for expat"
96 -SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -HOMEPAGE="https://github.com/whitequark/ocaml-expat"
98 -
99 -RDEPEND="dev-libs/expat
100 - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
101 -
102 -DEPEND="${RDEPEND}
103 - test? ( dev-ml/ounit )"
104 -
105 -SLOT="0/${PV}"
106 -LICENSE="MIT"
107 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
108 -
109 -src_compile() {
110 - emake depend
111 - emake all
112 - if use ocamlopt; then
113 - emake allopt
114 - fi
115 -}
116 -
117 -src_test() {
118 - emake test
119 - if use ocamlopt; then
120 - emake testopt
121 - fi
122 -}
123 -src_install() {
124 - findlib_src_preinst
125 - emake install
126 -
127 - if use doc ; then
128 - dohtml -r doc/html/*
129 - fi
130 - dodoc README
131 -}