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 4A27E13835A for ; Mon, 4 Jan 2021 17:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C307E09F9; Mon, 4 Jan 2021 17:27:10 +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 73122E09F9 for ; Mon, 4 Jan 2021 17:27:10 +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 5F0DB340BFD for ; Mon, 4 Jan 2021 17:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DD93487 for ; Mon, 4 Jan 2021 17:27:08 +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: <1609781223.d00d6c06c6b2a0139ccb518a99dd02b29a804221.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/biniou/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/biniou/Manifest dev-ml/biniou/biniou-1.2.0.ebuild X-VCS-Directories: dev-ml/biniou/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d00d6c06c6b2a0139ccb518a99dd02b29a804221 X-VCS-Branch: master Date: Mon, 4 Jan 2021 17:27:08 +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: 562ce8c0-6217-4734-a6a4-bc26c46b7f52 X-Archives-Hash: f5f70f6765075ba2927e1a7620a4893c commit: d00d6c06c6b2a0139ccb518a99dd02b29a804221 Author: François-Xavier Carton gmail com> AuthorDate: Fri Nov 27 17:38:40 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 17:27:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00d6c06 dev-ml/biniou: drop old Signed-off-by: François-Xavier Carton gmail.com> Signed-off-by: Sam James gentoo.org> dev-ml/biniou/Manifest | 1 - dev-ml/biniou/biniou-1.2.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest index 30ee39c49d3..8be3c33cfb3 100644 --- a/dev-ml/biniou/Manifest +++ b/dev-ml/biniou/Manifest @@ -1,2 +1 @@ -DIST biniou-1.2.0.tar.gz 23611 BLAKE2B 01f5afada666d23b74f31cf12b5f578f3622c85311d7a1b6eb319843beac4c3ebe8e8e314a47ec14ee0ef6f5c1a5b6dd849dcf24b0c3cc8a38ca6a54d89e4c4d SHA512 04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab DIST biniou-1.2.1.tar.gz 23970 BLAKE2B 139f17e3fd31f3f834c8111d81cecfa5fa48f860fc4fc898f7896b6d39a9756989504fa88901efaa0f67a51de25cdf304bea2ecabf15ea9cace59b4b311c00e1 SHA512 f0166666559f3a767fdc6987bad45ec4a772b70b8880b6d769ef644c9bfd46962f089c7b5dfff368413015e765daf4bacffe253bdb3478d9a4d30a15f0d29589 diff --git a/dev-ml/biniou/biniou-1.2.0.ebuild b/dev-ml/biniou/biniou-1.2.0.ebuild deleted file mode 100644 index 6a9705355a2..00000000000 --- a/dev-ml/biniou/biniou-1.2.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" -HOMEPAGE="https://github.com/mjambon/biniou" -SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0/${PV}" -LICENSE="BSD" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?] - dev-ml/easy-format:=[ocamlopt?] -" -DEPEND="${RDEPEND} - dev-ml/jbuilder - dev-ml/opam -" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -}