Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-logger/
Date: Fri, 02 Nov 2018 11:14:01
Message-Id: 1541157191.682d3894644ec72fa72a206ab4b9594bd0cf8303.leio@gentoo
1 commit: 682d3894644ec72fa72a206ab4b9594bd0cf8303
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 10:59:22 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 11:13:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682d3894
7
8 net-im/telepathy-logger: improve and shorten DESCRIPTION
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
17 index 6cf78fe9bc0..7f0bc3e14c8 100644
18 --- a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
19 +++ b/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
27
28 inherit gnome2 python-any-r1 virtualx
29
30 -DESCRIPTION="Telepathy Logger is a session daemon that should be activated whenever telepathy is being used"
31 +DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework"
32 HOMEPAGE="https://telepathy.freedesktop.org/wiki/Logger"
33 SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.bz2"