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/cgilib/
Date: Sat, 06 May 2017 22:20:15
Message-Id: 1494109077.b279bd02bfa4a54f749747fa1dacc2d8a0700e08.soap@gentoo
1 commit: b279bd02bfa4a54f749747fa1dacc2d8a0700e08
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:26 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:17:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b279bd02
7
8 dev-libs/cgilib: 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/cgilib/cgilib-0.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/cgilib/cgilib-0.7.ebuild b/dev-libs/cgilib/cgilib-0.7.ebuild
17 index b3c692980a1..12578b4f144 100644
18 --- a/dev-libs/cgilib/cgilib-0.7.ebuild
19 +++ b/dev-libs/cgilib/cgilib-0.7.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="4"
26
27 inherit autotools autotools-utils
28
29 -DESCRIPTION="a simple and lightweight interface to the Common Gateway Interface (CGI) for C and C++ programs"
30 +DESCRIPTION="A simple and lightweight interface to the CGI for C and C++ programs"
31 HOMEPAGE="http://www.infodrom.org/projects/cgilib/"
32 SRC_URI="http://www.infodrom.org/projects/${PN}/download/${P}.tar.gz"