commit: 2f843de7121f02434f8cfe12b21da665a1d1f039 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Tue Jul 2 10:46:46 2024 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Tue Jul 2 10:46:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f843de7
dev-libs/libunibreak: fix tests Closes: https://bugs.gentoo.org/935337 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> dev-libs/libunibreak/libunibreak-6.1.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev-libs/libunibreak/libunibreak-6.1.ebuild b/dev-libs/libunibreak/libunibreak-6.1.ebuild index e62036e84d1f..1c2b3488b65f 100644 --- a/dev-libs/libunibreak/libunibreak-6.1.ebuild +++ b/dev-libs/libunibreak/libunibreak-6.1.ebuild @@ -6,13 +6,6 @@ EAPI=8 DESCRIPTION="Line and word breaking library" HOMEPAGE="http://vimgadgets.sourceforge.net/libunibreak/" SRC_URI="https://github.com/adah1972/${PN}/releases/download/${PN}_$(ver_rs 1- '_')/${P}.tar.gz" -SRC_URI+=" - test? ( - http://www.unicode.org/Public/UNIDATA/auxiliary/LineBreakTest.txt -> ${PN}-LineBreakTest.txt - http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakTest.txt -> ${PN}-WordBreakTest.txt - http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakTest.txt -> ${PN}-GraphemeBreakTest.txt - ) -" LICENSE="ZLIB" SLOT="0/6" @@ -29,13 +22,6 @@ src_prepare() { echo 'GENERATE_MAN=YES' >> Doxyfile || die echo 'GENERATE_HTML=NO' >> Doxyfile || die fi - - if use test; then - local file - for file in LineBreakTest.txt WordBreakTest.txt GraphemeBreakTest.txt ; do - ln -s "${DISTDIR}"/${PN}-${file} "${S}"/src/${file} || die - done - fi } src_configure() {