summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-07-02 16:25:20 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-07-02 16:50:24 +0200
commit3860802eae2a01f5b874ff9eff6c426924908f67 (patch)
tree01363943e1b847d5e300e364660845d2f856736a
parentdev-ml/camldbm: drop old 1.0 (diff)
downloadgentoo-3860802eae2a01f5b874ff9eff6c426924908f67.tar.gz
gentoo-3860802eae2a01f5b874ff9eff6c426924908f67.tar.bz2
gentoo-3860802eae2a01f5b874ff9eff6c426924908f67.zip
dev-ml/cinaps: drop old 0.14.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-ml/cinaps/Manifest1
-rw-r--r--dev-ml/cinaps/cinaps-0.14.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ml/cinaps/Manifest b/dev-ml/cinaps/Manifest
index 96d3a8373446..e88bea28e0bb 100644
--- a/dev-ml/cinaps/Manifest
+++ b/dev-ml/cinaps/Manifest
@@ -1,2 +1 @@
-DIST cinaps-0.14.0.tar.gz 9602 BLAKE2B 01d71b199dc966ac7653aca31d8a2e238102a5a29c4b6a1cf2ddd3f4624b41a4fd3e433025217951e7bd49b5eba21b6e4462217ef65a8755e6a4075683a55c5e SHA512 03f94ce7ab16d034edfc1976dd8fb83d533a1e5bc7f89dde3ea661553e05d6d8098c62c7e154013ef7814a283bb8cf535df0256891bcc6e0fdc847f6bf62aaf9
DIST cinaps-0.15.1.tar.gz 9752 BLAKE2B 56b0a8fda6e0e420b3062001f853e187c78ca9adfba7a2204845f61f6480fc9984578db00a9aaba7cefa2bc41234d710a2079300b2dcdf6791d6e037d0a82f3d SHA512 ca53a9da8aa71ce7cddf7e24778e9c4d3f3e5784209da85a5a6b2d5af83cd8ad769fbe3009d2757ebf4a25ca39d76af00ebc693b1b01c3b53c8775ea479123a5
diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild b/dev-ml/cinaps/cinaps-0.14.0.ebuild
deleted file mode 100644
index 0f71841c6bc8..000000000000
--- a/dev-ml/cinaps/cinaps-0.14.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Trivial metaprogramming tool"
-HOMEPAGE="https://github.com/ocaml-ppx/cinaps"
-SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/findlib:=
- dev-ml/re:=
-"
-DEPEND="${RDEPEND}
- test? (
- dev-ml/ppx_jane
- )
-"