summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-snappy
diff options
context:
space:
mode:
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, 0 insertions, 34 deletions
diff --git a/dev-ml/ocaml-snappy/Manifest b/dev-ml/ocaml-snappy/Manifest
deleted file mode 100644
index a5f8c74ed833..000000000000
--- a/dev-ml/ocaml-snappy/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index ed271f5f83cf..000000000000
--- a/dev-ml/ocaml-snappy/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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
deleted file mode 100644
index 65defc38b16d..000000000000
--- a/dev-ml/ocaml-snappy/ocaml-snappy-0.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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}"