diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 03:12:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 04:01:47 +0000 |
commit | e2dade8b79da88f265180899360d98a9ec8b39d2 (patch) | |
tree | 12fce8a73451d29b181bc523b1d864bac6d2ce34 /dev-ml | |
parent | dev-ml/ppx_tools_versioned: drop 5.0.1 (diff) | |
download | gentoo-e2dade8b79da88f265180899360d98a9ec8b39d2.tar.gz gentoo-e2dade8b79da88f265180899360d98a9ec8b39d2.tar.bz2 gentoo-e2dade8b79da88f265180899360d98a9ec8b39d2.zip |
dev-ml/bin-prot: drop 0.9.0, 0.9.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-0.9.0.ebuild | 44 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-0.9.1.ebuild | 44 |
3 files changed, 0 insertions, 90 deletions
diff --git a/dev-ml/bin-prot/Manifest b/dev-ml/bin-prot/Manifest index 56a42452c2b4..21d3f9150599 100644 --- a/dev-ml/bin-prot/Manifest +++ b/dev-ml/bin-prot/Manifest @@ -1,3 +1 @@ -DIST bin-prot-0.9.0.tar.gz 338958 BLAKE2B 78b447f42f2c75d70d17dedd855c2c08b740ea847a489bdcff860b88f4ce3fbfd05d88f87d16d761b26314715507288035f708e5bb8267125a360abf4df70850 SHA512 111e0a9d07bdf22db6e3e7e9a165d196a264a3652e4cc363ec8f49c4ef385b8b76982a9d42fa8e0954e15a4a80c35ca6876c70fe6f20d7497fd8a2d53fab24c1 -DIST bin-prot-0.9.1.tar.gz 338969 BLAKE2B 249329c0093affc082a42b5a496f0f8861d761799104ef50d788331179e3a6965cb1cd03ee6530782a608677488a4970583e85f25e5ba220d2d179d3d16908c2 SHA512 6575f51931c6dfb0f640bc6eb8bb789fd1ca4b1ca95876df906bd5d5c3320dc8aebedd44b5c6feee6b66b40007bd0077da6cc628c791daba0c8cf806d7af7b9c DIST bin-prot-0.9.2.tar.gz 339008 BLAKE2B 3fcad0d5a88393b49b22d42b4669da485ddd9a61938cdda4183658eca5b0369265480005945bdaeb53cc8af5c324cc7cb158b4208e4a7a7f821db5c045502910 SHA512 a4aa453ff4d2037b8ed0e53186fafa876a96ecb970ef25e99cf133afa4615b8fc53de75234454519a4f7c11f771f98e8117f8fa37682dbb8f73d4fda8a1805f7 diff --git a/dev-ml/bin-prot/bin-prot-0.9.0.ebuild b/dev-ml/bin-prot/bin-prot-0.9.0.ebuild deleted file mode 100644 index 5c2d435fef0b..000000000000 --- a/dev-ml/bin-prot/bin-prot-0.9.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Binary protocol generator" -HOMEPAGE="https://github.com/janestreet/bin_prot" -SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-lang/ocaml:= - dev-ml/base:= - dev-ml/ppx_compare:= - dev-ml/ppx_custom_printf:= - dev-ml/ppx_core:= - dev-ml/ppx_driver:= - dev-ml/ppx_fields_conv:= - dev-ml/ppx_sexp_conv:= - dev-ml/ppx_type_conv:= - dev-ml/ppx_variants_conv:= - dev-ml/sexplib:= - dev-ml/ocaml-migrate-parsetree:= -" -DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder" - -S="${WORKDIR}/bin_prot-${PV}" - -src_test() { - jbuilder runtest || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN/-/_}.install || die - dodoc CHANGES.md README.md -} diff --git a/dev-ml/bin-prot/bin-prot-0.9.1.ebuild b/dev-ml/bin-prot/bin-prot-0.9.1.ebuild deleted file mode 100644 index 5c2d435fef0b..000000000000 --- a/dev-ml/bin-prot/bin-prot-0.9.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Binary protocol generator" -HOMEPAGE="https://github.com/janestreet/bin_prot" -SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-lang/ocaml:= - dev-ml/base:= - dev-ml/ppx_compare:= - dev-ml/ppx_custom_printf:= - dev-ml/ppx_core:= - dev-ml/ppx_driver:= - dev-ml/ppx_fields_conv:= - dev-ml/ppx_sexp_conv:= - dev-ml/ppx_type_conv:= - dev-ml/ppx_variants_conv:= - dev-ml/sexplib:= - dev-ml/ocaml-migrate-parsetree:= -" -DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder" - -S="${WORKDIR}/bin_prot-${PV}" - -src_test() { - jbuilder runtest || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN/-/_}.install || die - dodoc CHANGES.md README.md -} |