commit:     8b251aa7402417b31731e123b2a4a814170462c8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 12:00:09 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 20:28:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b251aa7

dev-ml/ocaml-extunix: bump to 0.1.5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-extunix/Manifest                   |  1 +
 dev-ml/ocaml-extunix/metadata.xml               |  3 +++
 dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest
index a989dc911de..9d366195ae4 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 ffac4d7ebc0..26a70b4729f 100644
--- a/dev-ml/ocaml-extunix/metadata.xml
+++ b/dev-ml/ocaml-extunix/metadata.xml
@@ -5,4 +5,7 @@
        <email>m...@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 00000000000..e2f0e0c0cc9
--- /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" )

Reply via email to