public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cohttp/
Date: Sun,  4 Apr 2021 06:10:19 +0000 (UTC)	[thread overview]
Message-ID: <1617516556.7825eadea859b5632471f710bfaa7d884ed9de46.sam@gentoo> (raw)

commit:     7825eadea859b5632471f710bfaa7d884ed9de46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 04:13:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:09:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7825eade

dev-ml/ocaml-cohttp: treeclean

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocaml-cohttp/Manifest                      |  1 -
 dev-ml/ocaml-cohttp/metadata.xml                  | 15 ------
 dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild | 58 -----------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-ml/ocaml-cohttp/Manifest b/dev-ml/ocaml-cohttp/Manifest
deleted file mode 100644
index 667c5207f2b..00000000000
--- 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 fb051a0cc19..00000000000
--- 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 bfcf3140f3d..00000000000
--- 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
-}


             reply	other threads:[~2021-04-04  6:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-04  6:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-06 18:10 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cohttp/ Alfredo Tupone
2021-02-17 21:13 Alfredo Tupone
2017-03-11 10:31 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1617516556.7825eadea859b5632471f710bfaa7d884ed9de46.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox