Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mk-livestatus/
Date: Sun, 04 Sep 2016 06:47:02
Message-Id: 1472971502.b5e7015cffb014db89122c56a4bccdf2ba4535ee.monsieurp@gentoo
1 commit: b5e7015cffb014db89122c56a4bccdf2ba4535ee
2 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
3 AuthorDate: Sat Sep 3 22:26:05 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 06:45:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e7015c
7
8 net-analyzer/mk-livestatus: Shrink DESCRIPTION.
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/2211
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild b/net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild
19 index 6e50663..a1e49d2 100644
20 --- a/net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild
21 +++ b/net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -13,7 +13,7 @@ inherit autotools perl-module python-r1 eutils
29 MY_PV="${PV/_p/p}"
30 MY_P="${PN}-${MY_PV}"
31
32 -DESCRIPTION="Nagios/Icinga event broker module that allows quick/direct access to your status data"
33 +DESCRIPTION="Nagios/Icinga event broker that allows quick/direct access to your status data"
34 HOMEPAGE="http://mathias-kettner.de/checkmk_livestatus.html"
35 SRC_URI="http://mathias-kettner.de/download/${MY_P}.tar.gz"