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 CABAF139694 for ; Sat, 6 May 2017 22:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE2CE0DDE; Sat, 6 May 2017 22:20:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9BF3E0DDE for ; Sat, 6 May 2017 22:20:20 +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 B68DA3416CE for ; Sat, 6 May 2017 22:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303617455 for ; Sat, 6 May 2017 22:20:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1494109133.3a1e130a4dc26075500d0c56d591cb899db8abde.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gumbo/gumbo-0.10.1.ebuild dev-libs/gumbo/gumbo-0.9.2.ebuild dev-libs/gumbo/gumbo-0.9.3.ebuild dev-libs/gumbo/gumbo-0.9.4.ebuild X-VCS-Directories: dev-libs/gumbo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3a1e130a4dc26075500d0c56d591cb899db8abde X-VCS-Branch: master Date: Sat, 6 May 2017 22:20:12 +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-Archives-Salt: d88c3863-5bb2-434e-aad0-06754d294339 X-Archives-Hash: 2f220fbbc310f859e2a59b7d051c1a28 commit: 3a1e130a4dc26075500d0c56d591cb899db8abde Author: Harri Nieminen gmail com> AuthorDate: Sat May 6 17:14:30 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 6 22:18:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1e130a dev-libs/gumbo: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/gumbo/gumbo-0.10.1.ebuild | 4 ++-- dev-libs/gumbo/gumbo-0.9.2.ebuild | 4 ++-- dev-libs/gumbo/gumbo-0.9.3.ebuild | 4 ++-- 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 2c019fb3afe..3587bf94f75 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 6fe79fb9800..68c1147a5e2 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 610cac6f0cf..68c1147a5e2 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 610cac6f0cf..68c1147a5e2 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"