diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:30 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:18:53 +0200 |
commit | 3a1e130a4dc26075500d0c56d591cb899db8abde (patch) | |
tree | 8a0c30682c8c50134c5c54f9948473cd63d07b16 /dev-libs/gumbo | |
parent | dev-libs/gtx: Fix toolong DESCRIPTION (diff) | |
download | gentoo-3a1e130a4dc26075500d0c56d591cb899db8abde.tar.gz gentoo-3a1e130a4dc26075500d0c56d591cb899db8abde.tar.bz2 gentoo-3a1e130a4dc26075500d0c56d591cb899db8abde.zip |
dev-libs/gumbo: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
Diffstat (limited to 'dev-libs/gumbo')
-rw-r--r-- | dev-libs/gumbo/gumbo-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gumbo/gumbo-0.9.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gumbo/gumbo-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gumbo/gumbo-0.9.4.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild b/dev-libs/gumbo/gumbo-0.10.1.ebuild index 2c019fb3afed..3587bf94f754 100644 --- a/dev-libs/gumbo/gumbo-0.10.1.ebuild +++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library" +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library" HOMEPAGE="https://github.com/google/gumbo-parser#readme" SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/gumbo/gumbo-0.9.2.ebuild b/dev-libs/gumbo/gumbo-0.9.2.ebuild index 6fe79fb98004..68c1147a5e29 100644 --- a/dev-libs/gumbo/gumbo-0.9.2.ebuild +++ b/dev-libs/gumbo/gumbo-0.9.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library" +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library" HOMEPAGE="https://github.com/google/gumbo-parser#readme" SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/gumbo/gumbo-0.9.3.ebuild b/dev-libs/gumbo/gumbo-0.9.3.ebuild index 610cac6f0cf3..68c1147a5e29 100644 --- a/dev-libs/gumbo/gumbo-0.9.3.ebuild +++ b/dev-libs/gumbo/gumbo-0.9.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library" +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library" HOMEPAGE="https://github.com/google/gumbo-parser#readme" SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/gumbo/gumbo-0.9.4.ebuild b/dev-libs/gumbo/gumbo-0.9.4.ebuild index 610cac6f0cf3..68c1147a5e29 100644 --- a/dev-libs/gumbo/gumbo-0.9.4.ebuild +++ b/dev-libs/gumbo/gumbo-0.9.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools -DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library" +DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library" HOMEPAGE="https://github.com/google/gumbo-parser#readme" SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" |