commit:     e2dade8b79da88f265180899360d98a9ec8b39d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 03:12:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 04:01:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2dade8b

dev-ml/bin-prot: drop 0.9.0, 0.9.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/bin-prot/Manifest              |  2 --
 dev-ml/bin-prot/bin-prot-0.9.0.ebuild | 44 -----------------------------------
 dev-ml/bin-prot/bin-prot-0.9.1.ebuild | 44 -----------------------------------
 3 files changed, 90 deletions(-)

diff --git a/dev-ml/bin-prot/Manifest b/dev-ml/bin-prot/Manifest
index 56a42452c2b..21d3f915059 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 5c2d435fef0..00000000000
--- 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 5c2d435fef0..00000000000
--- 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
-}

Reply via email to