summaryrefslogtreecommitdiff
path: root/dev-ml/fpath
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-ml/fpath
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ml/fpath')
-rw-r--r--dev-ml/fpath/Manifest3
-rw-r--r--dev-ml/fpath/fpath-0.7.2.ebuild29
-rw-r--r--dev-ml/fpath/metadata.xml11
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-ml/fpath/Manifest b/dev-ml/fpath/Manifest
new file mode 100644
index 000000000000..9d07538863cb
--- /dev/null
+++ b/dev-ml/fpath/Manifest
@@ -0,0 +1,3 @@
+DIST fpath-0.7.2.tbz 24142 SHA256 2ce2ae81a9d945696771c62082e817fbe49ed39499d8ad9a63b8e2bb502b20c3 SHA512 d8ab8d6f183a1742d74a3a3220cc1d62e7df38a6f3ca1c04fad18426a0897152255382305ad14d058b5b85ab55a27536c39a62deffac8d46984a730a2a18405d WHIRLPOOL 14b8ab716e890535345cd42a992ad2c13737ebf07116c5f2a469d642b31473adead47db67696a665f1d7cf984fdb208619743c02e35dc70b3bcb2f2892e89741
+EBUILD fpath-0.7.2.ebuild 539 SHA256 4a0c4a2596d32171e9330b2c71d17917d423e927c3c422721239f7b54eeb4299 SHA512 aec8e379cc1471788bf7e9e3a61a4717c241d1cb3ed6a83997045c24364de0a5ccc8e3961c4206029c7b565d81c7f97daaa171a8c205097b33f3416e9dfe07c4 WHIRLPOOL 23282b4c1faac862978aef4ca7cea3160ea45df7b70515af5d3c37d30af2e54d2aae37ec9c0aabb5f02c0e87d6e702053708b6db45ce031bfb4652615b1209cf
+MISC metadata.xml 325 SHA256 8e816d9f09919d2b4ef6ea77c15031ae10a8f5528d3c47047a6310c6d22fdd5c SHA512 491aac7a03f4b76eeefa2021ccf129c4d4ba7d562c33b81169613ff217944f81037662337bfc1ce48ba0b5d021201d47a9644e117cf534df8e2665722160cd04 WHIRLPOOL df46a1cf738d3ad9a80d5dd6aab6a5f5aa1ed8a4fd884c7c6860b80d80bad2d5e8ef511028c41d4892f1770f054ab657d6213938005678e6d9e2ccb4fde7bf6e
diff --git a/dev-ml/fpath/fpath-0.7.2.ebuild b/dev-ml/fpath/fpath-0.7.2.ebuild
new file mode 100644
index 000000000000..8a7ca78a2291
--- /dev/null
+++ b/dev-ml/fpath/fpath-0.7.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit opam
+
+DESCRIPTION="File system paths for OCaml"
+HOMEPAGE="http://erratique.ch/software/fpath https://github.com/dbuenzli/fpath"
+SRC_URI="http://erratique.ch/software/fpath/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-ml/result:=
+ dev-ml/astring:=
+"
+DEPEND="${RDEPEND}
+ dev-ml/topkg
+ dev-ml/ocamlbuild
+ dev-ml/findlib
+"
+
+src_compile() {
+ ocaml pkg/pkg.ml build || die
+}
diff --git a/dev-ml/fpath/metadata.xml b/dev-ml/fpath/metadata.xml
new file mode 100644
index 000000000000..120208f31d2c
--- /dev/null
+++ b/dev-ml/fpath/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>Gentoo ML Project</name>
+</maintainer>
+ <upstream>
+ <remote-id type="github">dbuenzli/fpath</remote-id>
+ </upstream>
+</pkgmetadata>