diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-29 14:00:09 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-29 22:28:03 +0200 |
commit | 8b251aa7402417b31731e123b2a4a814170462c8 (patch) | |
tree | aaaa1948774b45fb4393afa965763c838094c97e /dev-ml/ocaml-extunix | |
parent | dev-ml/topkg: add missing findlib dep (diff) | |
download | gentoo-8b251aa7402417b31731e123b2a4a814170462c8.tar.gz gentoo-8b251aa7402417b31731e123b2a4a814170462c8.tar.bz2 gentoo-8b251aa7402417b31731e123b2a4a814170462c8.zip |
dev-ml/ocaml-extunix: bump to 0.1.5
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocaml-extunix')
-rw-r--r-- | dev-ml/ocaml-extunix/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-extunix/metadata.xml | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild | 23 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest index a989dc911de8..9d366195ae41 100644 --- a/dev-ml/ocaml-extunix/Manifest +++ b/dev-ml/ocaml-extunix/Manifest @@ -1 +1,2 @@ DIST ocaml-extunix-0.1.4.tar.gz 104306 SHA256 569ffc01616f14657ae4650d8971681f74198fc2f8f5764c89d3819885b3ed91 SHA512 a2226235a5aa527a588bb5cfc163fb0767b0d8eb888cd0c902f69d6084f2252d38695c9f98b74e72726ab55753d739483cf5b9a9387206fd35b0b0578a7c30df WHIRLPOOL ab1da118f17294ce2272904b1eead3d0a41ec02840db986593a7a56a0d5ce0aebd43efc2cd00c527e425956f8518dbdc697ad1eab8dfa55fe77ebbcfa5db88e7 +DIST ocaml-extunix-0.1.5.tar.gz 109375 SHA256 9d22f51d2a7ac523ca842b3b6d9e3beead8c10fdd53b670f57105609063a9700 SHA512 8c6f519bcd076be056424a295c7fdc678c1aedd8faa3c5a74c9849236f8102bf074ac7fe0b55c819206e8ad2c24878fe61a9a8df7ca785e8f6c71bb6a92e503c WHIRLPOOL 95016cc49be0fb556793053e38b49d443135986a4beaa1ce7ef9bebc18143c9fc1634919f0f54f32fee7cf2833620a4f2c291c74a05b29acea3446665756a943 diff --git a/dev-ml/ocaml-extunix/metadata.xml b/dev-ml/ocaml-extunix/metadata.xml index ffac4d7ebc01..26a70b4729f6 100644 --- a/dev-ml/ocaml-extunix/metadata.xml +++ b/dev-ml/ocaml-extunix/metadata.xml @@ -5,4 +5,7 @@ <email>ml@gentoo.org</email> <name>Gentoo ML Project</name> </maintainer> + <upstream> + <remote-id type="github">ygrek/extunix</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild new file mode 100644 index 000000000000..e2f0e0c0cc9c --- /dev/null +++ b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_TESTS=1 +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Thin bindings to various low-level system APIs" +HOMEPAGE="http://ygrek.org.ua/p/ocaml-extunix/ https://github.com/ygrek/extunix" +SRC_URI="https://github.com/ygrek/extunix/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-ml/camlp4:=" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" +DOCS=( "README.md" "TODO" "CHANGES.txt" ) |