summaryrefslogtreecommitdiff
path: root/dev-ml/ocurl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-ml/ocurl
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-ml/ocurl')
-rw-r--r--dev-ml/ocurl/Manifest4
-rw-r--r--dev-ml/ocurl/ocurl-0.7.10.ebuild37
-rw-r--r--dev-ml/ocurl/ocurl-0.9.1.ebuild2
3 files changed, 2 insertions, 41 deletions
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 2be8c48e3840..55702e0932df 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1,5 +1,3 @@
-DIST ocurl-0.7.10.tar.gz 108234 BLAKE2B 17b679e331fa266001744522457cc7f4a3656b97b4558fc9e4458c31abd8700fb0f55ce1f9049de7d95a1df41f6543aa36729bc10d9cb688e5e45c50960d5e3d SHA512 7e7adae7d32a39465d578c0e9a0b3b1d4baed76c41428337e9bdc86f7c948297db22c14bc61b58c28d02871a2f3359767e745891690663b63ee1334a839b49c8
DIST ocurl-0.9.1.tar.gz 111393 BLAKE2B 83ec8f5e2e83b5cc519683556ca97818a092a80f41305394cc04088371c1179f256dee3d8a8e80597837fb156299698450c70ca00f1ec336ace46b02b84bb51e SHA512 f4acb596f213ce57e749c9805225330b532e17718f3b228745b438cd1fe6d89b37e56d401a11c329107729dd0e6bdd4a425d547f9a83dabe32edbf18aca585b5
-EBUILD ocurl-0.7.10.ebuild 768 BLAKE2B 1f149546cd5a8f83a1d4d53cda2672d8f32c08d15c5f4e9dd521704175cc36c2852744b4f3058eb500447a49404608d9529a060833fefb32cd4d97c63dd4be75 SHA512 3f59e918a13afe9141041515ee93ee7cbb185918256db46293d8f51d90139226232c1e1f7ac72a4625da9ae18f2ebe8663ec060788953d8cf1bad732c7c400ad
-EBUILD ocurl-0.9.1.ebuild 788 BLAKE2B 555f9f78c66864d3169862c9fdb05aacc49f160b3169f3bc5fb3be867ebeca6c3d3694f574197ffa6cd5be886bdf80e765777f6d453d010225711e0f1b7c1534 SHA512 468fd7d79f0e2b5a3b339aec864441c45ea09276f7debbc00199ad8826712cb831ef7ef55f44ebe2bd6f8195c5983a1550afe67e16b1478bcd2aba56eadc1b52
+EBUILD ocurl-0.9.1.ebuild 786 BLAKE2B 6e9836181c9cc3ef8a100decaab730d0622021358495eab2ddbf3ad56218a533e01dffb850d1ed021440f595babcb6f9ce4e5805cef2aba2c7b9ec3bd2c4fbbe SHA512 26caf1a73c6f5b3ee72e31718668502bb204c2b043621bc96885887371bf729e112e3ef9c93f11563b68cf846b3aa0aa9a285864a9e2219c2bc62033b71b9cce
MISC metadata.xml 248 BLAKE2B fe3026d958889632df0c7f1830afde1cbdb5897819d451db6a083424d0bf8d1e1b4481aa5d015116f6420f40a82270cb833357bddb31fcc2415124d5f81f80de SHA512 31d785847bcf3bdb00d8358b10c988f77c62121b8a287440917b1950fa35ac595527b85b5d3d0bda5abfd1e34802787f6dc6b810adf03a18e87ce4c9f1b30903
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
-}
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
index 410c2da529e0..ecab07d3bfe0 100644
--- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
dev-ml/camlp4:=
>=dev-lang/ocaml-3.12:=[ocamlopt?]"
DEPEND="${RDEPEND}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
src_compile() {
emake -j1 all