summaryrefslogtreecommitdiff
path: root/dev-ml/cinaps/cinaps-0.15.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/cinaps/cinaps-0.15.0.ebuild')
-rw-r--r--dev-ml/cinaps/cinaps-0.15.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ml/cinaps/cinaps-0.15.0.ebuild b/dev-ml/cinaps/cinaps-0.15.0.ebuild
deleted file mode 100644
index 87242bd88dc3..000000000000
--- a/dev-ml/cinaps/cinaps-0.15.0.ebuild
+++ /dev/null
@@ -1,24 +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 )"
-
-DEPEND="dev-ml/re:="
-RDEPEND="${DEPEND}"
-BDEPEND="
- test? (
- dev-ml/ppx_jane
- )
-"