diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 04:13:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:09:16 +0000 |
commit | 7825eadea859b5632471f710bfaa7d884ed9de46 (patch) | |
tree | 921d629fcc7a0b2d9a3589cbbc6a03111f4fe9cf | |
parent | dev-ml/dns: treeclean (diff) | |
download | gentoo-7825eadea859b5632471f710bfaa7d884ed9de46.tar.gz gentoo-7825eadea859b5632471f710bfaa7d884ed9de46.tar.bz2 gentoo-7825eadea859b5632471f710bfaa7d884ed9de46.zip |
dev-ml/ocaml-cohttp: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/ocaml-cohttp/Manifest | 1 | ||||
-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, 74 deletions
diff --git a/dev-ml/ocaml-cohttp/Manifest b/dev-ml/ocaml-cohttp/Manifest deleted file mode 100644 index 667c5207f2b2..000000000000 --- a/dev-ml/ocaml-cohttp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml-cohttp-0.22.0.tar.gz 194568 BLAKE2B 220c291cdf50c1720e553cc224f6b3c7723add13a637cedd33deb162d4f420a8577b716f073c2b6a630de4458bdc9ac69d8eeeb1ccd44cb310b1a1262188c680 SHA512 60ae828a3e2085d5468f5d177f50a8e7a02ed47b8036af5548996ba3d36d8eef756662259abc65035c5d1f4158c9760762ac5f85376d6bfc76a7f027f01fa5b2 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 -} |