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 4F52B1382C5 for ; Mon, 15 Mar 2021 04:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BB8BE0827; Mon, 15 Mar 2021 04:02:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3CEB4E0827 for ; Mon, 15 Mar 2021 04:02:14 +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 15BD7340CF1 for ; Mon, 15 Mar 2021 04:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860AE4F1 for ; Mon, 15 Mar 2021 04:02:11 +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: <1615780902.159048087a89e4d10b7e75c7fa41f6197a09a197.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-installer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-installer/Manifest dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild X-VCS-Directories: dev-ml/opam-installer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 159048087a89e4d10b7e75c7fa41f6197a09a197 X-VCS-Branch: master Date: Mon, 15 Mar 2021 04:02:11 +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: 3d3a5fac-6e6b-4ef3-9a18-8ae2422fccfc X-Archives-Hash: 2db472f46c3965c96775092ef0e1ce91 commit: 159048087a89e4d10b7e75c7fa41f6197a09a197 Author: Sam James gentoo org> AuthorDate: Sun Mar 14 00:59:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 04:01:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15904808 dev-ml/opam-installer: drop 2.0.7-r1 Signed-off-by: Sam James gentoo.org> dev-ml/opam-installer/Manifest | 1 - .../opam-installer/opam-installer-2.0.7-r1.ebuild | 46 ---------------------- 2 files changed, 47 deletions(-) diff --git a/dev-ml/opam-installer/Manifest b/dev-ml/opam-installer/Manifest index 5052fbfcb46..bf62be30f70 100644 --- a/dev-ml/opam-installer/Manifest +++ b/dev-ml/opam-installer/Manifest @@ -1,2 +1 @@ -DIST opam-full-2.0.7.tar.gz 7929123 BLAKE2B 100acc2c31e97e47b0b584f3a153283593351d49d5e9cdaca42fdcc025b135d9538bd327927950e7e0972b20f561a0ee3d1d1b5b4b87e1e6af31761e311081e7 SHA512 670af4935bba0679c65f6592b7a52b1d429b604eb261e40b13cf72312aeb0bab0c5a76829a555fc5379a0371c352692cbabc46b460fcd9bf32b3cfebdaeceb81 DIST opam-full-2.0.8.tar.gz 8006252 BLAKE2B 26348bdbb8bdc2fbf9d736286c1f4134ce065e8c15e34d51c8d2c6e5338fd6db089df38a19b07cde70770724fc4cc3dbd9e7d75628e5435ca8a2f8c0d4d3f2f0 SHA512 f08893ad0c1e124368168f28dcb5c3293e443da712d7b12db432c21ff72f7e1440bcc7156f49661d286360a16dcd166d3d02ecdebf8b1cda7c7df2b22e48f80f diff --git a/dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild b/dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild deleted file mode 100644 index 87658e669be..00000000000 --- a/dev-ml/opam-installer/opam-installer-2.0.7-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# We are opam -OPAM_INSTALLER_DEP=" " -OPAM_SKIP_VALIDATION=yes - -inherit opam - -DESCRIPTION="Core installer for opam packages" -HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" -SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-full-${PV}.tar.gz" -S="${WORKDIR}/opam-full-${PV/_/-}" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" -IUSE="" - -RDEPEND=" - >=dev-lang/ocaml-4.02.3 - dev-ml/cmdliner:= - ~dev-ml/opam-format-${PV} -" -DEPEND="${RDEPEND} - dev-ml/findlib" - -OPAM_INSTALLER="${S}/opam-installer" - -src_configure() { - econf \ - --prefix="${EPREFIX}/usr" \ - --with-mccs \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --mandir="${EPREFIX}/usr/share/man" -} - -src_compile() { - sed -e 's/DUNE = .*$/DUNE = /' -i Makefile.config - emake lib-ext - #passing -jX to the dune build leads to errors - #see: https://github.com/ocaml/opam/issues/3585 - emake DUNE_PROMOTE_ARG="" -j1 -}