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-misc/multisort/
Date: Sun, 06 Aug 2017 13:42:45
Message-Id: 1502026912.f3e78e4ca6b4d6451deccd270ff05d891514b3b6.amynka@gentoo
1 commit: f3e78e4ca6b4d6451deccd270ff05d891514b3b6
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:21:17 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e78e4c
7
8 www-misc/multisort: Shorter DESCRIPTION
9
10 Closes:#5319
11
12 www-misc/multisort/multisort-1.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-misc/multisort/multisort-1.1-r1.ebuild b/www-misc/multisort/multisort-1.1-r1.ebuild
16 index 190e60b9688..b64e30c6c88 100644
17 --- a/www-misc/multisort/multisort-1.1-r1.ebuild
18 +++ b/www-misc/multisort/multisort-1.1-r1.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25
26 inherit toolchain-funcs
27
28 -DESCRIPTION="multisort takes any number of httpd logfiles in the Common Log Format and merges them together"
29 +DESCRIPTION="Merges httpd logfiles in the Common Log Format"
30 HOMEPAGE="http://www.xach.com/multisort/"
31 SRC_URI="http://www.xach.com/${PN}/${PN}-${PV}.tar.gz"