dev-ml/ocaml-conduit: Remove old
authorAlexis Ballier <aballier@gentoo.org>
Fri, 6 Oct 2017 13:10:56 +0000 (15:10 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 6 Oct 2017 13:11:15 +0000 (15:11 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

dev-ml/ocaml-conduit/Manifest
dev-ml/ocaml-conduit/ocaml-conduit-0.15.3.ebuild [deleted file]

index 65a97ce07c9446e0c47059587136cc6dec73b02c..9c1dfc2bcd0fd842afddd40adf1a3f55bed55aac 100644 (file)
@@ -1,2 +1 @@
-DIST ocaml-conduit-0.15.3.tar.gz 38921 SHA256 6760c9fed6b1c5360d74b4cd6fafbd78e1736c08d3024ed9ecb79b29ad3456db SHA512 0666ed22a93351dc8381de3eaafcf019336f9d62e6b7ed7c0bcd7e202ecfb54ede8ed999023a0ed712da6406cee872965b22c77982ed65897b2e0abfadd0a07c WHIRLPOOL e754553c08fe31be337b8f1aaf504a5319af66aea9f897b411a6ca4d8efd4a5c1ac9488cbe7ca091f7c87ce4171e3725f701a9f8359d04dfd6c6cca350a1a611
 DIST ocaml-conduit-0.15.4.tar.gz 38960 SHA256 5c18e1cd034b4f8e0f229426051a16100d30d07c83d7969e3331e0d7dec3b2d7 SHA512 12f61828c943cb60b2c9be080fb32c8fe5ba16d8bac46a8b788f2ea9b8b7a3a53563defbb05271d516365d18cddafe57051125391ac018328608c4f6537ec5b0 WHIRLPOOL 6d82618a68acdee4bb93b18c9a379ecad96ba8d88ebfe600465a7f57ea84b1dfd5cfd7e0f6dcde5f5c76c9395e3e528a9d457d54173a911079daab3ec1064253
diff --git a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.3.ebuild b/dev-ml/ocaml-conduit/ocaml-conduit-0.15.3.ebuild
deleted file mode 100644 (file)
index b6dd676..0000000
+++ /dev/null
@@ -1,45 +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/async:=
-       dev-ml/ocaml-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
-}