dev-ml/uri: update HOMEPAGE

Closes: https://bugs.gentoo.org/838790
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-16 15:22:12 +02:00
parent 8b65fd2815
commit b1a6529fd1
2 changed files with 107 additions and 10 deletions

View File

@@ -6,7 +6,10 @@ EAPI=8
inherit dune multiprocessing
DESCRIPTION="RFC3986 URI parsing library for OCaml"
HOMEPAGE="https://github.com/mirage/ocaml-uri"
HOMEPAGE="
https://github.com/mirage/ocaml-uri
https://opam.ocaml.org/packages/uri/
"
SRC_URI="https://github.com/mirage/ocaml-uri/archive/v${PV}.tar.gz -> ocaml-${P}.tar.gz"
S="${WORKDIR}/ocaml-${P}"
@@ -16,26 +19,25 @@ KEYWORDS="~amd64"
IUSE="ocamlopt re sexp test"
RDEPEND="
dev-ml/angstrom
dev-ml/stringext
>=dev-ml/angstrom-0.14.0:=
>=dev-ml/stringext-1.4.0:=
re? (
dev-ml/re
)
re? ( >=dev-ml/re-1.9.0:= )
sexp? (
dev-ml/ppx_sexp_conv
dev-ml/sexplib0
>=dev-ml/ppx_sexp_conv-0.13.0:=
dev-ml/sexplib0:=
)
"
DEPEND="
${RDEPEND}
test? (
dev-ml/ounit
dev-ml/ppx_sexp_conv
dev-ml/ounit2
>=dev-ml/ppx_sexp_conv-0.9.0
)
"
RESTRICT="!test? ( test )"
PATCHES="${FILESDIR}/${P}-ounit2.patch"
src_compile() {
local pkgs="uri"