commit:     8909fc4eed8f49d0ac3eade77c762b3d1657a51d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 16:21:51 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu May 25 16:50:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8909fc4e

dev-ml/ocaml-snappy: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-snappy/Manifest                  |  1 +
 dev-ml/ocaml-snappy/metadata.xml              | 11 +++++++++++
 dev-ml/ocaml-snappy/ocaml-snappy-0.1.0.ebuild | 20 ++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-ml/ocaml-snappy/Manifest b/dev-ml/ocaml-snappy/Manifest
new file mode 100644
index 00000000000..59de99c5d63
--- /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 00000000000..a7b8d1d48a1
--- /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>m...@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 00000000000..65defc38b16
--- /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}"

Reply via email to