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-cohttp | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/ocaml-cohttp')
-rw-r--r-- | dev-ml/ocaml-cohttp/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-cohttp/metadata.xml | 15 | ||||
-rw-r--r-- | dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild | 58 |
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-ml/ocaml-cohttp/Manifest b/dev-ml/ocaml-cohttp/Manifest deleted file mode 100644 index 7f3f35094ca2..000000000000 --- a/dev-ml/ocaml-cohttp/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ocaml-cohttp-0.22.0.tar.gz 194568 BLAKE2B 220c291cdf50c1720e553cc224f6b3c7723add13a637cedd33deb162d4f420a8577b716f073c2b6a630de4458bdc9ac69d8eeeb1ccd44cb310b1a1262188c680 SHA512 60ae828a3e2085d5468f5d177f50a8e7a02ed47b8036af5548996ba3d36d8eef756662259abc65035c5d1f4158c9760762ac5f85376d6bfc76a7f027f01fa5b2 -EBUILD ocaml-cohttp-0.22.0-r1.ebuild 1108 BLAKE2B b6acd1d84ae5ba4288af7f7e71187742dd796866c831aa70c0143b1060044ba272a93a204f785c64cb41d089b6fb1571f537d9caad6c081d6b3a2abe50c60b7a SHA512 bd4418427a7ff284e58c46ce0a113e0189cfa8383d41b024ed3f0cfdd39b8953d166fcb53317bc74b6a454dca0c45bce43b7668259eb6d2845ada254f20bb3d0 -MISC metadata.xml 552 BLAKE2B c1820b2b2cc8084350fb35444e7ef95b88ef7b37b68cbc376214465ac12083de96be9c5bf69009bf349b5683f41583fa1bacb68426cfbc95b7e8e17c7170ec7f SHA512 5819b87043cbfecd5931c71c224e1d0fdcb67a24e44c3cb42b73fb4b17b64fa74db2fab7de3e75fe5a8b6d1441fca672518f9b95519299277eb40d09285ad1f6 diff --git a/dev-ml/ocaml-cohttp/metadata.xml b/dev-ml/ocaml-cohttp/metadata.xml deleted file mode 100644 index fb051a0cc197..000000000000 --- a/dev-ml/ocaml-cohttp/metadata.xml +++ /dev/null @@ -1,15 +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>ML</name> - </maintainer> - <use> - <flag name="async">Enables support for the <pkg>dev-ml/async</pkg> asynchronous execution library.</flag> - <flag name="lwt">Enables support for the <pkg>dev-ml/lwt</pkg> cooperative light-weight thread library.</flag> - </use> - <upstream> - <remote-id type="github">mirage/ocaml-cohttp</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild b/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild deleted file mode 100644 index bfcf3140f3d8..000000000000 --- a/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Very lightweight HTTP server using Lwt or Async" -HOMEPAGE="https://github.com/mirage/ocaml-cohttp" -SRC_URI="https://github.com/mirage/ocaml-cohttp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="async +lwt" - -DEPEND=" - dev-ml/re:= - dev-ml/stringext:= - dev-ml/ocaml-uri:= - dev-ml/fieldslib:= - dev-ml/sexplib:= - dev-ml/ppx_fields_conv:= - dev-ml/ppx_sexp_conv:= - dev-ml/ocaml-base64:= - lwt? ( - dev-ml/lwt:= - dev-ml/logs:=[fmt,lwt] - dev-ml/cmdliner:= - dev-ml/ocaml-conduit:= - dev-ml/ocaml-magic-mime:= - ) - async? ( - dev-ml/ocaml-conduit:= - dev-ml/logs:=[fmt] - dev-ml/ocaml-magic-mime:= - dev-ml/fmt:= - ) -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - test? ( - dev-ml/ounit - dev-ml/alcotest - ) -" -DOCS=( README.md CHANGES DESIGN.md TODO.md ) - -src_configure() { - local oasis_configure_opts=" - $(use_enable lwt) $(use_enable lwt lwt-unix) - $(use_enable async) - " - oasis_src_configure -} |