diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-13 16:04:21 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-13 23:53:22 +1100 |
commit | caaa9398c3e9dc46cb8cefe067126f1a8b0ef7a2 (patch) | |
tree | 87d6d57e524e0bb19a9d446d993ac4f3163a49cd /dev-ml/cinaps | |
parent | dev-ml/camlp5: Bump to 7.12 (diff) | |
download | gentoo-caaa9398c3e9dc46cb8cefe067126f1a8b0ef7a2.tar.gz gentoo-caaa9398c3e9dc46cb8cefe067126f1a8b0ef7a2.tar.bz2 gentoo-caaa9398c3e9dc46cb8cefe067126f1a8b0ef7a2.zip |
dev-ml/cinaps: Test dependency of dev-ml/ppxlib
Co-Author: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/cinaps')
-rw-r--r-- | dev-ml/cinaps/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/cinaps/cinaps-0.14.0.ebuild | 26 | ||||
-rw-r--r-- | dev-ml/cinaps/metadata.xml | 11 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/cinaps/Manifest b/dev-ml/cinaps/Manifest new file mode 100644 index 000000000000..1d75851eb9b6 --- /dev/null +++ b/dev-ml/cinaps/Manifest @@ -0,0 +1 @@ +DIST cinaps-0.14.0.tar.gz 9602 BLAKE2B 01d71b199dc966ac7653aca31d8a2e238102a5a29c4b6a1cf2ddd3f4624b41a4fd3e433025217951e7bd49b5eba21b6e4462217ef65a8755e6a4075683a55c5e SHA512 03f94ce7ab16d034edfc1976dd8fb83d533a1e5bc7f89dde3ea661553e05d6d8098c62c7e154013ef7814a283bb8cf535df0256891bcc6e0fdc847f6bf62aaf9 diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild b/dev-ml/cinaps/cinaps-0.14.0.ebuild new file mode 100644 index 000000000000..776fd0d12feb --- /dev/null +++ b/dev-ml/cinaps/cinaps-0.14.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020 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 ~x86" +IUSE="+ocamlopt test" + +DEPEND=" + dev-ml/re:= +" +RDEPEND="${DEPEND}" +BDEPEND="" +DEPEND="${DEPEND} + test? ( + dev-ml/ppx_jane + ) +" diff --git a/dev-ml/cinaps/metadata.xml b/dev-ml/cinaps/metadata.xml new file mode 100644 index 000000000000..c68adc6e3a7f --- /dev/null +++ b/dev-ml/cinaps/metadata.xml @@ -0,0 +1,11 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> + <upstream> + <remote-id type="github">ocaml-ppx/cinaps</remote-id> + </upstream> +</pkgmetadata> |