From: Akinori Hattori Date: Tue, 5 May 2020 15:31:59 +0000 (+0900) Subject: dev-libs/libutf8proc: update DESCRIPTION X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5db5b50f146ceae0a15a48fbb089678fd1e9c39b;p=gentoo.git dev-libs/libutf8proc: update DESCRIPTION Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori --- diff --git a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild index b89571d039c5..0f94bc97db0e 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild @@ -6,7 +6,8 @@ EAPI=7 inherit toolchain-funcs MY_P="${P/_p/-}" -DESCRIPTION="mapping tool for UTF-8 strings" + +DESCRIPTION="A clean C Library for processing UTF-8 Unicode data" HOMEPAGE="http://www.netsurf-browser.org/" SRC_URI="https://download.netsurf-browser.org/libs/releases/${MY_P}-src.tar.gz" diff --git a/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild index 276a0508f63d..23ca084b62ad 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,8 @@ EAPI=7 inherit toolchain-funcs MY_P="${P#lib}" -DESCRIPTION="mapping tool for UTF-8 strings" + +DESCRIPTION="A clean C Library for processing UTF-8 Unicode data" HOMEPAGE="https://github.com/JuliaStrings/utf8proc" SRC_URI="https://github.com/JuliaStrings/utf8proc/archive/v${PV}.tar.gz -> ${P}.tar.gz"