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 1799013934E for ; Wed, 28 Jul 2021 02:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B0CE0885; Wed, 28 Jul 2021 02:38:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 43C15E0885 for ; Wed, 28 Jul 2021 02:38:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4BF38342DA3 for ; Wed, 28 Jul 2021 02:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98F5E84D for ; Wed, 28 Jul 2021 02:38:35 +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: <1627438868.b742968b4bb0638a375e507a6aaea3600eca1317.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-repository/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-repository/Manifest dev-ml/opam-repository/opam-repository-2.0.9.ebuild X-VCS-Directories: dev-ml/opam-repository/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b742968b4bb0638a375e507a6aaea3600eca1317 X-VCS-Branch: master Date: Wed, 28 Jul 2021 02:38:35 +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: 55e3223f-1fde-4718-a8e7-5f54c22f2e7d X-Archives-Hash: fd331829c6339ef3d6238e34a9f1af13 commit: b742968b4bb0638a375e507a6aaea3600eca1317 Author: Sam James gentoo org> AuthorDate: Wed Jul 28 02:21:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 28 02:21:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b742968b dev-ml/opam-repository: add 2.0.9 Signed-off-by: Sam James gentoo.org> dev-ml/opam-repository/Manifest | 1 + .../opam-repository/opam-repository-2.0.9.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-ml/opam-repository/Manifest b/dev-ml/opam-repository/Manifest index 6022b2986d9..a8c97c7a26f 100644 --- a/dev-ml/opam-repository/Manifest +++ b/dev-ml/opam-repository/Manifest @@ -1 +1,2 @@ DIST opam-2.0.8.tar.gz 643221 BLAKE2B 66510a18285f315fe95665e8ba2f334dd44211c716543cdc25f2951a7dfe537f115981046e5963fd08deea4c76f5672fa7cf8e7af2274a713a3165bdd0bac8c2 SHA512 14737dc994be2c54dfeaf2658d3713178033e1bc2b4b845a58b4bfc118bbbf12b502924add0ae32b4b2b6c1944462e5ee7143df3de362d9ee39573249d013bc9 +DIST opam-2.0.9.tar.gz 644429 BLAKE2B d96ee79685a8ee8ff82c7570a747c80e38d86e513736a27904a4e471d1eaf432db72998251ac786cb8fbf1ad425fff42b772c5d26934e0929aae75c0946d4659 SHA512 0d8ee19ac0f3df9de4fd9cfa8daab1f7228f090f5e2e7e26bedf24d8c2ab377aade95048f2d7cd9ee9dbbe738729e26dc99f41f730fa2252df74953362464a22 diff --git a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild new file mode 100644 index 00000000000..77365ae1bce --- /dev/null +++ b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="opam repository libraries" +HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" +SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" +S="${WORKDIR}/opam-${PV/_/-}" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" +RESTRICT="test" + +RDEPEND=" + ~dev-ml/opam-format-${PV}:= + dev-ml/re:= + >=dev-ml/dose3-6.0:= + dev-ml/opam-file-format:= +" +DEPEND="${RDEPEND}" + +# Cherry-picked from https://deb.debian.org/debian/pool/main/o/opam/opam_2.0.8-1.debian.tar.xz +PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" ) + +src_prepare() { + default + cat <<- EOF >> "${S}/dune" + (env + (dev + (flags (:standard -warn-error -3-9-33))) + (release + (flags (:standard -warn-error -3-9-33)))) + EOF +}