diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-27 23:04:26 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-27 23:04:55 +0200 |
commit | 7166931dc65823cba120ded8c318bf396200e70e (patch) | |
tree | 09498748dca4922158a6c4126adf8c33fe2c812a /dev-ml | |
parent | dev-ml/core_unix: treeclean (diff) | |
download | guru-7166931dc65823cba120ded8c318bf396200e70e.tar.gz guru-7166931dc65823cba120ded8c318bf396200e70e.tar.bz2 guru-7166931dc65823cba120ded8c318bf396200e70e.zip |
dev-ml/ocaml_intrinsics: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml_intrinsics/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml_intrinsics/metadata.xml | 15 | ||||
-rw-r--r-- | dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild | 19 |
3 files changed, 0 insertions, 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <longdescription lang="en">Provides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc) -when available, or compatible software implementation on other targets.</longdescription> - <upstream> - <doc>https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_intrinsics/index.html</doc> - <bugs-to>https://github.com/janestreet/ocaml_intrinsics/issues</bugs-to> - <remote-id type="github">janestreet/ocaml_intrinsics</remote-id> - </upstream> -</pkgmetadata> 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 |