Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libutf8proc/
Date: Tue, 05 May 2020 16:36:08
Message-Id: 1588696548.5db5b50f146ceae0a15a48fbb089678fd1e9c39b.hattya@gentoo
1 commit: 5db5b50f146ceae0a15a48fbb089678fd1e9c39b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 5 15:31:59 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 16:35:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db5b50f
7
8 dev-libs/libutf8proc: update DESCRIPTION
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild | 3 ++-
14 dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild | 5 +++--
15 2 files changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild
18 index b89571d039c..0f94bc97db0 100644
19 --- a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild
20 +++ b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild
21 @@ -6,7 +6,8 @@ EAPI=7
22 inherit toolchain-funcs
23
24 MY_P="${P/_p/-}"
25 -DESCRIPTION="mapping tool for UTF-8 strings"
26 +
27 +DESCRIPTION="A clean C Library for processing UTF-8 Unicode data"
28 HOMEPAGE="http://www.netsurf-browser.org/"
29 SRC_URI="https://download.netsurf-browser.org/libs/releases/${MY_P}-src.tar.gz"
30
31
32 diff --git a/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild
33 index 276a0508f63..23ca084b62a 100644
34 --- a/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild
35 +++ b/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 +# Copyright 1999-2020 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 @@ -6,7 +6,8 @@ EAPI=7
43 inherit toolchain-funcs
44
45 MY_P="${P#lib}"
46 -DESCRIPTION="mapping tool for UTF-8 strings"
47 +
48 +DESCRIPTION="A clean C Library for processing UTF-8 Unicode data"
49 HOMEPAGE="https://github.com/JuliaStrings/utf8proc"
50 SRC_URI="https://github.com/JuliaStrings/utf8proc/archive/v${PV}.tar.gz -> ${P}.tar.gz"