summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-29 22:02:18 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-29 22:04:24 +0100
commit531ee995089a324992dabb47956eeacfc36116a1 (patch)
tree4a7ad6fa6643c0c34201aa3ac16333996d380ca1
parentnet-analyzer/fping: drop 5.1 (diff)
downloadgentoo-531ee995089a324992dabb47956eeacfc36116a1.tar.gz
gentoo-531ee995089a324992dabb47956eeacfc36116a1.tar.bz2
gentoo-531ee995089a324992dabb47956eeacfc36116a1.zip
dev-ml/core_unix: drop 0.15.0
Bug: https://bugs.gentoo.org/895840 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-ml/core_unix/Manifest1
-rw-r--r--dev-ml/core_unix/core_unix-0.15.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-ml/core_unix/Manifest b/dev-ml/core_unix/Manifest
index ee43feb7a1d8..497f35f02a29 100644
--- a/dev-ml/core_unix/Manifest
+++ b/dev-ml/core_unix/Manifest
@@ -1,4 +1,3 @@
-DIST core_unix-0.15.0.tar.gz 377928 BLAKE2B 49b58471a28c356bdf39f15e22bd21ec4363182cf744c0455847ffc15015fdad2928a428986c2a9edff647ebef9f2ad2059b184b393e979119c8f007f67ec140 SHA512 eeb53bd0c06a7d1facfb133f0a45a232d57941eff644d4ed6c2d5002acd4e6b323376ec9c05838f760ebd9da3fbc39332989ed50b3921191c175811c947fcbfe
DIST core_unix-0.15.2.tar.gz 377836 BLAKE2B 56551ab1509bfecc59ae4b45aaaa4d336415cffe9339932239c884bc86207bdb4066aace35144618509b78b461164bdfaaaa04030ecb1b3619de6f8fe5c3a7b9 SHA512 6d59c52111235f952f3052fb86af1d7380ff3d8d89b5c8d59a66d530a14d462fa4b06cdf29f2ee2b4356a574dbefef33b82f60f9fba512942bc0e6aad07f2b6f
DIST core_unix-0.16.0.tar.gz 391719 BLAKE2B 29105ee1b8342241dbea136207d221af04d9412a74412fb4fd532f08b22b842125a72e69a47d36129a99c04cd3a83e605bc42b970d79a52420b3e273bd9915d5 SHA512 e38a126af832360f0e0079919b930f3fa99b02935c35372b1ed8c7e174af335de2f4dcb8da90be8f9f524542752dd5c62ec6192eb327d7cc6313b7402b0f7f65
DIST core_unix-0.17.0.tar.gz 403348 BLAKE2B 9afc07343427e84dc71df23b2d3a4e02780dcb75b4969d06a7d06d47b7dfe17e464223258733673265491cecfbea07f92f429167b81ead226319c452e4b895db SHA512 15472af90b0dda207eec57701f7e4f796b3aa35ae81491ffaff5611e3e5ff0532c80464c92528d970b5d651774d4a89fd3ab619b53f4871cf1ffd7741625f6e3
diff --git a/dev-ml/core_unix/core_unix-0.15.0.ebuild b/dev-ml/core_unix/core_unix-0.15.0.ebuild
deleted file mode 100644
index 8ab4e487041f..000000000000
--- a/dev-ml/core_unix/core_unix-0.15.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit dune
-
-DESCRIPTION="Unix-specific portions of Core"
-HOMEPAGE="https://github.com/janestreet/core_unix"
-SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-DEPEND="
- dev-ml/core_kernel:${SLOT}
- dev-ml/expect_test_helpers_core:${SLOT}
- dev-ml/ocaml_intrinsics:${SLOT}
- dev-ml/timezone:${SLOT}
- dev-ml/spawn:${SLOT}
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""