From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22DD0138330 for ; Sun, 4 Sep 2016 06:47:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3F2421C09C; Sun, 4 Sep 2016 06:46:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B50B21C09C for ; Sun, 4 Sep 2016 06:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AFAB34095A for ; Sun, 4 Sep 2016 06:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D640D2478 for ; Sun, 4 Sep 2016 06:46:52 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472971502.b5e7015cffb014db89122c56a4bccdf2ba4535ee.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mk-livestatus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild X-VCS-Directories: net-analyzer/mk-livestatus/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b5e7015cffb014db89122c56a4bccdf2ba4535ee X-VCS-Branch: master Date: Sun, 4 Sep 2016 06:46:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a600a051-b483-4036-8ad1-3dd83eff46d2 X-Archives-Hash: bc2d6ce4ad7385bea524bb0127b9b9d2 commit: b5e7015cffb014db89122c56a4bccdf2ba4535ee Author: Bertrand Jacquin jacquin bzh> AuthorDate: Sat Sep 3 22:26:05 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 4 06:45:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e7015c net-analyzer/mk-livestatus: Shrink DESCRIPTION. Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2211 Signed-off-by: Patrice Clement gentoo.org> net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index 6e50663..a1e49d2 100644 --- a/net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild +++ b/net-analyzer/mk-livestatus/mk-livestatus-1.2.2_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ inherit autotools perl-module python-r1 eutils MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" -DESCRIPTION="Nagios/Icinga event broker module that allows quick/direct access to your status data" +DESCRIPTION="Nagios/Icinga event broker that allows quick/direct access to your status data" HOMEPAGE="http://mathias-kettner.de/checkmk_livestatus.html" SRC_URI="http://mathias-kettner.de/download/${MY_P}.tar.gz"