Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/
Date: Sat, 06 May 2017 22:20:27
Message-Id: 1494109133.3a1e130a4dc26075500d0c56d591cb899db8abde.soap@gentoo
1 commit: 3a1e130a4dc26075500d0c56d591cb899db8abde
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:30 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:18:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1e130a
7
8 dev-libs/gumbo: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4517
12
13 dev-libs/gumbo/gumbo-0.10.1.ebuild | 4 ++--
14 dev-libs/gumbo/gumbo-0.9.2.ebuild | 4 ++--
15 dev-libs/gumbo/gumbo-0.9.3.ebuild | 4 ++--
16 dev-libs/gumbo/gumbo-0.9.4.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild b/dev-libs/gumbo/gumbo-0.10.1.ebuild
20 index 2c019fb3afe..3587bf94f75 100644
21 --- a/dev-libs/gumbo/gumbo-0.10.1.ebuild
22 +++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29
30 inherit autotools
31
32 -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library"
33 +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
34 HOMEPAGE="https://github.com/google/gumbo-parser#readme"
35 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36
37
38 diff --git a/dev-libs/gumbo/gumbo-0.9.2.ebuild b/dev-libs/gumbo/gumbo-0.9.2.ebuild
39 index 6fe79fb9800..68c1147a5e2 100644
40 --- a/dev-libs/gumbo/gumbo-0.9.2.ebuild
41 +++ b/dev-libs/gumbo/gumbo-0.9.2.ebuild
42 @@ -1,11 +1,11 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48
49 inherit autotools
50
51 -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library"
52 +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
53 HOMEPAGE="https://github.com/google/gumbo-parser#readme"
54 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55
56
57 diff --git a/dev-libs/gumbo/gumbo-0.9.3.ebuild b/dev-libs/gumbo/gumbo-0.9.3.ebuild
58 index 610cac6f0cf..68c1147a5e2 100644
59 --- a/dev-libs/gumbo/gumbo-0.9.3.ebuild
60 +++ b/dev-libs/gumbo/gumbo-0.9.3.ebuild
61 @@ -1,11 +1,11 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 +# Copyright 1999-2017 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=5
67
68 inherit autotools
69
70 -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library"
71 +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
72 HOMEPAGE="https://github.com/google/gumbo-parser#readme"
73 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
74
75
76 diff --git a/dev-libs/gumbo/gumbo-0.9.4.ebuild b/dev-libs/gumbo/gumbo-0.9.4.ebuild
77 index 610cac6f0cf..68c1147a5e2 100644
78 --- a/dev-libs/gumbo/gumbo-0.9.4.ebuild
79 +++ b/dev-libs/gumbo/gumbo-0.9.4.ebuild
80 @@ -1,11 +1,11 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 +# Copyright 1999-2017 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI=5
86
87 inherit autotools
88
89 -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library"
90 +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
91 HOMEPAGE="https://github.com/google/gumbo-parser#readme"
92 SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"