From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52E301382C5 for ; Sun, 4 Apr 2021 06:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F21AE0843; Sun, 4 Apr 2021 06:10:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD47CE083E for ; Sun, 4 Apr 2021 06:10:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 673B5340817 for ; Sun, 4 Apr 2021 06:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24F90643 for ; Sun, 4 Apr 2021 06:10:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617516562.414d392b854fc6b1e269ab36797b607f01ea6166.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin-prot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/bin-prot/Manifest dev-ml/bin-prot/bin-prot-0.9.2.ebuild dev-ml/bin-prot/metadata.xml X-VCS-Directories: dev-ml/bin-prot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 414d392b854fc6b1e269ab36797b607f01ea6166 X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:10:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 994a075a-d901-41bf-b6d5-7ec04294b5c9 X-Archives-Hash: 456c5e9cf1c8b4bcb2f54f31da1f5a74 commit: 414d392b854fc6b1e269ab36797b607f01ea6166 Author: Sam James gentoo org> AuthorDate: Mon Mar 22 04:13:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:09:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414d392b dev-ml/bin-prot: treeclean Signed-off-by: Sam James gentoo.org> dev-ml/bin-prot/Manifest | 1 - dev-ml/bin-prot/bin-prot-0.9.2.ebuild | 44 ----------------------------------- dev-ml/bin-prot/metadata.xml | 8 ------- 3 files changed, 53 deletions(-) diff --git a/dev-ml/bin-prot/Manifest b/dev-ml/bin-prot/Manifest deleted file mode 100644 index 21d3f915059..00000000000 --- a/dev-ml/bin-prot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bin-prot-0.9.2.tar.gz 339008 BLAKE2B 3fcad0d5a88393b49b22d42b4669da485ddd9a61938cdda4183658eca5b0369265480005945bdaeb53cc8af5c324cc7cb158b4208e4a7a7f821db5c045502910 SHA512 a4aa453ff4d2037b8ed0e53186fafa876a96ecb970ef25e99cf133afa4615b8fc53de75234454519a4f7c11f771f98e8117f8fa37682dbb8f73d4fda8a1805f7 diff --git a/dev-ml/bin-prot/bin-prot-0.9.2.ebuild b/dev-ml/bin-prot/bin-prot-0.9.2.ebuild deleted file mode 100644 index 5c2d435fef0..00000000000 --- a/dev-ml/bin-prot/bin-prot-0.9.2.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/metadata.xml b/dev-ml/bin-prot/metadata.xml deleted file mode 100644 index 01f7d1cb211..00000000000 --- a/dev-ml/bin-prot/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - janestreet/bin_prot - -