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 F3BAE139694 for ; Sat, 6 May 2017 22:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48FD6E0DBA; Sat, 6 May 2017 22:20:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2088DE0DA3 for ; Sat, 6 May 2017 22:20:14 +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 DDEC8340806 for ; Sat, 6 May 2017 22:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F1B7441 for ; Sat, 6 May 2017 22:20:11 +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: <1494109077.b279bd02bfa4a54f749747fa1dacc2d8a0700e08.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cgilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cgilib/cgilib-0.7.ebuild X-VCS-Directories: dev-libs/cgilib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b279bd02bfa4a54f749747fa1dacc2d8a0700e08 X-VCS-Branch: master Date: Sat, 6 May 2017 22:20:11 +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: 10062dde-cac4-444f-9b45-e07b614e4f33 X-Archives-Hash: 3da1a0a7eaaa16607f479f8066ef769e commit: b279bd02bfa4a54f749747fa1dacc2d8a0700e08 Author: Harri Nieminen gmail com> AuthorDate: Sat May 6 17:14:26 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 6 22:17:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b279bd02 dev-libs/cgilib: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/cgilib/cgilib-0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cgilib/cgilib-0.7.ebuild b/dev-libs/cgilib/cgilib-0.7.ebuild index b3c692980a1..12578b4f144 100644 --- a/dev-libs/cgilib/cgilib-0.7.ebuild +++ b/dev-libs/cgilib/cgilib-0.7.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="4" inherit autotools autotools-utils -DESCRIPTION="a simple and lightweight interface to the Common Gateway Interface (CGI) for C and C++ programs" +DESCRIPTION="A simple and lightweight interface to the CGI for C and C++ programs" HOMEPAGE="http://www.infodrom.org/projects/cgilib/" SRC_URI="http://www.infodrom.org/projects/${PN}/download/${P}.tar.gz"