summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-12 17:43:59 +0000
committerSam James <sam@gentoo.org>2021-03-13 15:22:56 +0000
commitd671d6b8745cd276398d8b73bdcab8d6f7358843 (patch)
tree50a0d23a70a1b2ad7c0848212d17b631e7ae95e7 /dev-ml/ocurl
parentdev-ml/parmap: drop 1.0_rc8, 1.1.1 (diff)
downloadgentoo-d671d6b8745cd276398d8b73bdcab8d6f7358843.tar.gz
gentoo-d671d6b8745cd276398d8b73bdcab8d6f7358843.tar.bz2
gentoo-d671d6b8745cd276398d8b73bdcab8d6f7358843.zip
dev-ml/ocurl: drop 0.7.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocurl')
-rw-r--r--dev-ml/ocurl/Manifest1
-rw-r--r--dev-ml/ocurl/ocurl-0.7.10.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 2feb1545bb89..6c6fc0aaa928 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,2 +1 @@
-DIST ocurl-0.7.10.tar.gz 108234 BLAKE2B 17b679e331fa266001744522457cc7f4a3656b97b4558fc9e4458c31abd8700fb0f55ce1f9049de7d95a1df41f6543aa36729bc10d9cb688e5e45c50960d5e3d SHA512 7e7adae7d32a39465d578c0e9a0b3b1d4baed76c41428337e9bdc86f7c948297db22c14bc61b58c28d02871a2f3359767e745891690663b63ee1334a839b49c8
DIST ocurl-0.9.1.tar.gz 111393 BLAKE2B 83ec8f5e2e83b5cc519683556ca97818a092a80f41305394cc04088371c1179f256dee3d8a8e80597837fb156299698450c70ca00f1ec336ace46b02b84bb51e SHA512 f4acb596f213ce57e749c9805225330b532e17718f3b228745b438cd1fe6d89b37e56d401a11c329107729dd0e6bdd4a425d547f9a83dabe32edbf18aca585b5
diff --git a/dev-ml/ocurl/ocurl-0.7.10.ebuild b/dev-ml/ocurl/ocurl-0.7.10.ebuild
deleted file mode 100644
index a23d5e728f2d..000000000000
--- a/dev-ml/ocurl/ocurl-0.7.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml interface to the libcurl library"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
-LICENSE="MIT"
-SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="examples"
-
-RDEPEND=">=net-misc/curl-7.9.8
- dev-ml/lwt:=
- dev-ml/camlp4:=
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-src_compile()
-{
- emake -j1 all
-}
-
-src_install()
-{
- findlib_src_install
- dodoc CHANGES.txt README.md
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}