diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ml/ocaml-snappy | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ocaml-snappy')
-rw-r--r-- | dev-ml/ocaml-snappy/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-snappy/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/ocaml-snappy/ocaml-snappy-0.1.0.ebuild | 20 |
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..a5f8c74ed833 --- /dev/null +++ b/dev-ml/ocaml-snappy/Manifest @@ -0,0 +1,3 @@ +DIST ocaml-snappy-0.1.0.tar.gz 41907 BLAKE2B 875b600ebcbaf1484282ccceda7193a5cb2d28fcdd783fd888a920dbccd53ee2ebce1e54ffb78a44f9844f0941f17d80525c227c15a4ca55c956830603b82c79 SHA512 2ff3db23eee90e3d9e61ab6a77e5d6c174486d5e54a8bb1206e63299929da6a3fad4a89ffdfaf5c6f8b97c33a7cbc00bd3c34d39dc0f7e8fbd0dc2b84fd9f3c2 +EBUILD ocaml-snappy-0.1.0.ebuild 465 BLAKE2B 9c8161d044f7910059d36a9a637c651f83da87f34ac6f514a886b0a85fdd80075b4842c32616dac457fe751737c3fac9aee574bc32c96c342f0325e006b24e8b SHA512 827a7838f9d4c79383a155160b280954456e3821e198fc8963f7ab22b517c0da7663249b610fb9307e3c6fcfc7a90f5d8b41ace26de47b0459652ae94feab33f +MISC metadata.xml 330 BLAKE2B baf92d3e9f23111129099eac6d133a37541055bf74e65a96cf6506edc5d5c4217615ee42a229896959aa1b59fa72cb7175b0f203da3def90cccbc2bc2016c855 SHA512 839c3cd55375005786c53834dc1e1c1ca8e778a8cf6db6b728915f7ca0016c73dbe380a35a0681777cf9ea3a1cdab752bed87057f35948ba097b8dd7defcfd19 diff --git a/dev-ml/ocaml-snappy/metadata.xml b/dev-ml/ocaml-snappy/metadata.xml new file mode 100644 index 000000000000..ed271f5f83cf --- /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}" |