summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-snappy
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/ocaml-snappy
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ml/ocaml-snappy')
-rw-r--r--dev-ml/ocaml-snappy/Manifest3
-rw-r--r--dev-ml/ocaml-snappy/metadata.xml11
-rw-r--r--dev-ml/ocaml-snappy/ocaml-snappy-0.1.0.ebuild20
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ml/ocaml-snappy/Manifest b/dev-ml/ocaml-snappy/Manifest
new file mode 100644
index 000000000000..51b6806a0c26
--- /dev/null
+++ b/dev-ml/ocaml-snappy/Manifest
@@ -0,0 +1,3 @@
+DIST ocaml-snappy-0.1.0.tar.gz 41907 SHA256 902d5aa5bb318834c6ddf2c36140836c3fca1542d6135d22638dcff74ca9d1de SHA512 2ff3db23eee90e3d9e61ab6a77e5d6c174486d5e54a8bb1206e63299929da6a3fad4a89ffdfaf5c6f8b97c33a7cbc00bd3c34d39dc0f7e8fbd0dc2b84fd9f3c2 WHIRLPOOL d9caec9ee9a23db547ba2b3379a70042666aeffeb33b94568bdf593bea7a07f75921bb4773bca42ff675af406e4e45a93d89b0bd6984caad24b4e2102118dc49
+EBUILD ocaml-snappy-0.1.0.ebuild 465 SHA256 0c3275934733d83cc415e01259d2157be319e42f42b8e489d0c86f5af8f1910a SHA512 827a7838f9d4c79383a155160b280954456e3821e198fc8963f7ab22b517c0da7663249b610fb9307e3c6fcfc7a90f5d8b41ace26de47b0459652ae94feab33f WHIRLPOOL 800c0a715ce563d027cbf63d5d4fd24c601a6ef6199ccd0be917b45c2fc976e7de6ad263b550d5b6af98234129abd7a045e99bf909c1f8982aef9b5d86c403a9
+MISC metadata.xml 329 SHA256 3d014efc3d72cd4cf231923275eba620d3133eae94007b0ad2a309da9c181de1 SHA512 1a149125b1b87b65fb319d4a746d42e25f81c0f6a6f0794a469b6d5a38d2dbe8deb311eeac5154491299ab6afdd9b9b22b9e53ff56b1102936f0ce9701131c5b WHIRLPOOL 67d2dcbb2c8dbd9e3ebdc1cae97410f89959ed1392fb6727b0e1f7a14a4d1847a0dd6cd0c4aae2dd48a5f3e2e51db5bce9bce4bec415672c5df35d01141e9a88
diff --git a/dev-ml/ocaml-snappy/metadata.xml b/dev-ml/ocaml-snappy/metadata.xml
new file mode 100644
index 000000000000..a7b8d1d48a12
--- /dev/null
+++ b/dev-ml/ocaml-snappy/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">ygrek/ocaml-snappy</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/ocaml-snappy/ocaml-snappy-0.1.0.ebuild b/dev-ml/ocaml-snappy/ocaml-snappy-0.1.0.ebuild
new file mode 100644
index 000000000000..65defc38b16d
--- /dev/null
+++ b/dev-ml/ocaml-snappy/ocaml-snappy-0.1.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="OCaml bindings to snappy fast compression/decompression library"
+HOMEPAGE="http://ygrek.org.ua/p/ocaml-snappy/"
+SRC_URI="https://github.com/ygrek/ocaml-snappy/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="app-arch/snappy:="
+RDEPEND="${DEPEND}"