summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_bin_prot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-ml/ppx_bin_prot
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-ml/ppx_bin_prot')
-rw-r--r--dev-ml/ppx_bin_prot/Manifest4
-rw-r--r--dev-ml/ppx_bin_prot/metadata.xml5
-rw-r--r--dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild31
3 files changed, 38 insertions, 2 deletions
diff --git a/dev-ml/ppx_bin_prot/Manifest b/dev-ml/ppx_bin_prot/Manifest
index a472466f73bd..aca755cd2850 100644
--- a/dev-ml/ppx_bin_prot/Manifest
+++ b/dev-ml/ppx_bin_prot/Manifest
@@ -1,3 +1,5 @@
+DIST ppx_bin_prot-0.14.0.tar.gz 36642 BLAKE2B 6a80f574fad5e3ba2bb1adad8e6af86a9bd463ab7ed8976901234694a56f9e17c04ccc74f0bd4a18c75f1a4ccd81848218078bb387f8ff2f5df337c5f2492226 SHA512 7d61624d18fd76daed5a5d60d16ac0a3fd658ef650ee6ae4b65346e96d1718a044deb3ca6fbb63c69176505f64d0d1b6becd8419061cfb69466d45e16964329b
DIST ppx_bin_prot-0.9.0.tar.gz 35234 BLAKE2B 883e7d8b3919d640408fd1efa22df6656d1146d2771313ee29bda287f8ec412b4acdabebb8ea3548918370a6048543b93e17b22141ac672a4b8c628d0c678844 SHA512 f900741f4caeec86ec9d73a086ffeec21789bdd99ca7b09a808a3e281038d587c9c326cc1217957fcd828c4e1da5902f6dee3bf4ba7a22feca5424573215a00c
+EBUILD ppx_bin_prot-0.14.0.ebuild 733 BLAKE2B 1b221cd3d1189c63bb6212553a261d6f31053154bc89e2214905a7afb2cf24c193ce24cdbbba65806b817959d751762d267a8b5b29ff3a78065886eb3ce7f2fd SHA512 eed2b13b175bc61fec11cc9e51fbe7d9576496ca02e17f741e475cc170cc35190f9bc669d48f24e89476ed78d88f366d16d2bec6a60ca2e627c507e506cf6f37
EBUILD ppx_bin_prot-0.9.0.ebuild 626 BLAKE2B c99c9a9912fa82ac2c3ff2e2567edf83ee1f0f59350203805b477b09a3a095d50790f43d1bfa5aa56d169f973ad0916c2ce275db8a30b70641ccd0e5c2e65744 SHA512 669745108b8016690c058a4c64b5ed103b0e4f8a4256871fce5ba2d0d2a631be02e6c8a4bb2ad476e7538461b21188ebdaf467b11ee59df39f333e4d6c82fe6d
-MISC metadata.xml 255 BLAKE2B e2a814c388a071c4357d01e65f31cf751cd1bf012cdecbbc8d8d95de647a85d43888f5bfe14f9cf1994a94947aa14fa6ef9b7545d49f601ed4c6974a06693568 SHA512 3c425c171074c8ef2abe5a1faa44ce4ebc59f7d826fa5dffb1e42a00a782388f3d797d4c93ce54f9f6635555cd2b9394e0f0080825301058e59e3095c8d55328
+MISC metadata.xml 332 BLAKE2B fd73be12947f8034f214321a34f0ea94e430a27f967fedbe2532e407b6a018483e4ac02927e2b35584b163fcba3e4ad3ad6902b34da79c159c44479bf455ea58 SHA512 d2907c1f5c0e51d6dca9b80b4c536d837ed6ce3b0683a446851d1abc5d873e15c26c543eaa4a790b63e10e335ea762190f568d9e182ec780b29d41f3055f19db
diff --git a/dev-ml/ppx_bin_prot/metadata.xml b/dev-ml/ppx_bin_prot/metadata.xml
index 7a2f01fd7a1f..1854dc854561 100644
--- a/dev-ml/ppx_bin_prot/metadata.xml
+++ b/dev-ml/ppx_bin_prot/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>gienah@gentoo.org</email>
+ <name>Mark Wright</name>
+ </maintainer>
<upstream>
<remote-id type="github">janestreet/ppx_bin_prot</remote-id>
</upstream>
diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
new file mode 100644
index 000000000000..3844f9272325
--- /dev/null
+++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Generation of bin_prot readers and writers from types"
+HOMEPAGE="https://github.com/janestreet/ppx_bin_prot"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
+ >=dev-ml/bin_prot-0.14.0:=
+ >=dev-ml/ppx_here-0.14.0:=
+ >=dev-ml/ppxlib-0.18.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
+ "
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+ test? (
+ dev-ml/ppx_jane
+ )"