diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 20:20:18 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 20:22:42 +0100 |
commit | f886ca9ce846144c0fd44cfd45c062c58f3a359a (patch) | |
tree | 8862f3fdc71995d352c949b89aa5bce6e729a56b /dev-ml/ppx_bin_prot | |
parent | dev-ml/core_kernel: rm old versions (diff) | |
download | gentoo-f886ca9ce846144c0fd44cfd45c062c58f3a359a.tar.gz gentoo-f886ca9ce846144c0fd44cfd45c062c58f3a359a.tar.bz2 gentoo-f886ca9ce846144c0fd44cfd45c062c58f3a359a.zip |
dev-ml/ppx_bin_prot: rm old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_bin_prot')
-rw-r--r-- | dev-ml/ppx_bin_prot/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/ppx_bin_prot/Manifest b/dev-ml/ppx_bin_prot/Manifest index becb10f7494c..8a9a08861fb4 100644 --- a/dev-ml/ppx_bin_prot/Manifest +++ b/dev-ml/ppx_bin_prot/Manifest @@ -1,2 +1 @@ DIST ppx_bin_prot-0.14.0.tar.gz 36642 BLAKE2B 6a80f574fad5e3ba2bb1adad8e6af86a9bd463ab7ed8976901234694a56f9e17c04ccc74f0bd4a18c75f1a4ccd81848218078bb387f8ff2f5df337c5f2492226 SHA512 7d61624d18fd76daed5a5d60d16ac0a3fd658ef650ee6ae4b65346e96d1718a044deb3ca6fbb63c69176505f64d0d1b6becd8419061cfb69466d45e16964329b -DIST ppx_bin_prot-0.9.0.tar.gz 35234 BLAKE2B 883e7d8b3919d640408fd1efa22df6656d1146d2771313ee29bda287f8ec412b4acdabebb8ea3548918370a6048543b93e17b22141ac672a4b8c628d0c678844 SHA512 f900741f4caeec86ec9d73a086ffeec21789bdd99ca7b09a808a3e281038d587c9c326cc1217957fcd828c4e1da5902f6dee3bf4ba7a22feca5424573215a00c diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild deleted file mode 100644 index 00230450343a..000000000000 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Generation of bin_prot readers and writers from types" -HOMEPAGE="https://github.com/janestreet/ppx_bin_prot" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-ml/bin-prot:= - dev-ml/ppx_core:= - dev-ml/ppx_driver:= - dev-ml/ppx_here:= - dev-ml/ppx_metaquot:= - dev-ml/ppx_type_conv:= - dev-ml/ocaml-migrate-parsetree:= - " - -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/jbuilder" |