summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-snappy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocaml-snappy
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-snappy')
-rw-r--r--dev-ml/ocaml-snappy/Manifest3
-rw-r--r--dev-ml/ocaml-snappy/metadata.xml8
-rw-r--r--dev-ml/ocaml-snappy/ocaml-snappy-0.1.0.ebuild20
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-ml/ocaml-snappy/Manifest b/dev-ml/ocaml-snappy/Manifest
deleted file mode 100644
index f243a5dabafd..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 250 BLAKE2B 30ad003d76d27566aff6c304f18895d3bace58ee6d8a6ef147dca2afa83390f7176eb8c57b647a0830ec876da544f946df7e6faa3cc3af4d1577eb8a4549d478 SHA512 efafc96e30b7406f19731eaa7e38183184194cd25e08111c7317219c02730a4c437d080ce40e64cfd9498f2aefdccd86012533d7b074610f434a0e883f45d754
diff --git a/dev-ml/ocaml-snappy/metadata.xml b/dev-ml/ocaml-snappy/metadata.xml
deleted file mode 100644
index 1b77a8f6505b..000000000000
--- a/dev-ml/ocaml-snappy/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <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}"