diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-10-17 07:54:14 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-10-17 07:54:14 +0200 |
commit | f36c0ffcb11a58d67ad3001abccc981db42f5b9d (patch) | |
tree | 4da8620aaf0cf6182be3be74354cb015daca0235 /dev-ml | |
parent | dev-ml/ocaml-stdint: Remove old (diff) | |
download | gentoo-f36c0ffcb11a58d67ad3001abccc981db42f5b9d.tar.gz gentoo-f36c0ffcb11a58d67ad3001abccc981db42f5b9d.tar.bz2 gentoo-f36c0ffcb11a58d67ad3001abccc981db42f5b9d.zip |
dev-ml/ocaml-stdint: bump to 0.5.0
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-stdint/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-stdint/ocaml-stdint-0.5.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest index 8282dee85f20..4c0ad5496482 100644 --- a/dev-ml/ocaml-stdint/Manifest +++ b/dev-ml/ocaml-stdint/Manifest @@ -1 +1,2 @@ DIST ocaml-stdint-0.4.2.tar.gz 79749 SHA256 88b87da27b81ce175df4c58b2733958647869d33a143886740afe075a51b761b SHA512 0663a54dca8951fadf1121b69db32590c6ec3fc26b3366271c7941841b0a95047d0a57b5f7337bc7fbc37d3730cb5ed20952c0a3d6ab71f273646bc197951125 WHIRLPOOL d03f969f1e8c592aa1e3686c28913d047efedd0510ab9b5d2d4a754a5e4e75d5125ad04e7ad2b583288d64cd9a79e970ae7884dff9e799e7c64b1891a0b3e593 +DIST ocaml-stdint-0.5.0.tar.gz 80106 SHA256 e99d4b16bdbe5ebd473f3a2220516743405dfdaf495379833bac5acc4ce82dfb SHA512 fa5470e587e445c0b1ba72ddb6e641db0e41c32490c3ca6dbffb73a8a39e14afe7395d55e9d22be8dddf1d4311257b5443b05cde05b25b7939600b4f74359a8e WHIRLPOOL 3abda901154974e2af3dd083caa06cf9119372b43eb4be3b9119eac86ac8cfd78d2b504b8502f5716c65f269ee412cdf95f9d59fbc8607875c80b6a489a1987f diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.5.0.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.5.0.ebuild new file mode 100644 index 000000000000..f2c7b3938e6b --- /dev/null +++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Various signed and unsigned integers for OCaml" +HOMEPAGE="https://github.com/andrenth/ocaml-stdint" +SRC_URI="https://github.com/andrenth/ocaml-stdint/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |