summaryrefslogtreecommitdiff
path: root/dev-ml/cinaps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
commitc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (patch)
treec44943ee0563a3fa957716de909fed683117fcb9 /dev-ml/cinaps
parent69051588e2f955485fe5d45d45e616bc60a2de57 (diff)
gentoo (valentine's day) resync : 14.02.2021
Diffstat (limited to 'dev-ml/cinaps')
-rw-r--r--dev-ml/cinaps/Manifest4
-rw-r--r--dev-ml/cinaps/cinaps-0.14.0.ebuild4
-rw-r--r--dev-ml/cinaps/cinaps-0.15.0.ebuild24
3 files changed, 29 insertions, 3 deletions
diff --git a/dev-ml/cinaps/Manifest b/dev-ml/cinaps/Manifest
index 0068f38fd52c..cf5face715b7 100644
--- a/dev-ml/cinaps/Manifest
+++ b/dev-ml/cinaps/Manifest
@@ -1,3 +1,5 @@
DIST cinaps-0.14.0.tar.gz 9602 BLAKE2B 01d71b199dc966ac7653aca31d8a2e238102a5a29c4b6a1cf2ddd3f4624b41a4fd3e433025217951e7bd49b5eba21b6e4462217ef65a8755e6a4075683a55c5e SHA512 03f94ce7ab16d034edfc1976dd8fb83d533a1e5bc7f89dde3ea661553e05d6d8098c62c7e154013ef7814a283bb8cf535df0256891bcc6e0fdc847f6bf62aaf9
-EBUILD cinaps-0.14.0.ebuild 546 BLAKE2B 812924d3337d52509f9b618686d312c0baf513f481faaa0e40a75c68f7bc0bed6b017ddd74dca139c6b203e619e63b0375bd1cf9d3691c36c37a37fdbaf2dfb5 SHA512 435dd1825877bdfec0e7561e4255de9035d079b36ac52b7b65393e7478337da3a23164d2de6debaf2fcccb6aa2bab0a20fa888f4e052fd2a13278cde483e97a6
+DIST cinaps-0.15.0.tar.gz 9697 BLAKE2B b3c28b54269b7c35070b1a61b99087986aa5fead2792558597964a55d935544f09167aed269d6d68be65c1f588b7c0d645aabeed303885929a2f41628f6fabd9 SHA512 e69018c1b8ffc8895a5280c592bfbb0ac074b5a0367dc79392198819e751bf77dcbb67cf56e5f722e57939538a54b584bdb998cd8baedf6d01014a1f7d18a0c5
+EBUILD cinaps-0.14.0.ebuild 547 BLAKE2B 2f0b5de11ab58dca21e96ba2b38240a8bbc9e692de1034febd25953c8b4537404940ea67582e3189e7ba5ecfb2ef6d111bd71667d5800f34eb4df3e93e53acb3 SHA512 3a1ab4ada7f968d91d1bcb7c1ada14df67817408c0746cff915fb8f24afadce6630f91249acb9b1cf6ef18f4756a9c45e1b7869e21f58c966628f35fabaa77f7
+EBUILD cinaps-0.15.0.ebuild 510 BLAKE2B f85fb27821b015fa56a6264d629eff6641f91e4a6c6df27a6491f070a25dfdc5ce3e12d6304a72148ce96451f35514e7bcc8d8a1033b5f32208d44f3819ac158 SHA512 d9a6e88526dd9460c560c58a60aed0679d7d2e27875bad42eb269772fc78fc6d64eb5f3785b9f5fb30619f2510c5ec50910248ec372da6e38ab956523c403ecf
MISC metadata.xml 418 BLAKE2B 7bc68f327917734fb8039591095334b13f77ff7be363ed2da1d82c0c67c4222f68cde887869206d9c87d78809984e5c3f59519c37c98e5feb97df87a99c5b2cc SHA512 2e0427dbaa73bebaf022cc56b96baae31017bef48615b22750f77f8fa6726158cd6d80a107c646e00a7a53a1aa74117b9c0355e0f418b5ab6a686344e2adfadf
diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild b/dev-ml/cinaps/cinaps-0.14.0.ebuild
index f343badc16a9..49d3848af248 100644
--- a/dev-ml/cinaps/cinaps-0.14.0.ebuild
+++ b/dev-ml/cinaps/cinaps-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
diff --git a/dev-ml/cinaps/cinaps-0.15.0.ebuild b/dev-ml/cinaps/cinaps-0.15.0.ebuild
new file mode 100644
index 000000000000..beef48458589
--- /dev/null
+++ b/dev-ml/cinaps/cinaps-0.15.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020-2021 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
+ )
+"