From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54821138350 for ; Tue, 5 May 2020 16:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A001E0AB0; Tue, 5 May 2020 16:36:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74B1DE0AB0 for ; Tue, 5 May 2020 16:36:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FD9134F622 for ; Tue, 5 May 2020 16:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3D961D6 for ; Tue, 5 May 2020 16:36:03 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1588696548.5db5b50f146ceae0a15a48fbb089678fd1e9c39b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libutf8proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild X-VCS-Directories: dev-libs/libutf8proc/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 5db5b50f146ceae0a15a48fbb089678fd1e9c39b X-VCS-Branch: master Date: Tue, 5 May 2020 16:36:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bbfc5f91-b312-489b-8ed6-b0d505503141 X-Archives-Hash: 49061647977aa0772e1c8b1dfa2b23cc commit: 5db5b50f146ceae0a15a48fbb089678fd1e9c39b Author: Akinori Hattori gentoo org> AuthorDate: Tue May 5 15:31:59 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue May 5 16:35:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db5b50f dev-libs/libutf8proc: update DESCRIPTION Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori gentoo.org> dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild | 3 ++- dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 b89571d039c..0f94bc97db0 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 276a0508f63..23ca084b62a 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"