summaryrefslogtreecommitdiff
path: root/dev-ml/cinaps/cinaps-0.14.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/cinaps/cinaps-0.14.0.ebuild')
-rw-r--r--dev-ml/cinaps/cinaps-0.14.0.ebuild26
1 files changed, 0 insertions, 26 deletions
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
- )
-"