Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/ocaml_intrinsics/
Date: Wed, 27 Apr 2022 21:05:01
Message-Id: 1651093495.7166931dc65823cba120ded8c318bf396200e70e.Alessandro-Barbieri@gentoo
1 commit: 7166931dc65823cba120ded8c318bf396200e70e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 27 21:04:26 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 27 21:04:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7166931d
7
8 dev-ml/ocaml_intrinsics: treeclean
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/ocaml_intrinsics/Manifest | 1 -
13 dev-ml/ocaml_intrinsics/metadata.xml | 15 ---------------
14 .../ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild | 19 -------------------
15 3 files changed, 35 deletions(-)
16
17 diff --git a/dev-ml/ocaml_intrinsics/Manifest b/dev-ml/ocaml_intrinsics/Manifest
18 deleted file mode 100644
19 index 03876f324..000000000
20 --- a/dev-ml/ocaml_intrinsics/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST ocaml_intrinsics-0.15.0.tar.gz 24893 BLAKE2B 8cdefcb4f6ad3ea676dd9da417c41c0aff8cc6f3e55ca5ca72be52eb95fc1962093ad73c603e3b0beb0df681c120ca555ed9fdc8a0746f308522fafb4bcd665a SHA512 dff2fc6f1df71891fcc781e9a0b3b57c76834e3b82aca362ade86a639290a7a03d86be17bda60d862ad1ac20ea628792d60651277070b81c995d1d5a079914e1
24
25 diff --git a/dev-ml/ocaml_intrinsics/metadata.xml b/dev-ml/ocaml_intrinsics/metadata.xml
26 deleted file mode 100644
27 index 067b5b7f8..000000000
28 --- a/dev-ml/ocaml_intrinsics/metadata.xml
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="person">
35 - <email>lssndrbarbieri@×××××.com</email>
36 - <name>Alessandro Barbieri</name>
37 - </maintainer>
38 - <longdescription lang="en">Provides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc)
39 -when available, or compatible software implementation on other targets.</longdescription>
40 - <upstream>
41 - <doc>https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_intrinsics/index.html</doc>
42 - <bugs-to>https://github.com/janestreet/ocaml_intrinsics/issues</bugs-to>
43 - <remote-id type="github">janestreet/ocaml_intrinsics</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild
48 deleted file mode 100644
49 index 2bead094a..000000000
50 --- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild
51 +++ /dev/null
52 @@ -1,19 +0,0 @@
53 -# Copyright 1999-2022 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=8
57 -
58 -inherit dune
59 -
60 -DESCRIPTION="Functions to invoke amd64 instructions when available"
61 -HOMEPAGE="https://github.com/janestreet/ocaml_intrinsics"
62 -SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
63 -
64 -LICENSE="MIT"
65 -SLOT="0/${PV}"
66 -KEYWORDS="~amd64"
67 -IUSE="ocamlopt"
68 -
69 -BDEPEND="dev-ml/dune-configurator"
70 -
71 -RESTRICT="test" # even upstream doesn't know how to test