summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-25 18:21:51 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-25 18:50:05 +0200
commit8909fc4eed8f49d0ac3eade77c762b3d1657a51d (patch)
treefb64dd5f31af03bdee23611658f6c3e7187c564a /dev-ml
parentnet-analyzer/pmacct: Reinstate 1.5.3 versions due to operational need. (diff)
downloadgentoo-8909fc4eed8f49d0ac3eade77c762b3d1657a51d.tar.gz
gentoo-8909fc4eed8f49d0ac3eade77c762b3d1657a51d.tar.bz2
gentoo-8909fc4eed8f49d0ac3eade77c762b3d1657a51d.zip
dev-ml/ocaml-snappy: initial import
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-snappy/Manifest1
-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, 32 insertions, 0 deletions
diff --git a/dev-ml/ocaml-snappy/Manifest b/dev-ml/ocaml-snappy/Manifest
new file mode 100644
index 000000000000..59de99c5d63b
--- /dev/null
+++ b/dev-ml/ocaml-snappy/Manifest
@@ -0,0 +1 @@
+DIST ocaml-snappy-0.1.0.tar.gz 41907 SHA256 902d5aa5bb318834c6ddf2c36140836c3fca1542d6135d22638dcff74ca9d1de SHA512 2ff3db23eee90e3d9e61ab6a77e5d6c174486d5e54a8bb1206e63299929da6a3fad4a89ffdfaf5c6f8b97c33a7cbc00bd3c34d39dc0f7e8fbd0dc2b84fd9f3c2 WHIRLPOOL d9caec9ee9a23db547ba2b3379a70042666aeffeb33b94568bdf593bea7a07f75921bb4773bca42ff675af406e4e45a93d89b0bd6984caad24b4e2102118dc49
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}"