From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- dev-ml/ocaml-uri/Manifest | 4 ++-- dev-ml/ocaml-uri/metadata.xml | 11 ++++++---- dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild | 34 ++++++++++++++++++++++++++++++ dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild | 34 ------------------------------ 4 files changed, 43 insertions(+), 40 deletions(-) create mode 100644 dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild delete mode 100644 dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild (limited to 'dev-ml/ocaml-uri') diff --git a/dev-ml/ocaml-uri/Manifest b/dev-ml/ocaml-uri/Manifest index e5cfcaa867b2..70d157b925da 100644 --- a/dev-ml/ocaml-uri/Manifest +++ b/dev-ml/ocaml-uri/Manifest @@ -1,3 +1,3 @@ DIST ocaml-uri-1.9.4.tar.gz 213917 BLAKE2B 3b76ae2f39a7a97e581791e32e7ec302faacaf883ae82bb635497f205a7bb12b331f2ef34f834c4b22b56433fef75b6ba2c60db6b66f13997290e108f6f0f38b SHA512 c2314c55d1d89bb7824e6bd2aad57fa2bdc4889d5e6c0b4ce75f4ca33660d510d7ab125ff0f340f4688930f3ddac13193d34762f912cc70c4ce30aa206f32ddc -EBUILD ocaml-uri-1.9.4.ebuild 686 BLAKE2B 9749170488570b0fefaf999797feb8a69256b970b6a6e55f2a6b1a902d0489114529d2ec3bbe0f1153e718d1f2c2f6c5d9c0ee58faa715eaac1c7d6ec88aaa10 SHA512 37a3acfe26dabd488d6f61a064d34f16ae761c17696a238d0bcae08ab0d30824b4efaba3be00b99a3c51aec2f0a8d72b74f15821bfd93245618602bd4365fef2 -MISC metadata.xml 262 BLAKE2B 20d39724569c8a71bf318a98b42d8998bbde22c0a4371f6464e7ab880a07dace127bfa24167f17fb253526b84776b35188a53ee5d973b4209acee8c9dcb4d050 SHA512 92b3f703ac8ddcf0c0c183cb37bbeda037adec9c924fd0178a5e6490e6a888a19d12f32208582b5413c536eb657b799b8f909c74b7ea3ef51886ae026cea17f9 +EBUILD ocaml-uri-1.9.4-r1.ebuild 680 BLAKE2B a257706ab68aa2da1c8bd062c02cd7ead70646d3fcae9d21d598d9d72e19f2881eae9a3a647a3a2e26ddc3c7530666f53c25378dd303c48f135e04066bade580 SHA512 1432c929860ca6d160544d64ffdab07a19ffa9d7a00e766f6313d00e7b8cf6a2d3113bd604392439f73200f597e87fa4327a1dff1dc95e32746659d73fbe08ca +MISC metadata.xml 313 BLAKE2B f10b6cbbf903da16e9ff5d9cbc811a3dd6d580e5cc62ef08b2242be8e9525b0c58ffbff5449959c11af7efda005c90423a5e9fd0ba23dbdfa94f958f6239da96 SHA512 9372267613c2a6b3437d082f4936147bbb5f946e431ab45542d13e62f7f0c60c2686a84bdedaec816160064e71a8b43cda374ef9a46de91c225e2a986ab70e65 diff --git a/dev-ml/ocaml-uri/metadata.xml b/dev-ml/ocaml-uri/metadata.xml index c310dca89ba4..5d2f0a1ef512 100644 --- a/dev-ml/ocaml-uri/metadata.xml +++ b/dev-ml/ocaml-uri/metadata.xml @@ -1,8 +1,11 @@ - - - mirage/ocaml-uri - + + ml@gentoo.org + ML + + + mirage/ocaml-uri + diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild new file mode 100644 index 000000000000..63708fe6bc1f --- /dev/null +++ b/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit findlib opam + +DESCRIPTION="RFC3986 URI parsing library for OCaml" +HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io" +SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-ml/re:= + dev-ml/sexplib:= + dev-ml/ppx_sexp_conv:= + dev-ml/ppx_core:= + dev-ml/ppx_type_conv:= + dev-ml/stringext:= + dev-ml/type-conv:= +" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-1.0.2 ) + dev-ml/jbuilder +" + +src_install() { + opam_src_install uri +} diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild deleted file mode 100644 index bfa2f6bcf832..000000000000 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib opam - -DESCRIPTION="RFC3986 URI parsing library for OCaml" -HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io" -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/ocaml-re:= - dev-ml/sexplib:= - dev-ml/ppx_sexp_conv:= - dev-ml/ppx_core:= - dev-ml/ppx_type_conv:= - dev-ml/stringext:= - dev-ml/type-conv:= -" -DEPEND="${RDEPEND} - test? ( >=dev-ml/ounit-1.0.2 ) - dev-ml/jbuilder -" - -src_install() { - opam_src_install uri -} -- cgit v1.2.3