mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/bin-prot: bump to 0.9.2
Package-Manager: Portage-2.3.13, Repoman-2.3.4
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST bin-prot-0.9.0.tar.gz 338958 SHA256 1fc88602788a802570ba81376a71dd76a1815b74ce80245e3fc4cfd7e259817e SHA512 111e0a9d07bdf22db6e3e7e9a165d196a264a3652e4cc363ec8f49c4ef385b8b76982a9d42fa8e0954e15a4a80c35ca6876c70fe6f20d7497fd8a2d53fab24c1 WHIRLPOOL 2d0fe47a957023d99bcde79146bef54c6e15801427db83697d16506d508231e95d6983f506502661740636ede95d2b36144c6d2f0953169785b27abe4d894764
|
||||
DIST bin-prot-0.9.1.tar.gz 338969 SHA256 b301a350fc951cbaba711c28395802121752a0ee927f0ec14fdd74ba4af1cb42 SHA512 6575f51931c6dfb0f640bc6eb8bb789fd1ca4b1ca95876df906bd5d5c3320dc8aebedd44b5c6feee6b66b40007bd0077da6cc628c791daba0c8cf806d7af7b9c WHIRLPOOL b6113a806457f7982b0e018d7fd828eb57156bc6e541fa0812565710861de5a1c4d955e194f7ca1da77fb8f9c9dd6db2d6a9d18d6db92bd024bd045c93a5e676
|
||||
DIST bin-prot-0.9.2.tar.gz 339008 SHA256 abf3743bf22584c905d3bdb1130aae8fa6cb970f0645d61cbcde3eb807068b86 SHA512 a4aa453ff4d2037b8ed0e53186fafa876a96ecb970ef25e99cf133afa4615b8fc53de75234454519a4f7c11f771f98e8117f8fa37682dbb8f73d4fda8a1805f7 WHIRLPOOL c54c3aec6e2f500793b008a6a3401c69d6525113c98fc6ae1d0bf6c6dd1c4dce120299d8635c7292c14261409d7a00f4b4e868192a73f4f2f17568cd7986ab4d
|
||||
|
||||
44
dev-ml/bin-prot/bin-prot-0.9.2.ebuild
Normal file
44
dev-ml/bin-prot/bin-prot-0.9.2.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Binary protocol generator"
|
||||
HOMEPAGE="https://github.com/janestreet/bin_prot"
|
||||
SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/ocaml:=
|
||||
dev-ml/base:=
|
||||
dev-ml/ppx_compare:=
|
||||
dev-ml/ppx_custom_printf:=
|
||||
dev-ml/ppx_core:=
|
||||
dev-ml/ppx_driver:=
|
||||
dev-ml/ppx_fields_conv:=
|
||||
dev-ml/ppx_sexp_conv:=
|
||||
dev-ml/ppx_type_conv:=
|
||||
dev-ml/ppx_variants_conv:=
|
||||
dev-ml/sexplib:=
|
||||
dev-ml/ocaml-migrate-parsetree:=
|
||||
"
|
||||
DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
|
||||
|
||||
S="${WORKDIR}/bin_prot-${PV}"
|
||||
|
||||
src_test() {
|
||||
jbuilder runtest || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
opam-installer -i \
|
||||
--prefix="${ED}/usr" \
|
||||
--libdir="${D}/$(ocamlc -where)" \
|
||||
--docdir="${ED}/usr/share/doc/${PF}" \
|
||||
${PN/-/_}.install || die
|
||||
dodoc CHANGES.md README.md
|
||||
}
|
||||
Reference in New Issue
Block a user