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 E81B01382C5 for ; Sun, 15 Apr 2018 09:48:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B622E0935; Sun, 15 Apr 2018 09:48:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E1D11E0935 for ; Sun, 15 Apr 2018 09:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F3596335C5A for ; Sun, 15 Apr 2018 09:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4406F257 for ; Sun, 15 Apr 2018 09:48:06 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1523785564.fcba39ec9037974d855574d08a99f4a181c55e02.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/http-parser/http-parser-2.8.0.ebuild net-libs/http-parser/http-parser-2.8.1.ebuild X-VCS-Directories: net-libs/http-parser/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: fcba39ec9037974d855574d08a99f4a181c55e02 X-VCS-Branch: master Date: Sun, 15 Apr 2018 09:48:06 +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: 12944ac4-9704-4584-bfe4-22f0fbfbc3e0 X-Archives-Hash: 62630da9f30f8567dfd6c27d388c5e67 commit: fcba39ec9037974d855574d08a99f4a181c55e02 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Apr 15 09:46:04 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Apr 15 09:46:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcba39ec net-libs/http-parser: Fix DESCRIPTION. Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-libs/http-parser/http-parser-2.8.0.ebuild | 2 +- net-libs/http-parser/http-parser-2.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/http-parser/http-parser-2.8.0.ebuild b/net-libs/http-parser/http-parser-2.8.0.ebuild index 78862ca4b21..c4563e4bf41 100644 --- a/net-libs/http-parser/http-parser-2.8.0.ebuild +++ b/net-libs/http-parser/http-parser-2.8.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit toolchain-funcs multilib-minimal -DESCRIPTION="Http request/response parser for C" +DESCRIPTION="HTTP request/response parser for C" HOMEPAGE="https://github.com/nodejs/http-parser" SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild b/net-libs/http-parser/http-parser-2.8.1.ebuild index a87d8eed669..620ec5a2f7c 100644 --- a/net-libs/http-parser/http-parser-2.8.1.ebuild +++ b/net-libs/http-parser/http-parser-2.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit toolchain-funcs multilib-minimal -DESCRIPTION="Http request/response parser for C" +DESCRIPTION="HTTP request/response parser for C" HOMEPAGE="https://github.com/nodejs/http-parser" SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"