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_tidy/
Date: Sun, 06 Aug 2017 13:42:43
Message-Id: 1502026906.0188151b68de383cfe64d5b55c1831de92380dd8.amynka@gentoo
1 commit: 0188151b68de383cfe64d5b55c1831de92380dd8
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:20:21 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0188151b
7
8 www-apache/mod_tidy: Shorter DESCRIPTION
9
10 www-apache/mod_tidy/mod_tidy-0.5.5-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/www-apache/mod_tidy/mod_tidy-0.5.5-r1.ebuild b/www-apache/mod_tidy/mod_tidy-0.5.5-r1.ebuild
14 index 8710d045e1a..6a12889446d 100644
15 --- a/www-apache/mod_tidy/mod_tidy-0.5.5-r1.ebuild
16 +++ b/www-apache/mod_tidy/mod_tidy-0.5.5-r1.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2009 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="2"
23
24 inherit apache-module
25
26 -DESCRIPTION="a TidyLib based module to parse, clean-up and pretty-print the webservers' (X)HTML output"
27 +DESCRIPTION="TidyLib module to clean-up and pretty-print the webserver (X)HTML output"
28 SRC_URI="http://mod-tidy.sourceforge.net/src/${P}.tar.gz"
29 HOMEPAGE="http://mod-tidy.sourceforge.net/"