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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DEA715808E for ; Wed, 27 Apr 2022 21:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA3A3E08BD; Wed, 27 Apr 2022 21:04:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC05DE08BD for ; Wed, 27 Apr 2022 21:04:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8466C3417A9 for ; Wed, 27 Apr 2022 21:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C08CC430 for ; Wed, 27 Apr 2022 21:04:56 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1651093495.7166931dc65823cba120ded8c318bf396200e70e.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/ocaml_intrinsics/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/ocaml_intrinsics/Manifest dev-ml/ocaml_intrinsics/metadata.xml dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild X-VCS-Directories: dev-ml/ocaml_intrinsics/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7166931dc65823cba120ded8c318bf396200e70e X-VCS-Branch: dev Date: Wed, 27 Apr 2022 21:04:56 +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: 6515ff00-a95e-4bce-85b2-185eeafbfb62 X-Archives-Hash: 90bd866b2543860a922e58870d5b2c53 commit: 7166931dc65823cba120ded8c318bf396200e70e Author: Alessandro Barbieri gmail com> AuthorDate: Wed Apr 27 21:04:26 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Apr 27 21:04:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7166931d dev-ml/ocaml_intrinsics: treeclean Signed-off-by: Alessandro Barbieri gmail.com> dev-ml/ocaml_intrinsics/Manifest | 1 - dev-ml/ocaml_intrinsics/metadata.xml | 15 --------------- .../ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild | 19 ------------------- 3 files changed, 35 deletions(-) diff --git a/dev-ml/ocaml_intrinsics/Manifest b/dev-ml/ocaml_intrinsics/Manifest deleted file mode 100644 index 03876f324..000000000 --- a/dev-ml/ocaml_intrinsics/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml_intrinsics-0.15.0.tar.gz 24893 BLAKE2B 8cdefcb4f6ad3ea676dd9da417c41c0aff8cc6f3e55ca5ca72be52eb95fc1962093ad73c603e3b0beb0df681c120ca555ed9fdc8a0746f308522fafb4bcd665a SHA512 dff2fc6f1df71891fcc781e9a0b3b57c76834e3b82aca362ade86a639290a7a03d86be17bda60d862ad1ac20ea628792d60651277070b81c995d1d5a079914e1 diff --git a/dev-ml/ocaml_intrinsics/metadata.xml b/dev-ml/ocaml_intrinsics/metadata.xml deleted file mode 100644 index 067b5b7f8..000000000 --- a/dev-ml/ocaml_intrinsics/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - Provides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc) -when available, or compatible software implementation on other targets. - - https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_intrinsics/index.html - https://github.com/janestreet/ocaml_intrinsics/issues - janestreet/ocaml_intrinsics - - diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild deleted file mode 100644 index 2bead094a..000000000 --- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Functions to invoke amd64 instructions when available" -HOMEPAGE="https://github.com/janestreet/ocaml_intrinsics" -SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="ocamlopt" - -BDEPEND="dev-ml/dune-configurator" - -RESTRICT="test" # even upstream doesn't know how to test