mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-ml/uri: update HOMEPAGE
Closes: https://bugs.gentoo.org/838790 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user