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/core_unix/
Date: Wed, 27 Apr 2022 21:05:00
Message-Id: 1651093494.9fef65fa6de36eea4e79d431679fb5c9c82084dd.Alessandro-Barbieri@gentoo
1 commit: 9fef65fa6de36eea4e79d431679fb5c9c82084dd
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 27 21:04:00 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 27 21:04:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fef65fa
7
8 dev-ml/core_unix: treeclean
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/core_unix/Manifest | 1 -
13 dev-ml/core_unix/core_unix-0.14.0.ebuild | 27 ---------------------------
14 dev-ml/core_unix/metadata.xml | 13 -------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-ml/core_unix/Manifest b/dev-ml/core_unix/Manifest
18 deleted file mode 100644
19 index a9bdefb0f..000000000
20 --- a/dev-ml/core_unix/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST core_unix-0.14.0.tar.gz 6694 BLAKE2B 6ee13ca55de516962590066b81d5f8bfc058a05d18b26a014decaec92ace7ba699c12a203c0ca4b1381d69f218f3c428eed08df00e25e5b1615e748b30c4d841 SHA512 d020db759cde35c0e9d9919dee2c0ea5bb5b7a5ee75515be922d816f28eb9f74dba37e6e424a636e362eab5120b2c1e672f4e5ba798f2dac7974c0e135f80faf
24
25 diff --git a/dev-ml/core_unix/core_unix-0.14.0.ebuild b/dev-ml/core_unix/core_unix-0.14.0.ebuild
26 deleted file mode 100644
27 index 15c85fdd5..000000000
28 --- a/dev-ml/core_unix/core_unix-0.14.0.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit dune
37 -
38 -DESCRIPTION="Unix-specific extensions to some of the modules defined in [core] and [core_kernel]"
39 -HOMEPAGE="
40 - https://github.com/janestreet/core_unix
41 - https://opam.ocaml.org/packages/core_unix/
42 -"
43 -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE="ocamlopt"
49 -
50 -RDEPEND="
51 - =dev-ml/core-0.14*:=
52 - >=dev-lang/ocaml-4.08.0:=[ocamlopt?]
53 -"
54 -DEPEND="
55 - ${RDEPEND}
56 - sys-kernel/linux-headers
57 -"
58
59 diff --git a/dev-ml/core_unix/metadata.xml b/dev-ml/core_unix/metadata.xml
60 deleted file mode 100644
61 index 5cee9e0ba..000000000
62 --- a/dev-ml/core_unix/metadata.xml
63 +++ /dev/null
64 @@ -1,13 +0,0 @@
65 -<?xml version="1.0" encoding="UTF-8"?>
66 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 -<pkgmetadata>
68 - <maintainer type="person">
69 - <email>lssndrbarbieri@×××××.com</email>
70 - <name>Alessandro Barbieri</name>
71 - </maintainer>
72 - <upstream>
73 - <doc>https://ocaml.janestreet.com/ocaml-core/latest/doc/core_unix/index.html</doc>
74 - <bugs-to>https://github.com/janestreet/core_unix/issues</bugs-to>
75 - <remote-id type="github">janestreet/core_unix</remote-id>
76 - </upstream>
77 -</pkgmetadata>