From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-ml/sedlex/sedlex-2.5.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'dev-ml/sedlex/sedlex-2.5.ebuild') diff --git a/dev-ml/sedlex/sedlex-2.5.ebuild b/dev-ml/sedlex/sedlex-2.5.ebuild index 70cb278e79a8..cc4748a81f3b 100644 --- a/dev-ml/sedlex/sedlex-2.5.ebuild +++ b/dev-ml/sedlex/sedlex-2.5.ebuild @@ -10,12 +10,6 @@ HOMEPAGE="https://github.com/ocaml-community/sedlex" SRC_URI="https://github.com/ocaml-community/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -FILES=( DerivedCoreProperties extracted/DerivedGeneralCategory PropList ) -for file in ${FILES[@]} ; do - SRC_URI+=" https://www.unicode.org/Public/12.1.0/ucd/${file}.txt - -> ${P}-${file##*/}.txt" -done - LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" @@ -34,3 +28,10 @@ src_compile() { --ignore-promoted-rules eend $? || die } + +dune_src_test() { + ebegin "Testing" + dune runtest --display short --profile release \ + --ignore-promoted-rules + eend $? || die +} -- cgit v1.2.3