diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-02 12:36:57 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-02 12:45:54 -0500 |
commit | c52f90a095c6a6498dc5df6be27637982ff8302e (patch) | |
tree | 75175605a57d446377615c1539f89b389ebbe9c1 /dev-ml/ocaml-expat | |
parent | dev-ml/ocaml-dispatch: drop old (diff) | |
download | gentoo-c52f90a095c6a6498dc5df6be27637982ff8302e.tar.gz gentoo-c52f90a095c6a6498dc5df6be27637982ff8302e.tar.bz2 gentoo-c52f90a095c6a6498dc5df6be27637982ff8302e.zip |
dev-ml/ocaml-expat: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-expat')
-rw-r--r-- | dev-ml/ocaml-expat/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild | 47 | ||||
-rw-r--r-- | dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild | 47 |
3 files changed, 0 insertions, 95 deletions
diff --git a/dev-ml/ocaml-expat/Manifest b/dev-ml/ocaml-expat/Manifest index 0315886c2e43..26d8c2c4c49e 100644 --- a/dev-ml/ocaml-expat/Manifest +++ b/dev-ml/ocaml-expat/Manifest @@ -1,2 +1 @@ -DIST ocaml-expat-1.0.0.tar.gz 58149 BLAKE2B 0bd99a8a5eb8f4fe1a04d1d53edc5dc662a51ae880c5297de9dbc93561896e5c3acf3db4b7edc5122a328be4c17fd924a66a2e0e08c9bd74aac704257f5dc569 SHA512 217d602ac8fabf7713dcd8fd274206b81ff467402a9bca5b15b13f3b1d68e8e5f2c2970adeafb2378c0993b39c7d98a420dee07f30ad9eb88fd40665a2f98897 DIST ocaml-expat-1.1.0.tar.gz 58318 BLAKE2B 137bc65c5c867180ba547de17041bd0f588da395928e92eabef45cdbb76a1d139d7cd0d80d33337e1fbff92c9fa3cab2339c0f340f50f467b8fe7d64cba10b1e SHA512 9407f91f5007d6835643719294d4e4907bfc40464d054911591ce80c31d173ddcc7b06157a19c0d3ddd78775806242dc68aea7847e588ca9fd1909def1df4d23 diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild deleted file mode 100644 index 73386d528fc7..000000000000 --- a/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -IUSE="doc +ocamlopt test" -RESTRICT="!test? ( test )" - -DESCRIPTION="OCaml bindings for expat" -SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/whitequark/ocaml-expat" - -RDEPEND="dev-libs/expat - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]" - -DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" - -SLOT="0/${PV}" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" - -src_compile() { - emake depend - emake all - if use ocamlopt; then - emake allopt - fi -} - -src_test() { - emake test - if use ocamlopt; then - emake testopt - fi -} -src_install() { - findlib_src_preinst - emake install - - if use doc ; then - dohtml -r doc/html/* - fi - dodoc README -} diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild deleted file mode 100644 index 73386d528fc7..000000000000 --- a/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -IUSE="doc +ocamlopt test" -RESTRICT="!test? ( test )" - -DESCRIPTION="OCaml bindings for expat" -SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/whitequark/ocaml-expat" - -RDEPEND="dev-libs/expat - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]" - -DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" - -SLOT="0/${PV}" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" - -src_compile() { - emake depend - emake all - if use ocamlopt; then - emake allopt - fi -} - -src_test() { - emake test - if use ocamlopt; then - emake testopt - fi -} -src_install() { - findlib_src_preinst - emake install - - if use doc ; then - dohtml -r doc/html/* - fi - dodoc README -} |