diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-ml/ocaml-conduit | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/ocaml-conduit')
-rw-r--r-- | dev-ml/ocaml-conduit/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-conduit/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild | 46 |
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-ml/ocaml-conduit/Manifest b/dev-ml/ocaml-conduit/Manifest deleted file mode 100644 index b2f7c96bf7d0..000000000000 --- a/dev-ml/ocaml-conduit/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ocaml-conduit-0.15.4.tar.gz 38960 BLAKE2B 3f4631a6a67ab00ecc0d903f0f0b832035b61d3fceec57db50bea0f56454292b4fa3911f4eeb5e05f8fb9fb68f13ca0f9e6c3c078d3bd5d0a1bb7c4bcac18495 SHA512 12f61828c943cb60b2c9be080fb32c8fe5ba16d8bac46a8b788f2ea9b8b7a3a53563defbb05271d516365d18cddafe57051125391ac018328608c4f6537ec5b0 -EBUILD ocaml-conduit-0.15.4.ebuild 868 BLAKE2B b250c496f80c67c851df0ba3ad2e4b8b709149febb5d01c5c10c1314ee9db2c690fc0bdce24b5492b6dbc425553025abefc07187323daa0e31c2f3ad39d8bdab SHA512 a10c6ff240d4f2ea9fd32bf99956d25dbc8e84e733cb0a54f3a631e4ebebb603a13ad19b2724ac7b61e1f43247ad2b95ef00468ec64d410a46efc4bbf7b5435c -MISC metadata.xml 252 BLAKE2B 8458df778c7b7359377d7d027d1d6bc90eed5dd3283fafd7b6517fefedf8c018363ed7e2fd8c0ba40f62c92be86a3a1d2e48a6cd3c6ed5a65ed9936ebdd0ed18 SHA512 95f7c63a575b70b5b116c814e2927d21e1b71d15160be74fec4058a840e30cef7a22468d1add0804d1aca91bafb1d804185773ddc2e0cd2ac73dc7e4d6ac10bb diff --git a/dev-ml/ocaml-conduit/metadata.xml b/dev-ml/ocaml-conduit/metadata.xml deleted file mode 100644 index 237f85fa7a95..000000000000 --- a/dev-ml/ocaml-conduit/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">mirage/ocaml-conduit</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild b/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild deleted file mode 100644 index 5690ccf9541d..000000000000 --- a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -DESCRIPTION="Dereference URIs into communication channels for Async or Lwt" -HOMEPAGE="https://github.com/mirage/ocaml-conduit" -SRC_URI="https://github.com/mirage/ocaml-conduit/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-lang/ocaml:= - dev-ml/sexplib:= - dev-ml/stringext:= - dev-ml/ocaml-uri:= - dev-ml/logs:= - dev-ml/ocaml-cstruct:= - dev-ml/ocaml-ipaddr:= - - >=dev-ml/lwt-3:= - dev-ml/lwt_ssl:= - dev-ml/async:= - dev-ml/dns:= - dev-ml/ocaml-ssl:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - dev-ml/findlib - dev-ml/ocamlbuild - dev-ml/ppx_driver - dev-ml/ppx_optcomp - dev-ml/ppx_sexp_conv -" - -DOCS=( TODO.md README.md CHANGES ) - -src_install() { - findlib_src_preinst - default -} |