Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fcgid/
Date: Sun, 06 Aug 2017 13:42:38
Message-Id: 1502026905.f97ec42a2fc5d3c926b4fba3d2657af82f1e3780.amynka@gentoo
1 commit: f97ec42a2fc5d3c926b4fba3d2657af82f1e3780
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:17:26 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97ec42a
7
8 www-apache/mod_fcgid: Shorter DESCRIPTION
9
10 www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild | 4 ++--
11 www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
15 index f371e586c44..df4dab78ef9 100644
16 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
17 +++ b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
18 @@ -1,10 +1,10 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 inherit apache-module eutils multilib
25
26 -DESCRIPTION="A binary-compatible alternative to mod_fastcgi with better process management"
27 +DESCRIPTION="Binary-compatible alternative to mod_fastcgi with better process management"
28 HOMEPAGE="https://httpd.apache.org/mod_fcgid/"
29 SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
30
31
32 diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
33 index 9e82ab572bf..b660fe03227 100644
34 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
35 +++ b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
36 @@ -1,9 +1,9 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 +# Copyright 1999-2017 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 inherit apache-module eutils multilib
42
43 -DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management"
44 +DESCRIPTION="Binary-compatible alternative to mod_fastcgi with better process management"
45 HOMEPAGE="https://httpd.apache.org/mod_fcgid/"
46 SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"