diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 12:59:22 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 13:13:11 +0200 |
commit | 682d3894644ec72fa72a206ab4b9594bd0cf8303 (patch) | |
tree | 4bf8f025658e16f4fd931f86a12e7a1c4330e803 /net-im | |
parent | net-im/telepathy-logger: remove old (diff) | |
download | gentoo-682d3894644ec72fa72a206ab4b9594bd0cf8303.tar.gz gentoo-682d3894644ec72fa72a206ab4b9594bd0cf8303.tar.bz2 gentoo-682d3894644ec72fa72a206ab4b9594bd0cf8303.zip |
net-im/telepathy-logger: improve and shorten DESCRIPTION
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild index 6cf78fe9bc0f..7f0bc3e14c85 100644 --- a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild +++ b/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2 python-any-r1 virtualx -DESCRIPTION="Telepathy Logger is a session daemon that should be activated whenever telepathy is being used" +DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework" HOMEPAGE="https://telepathy.freedesktop.org/wiki/Logger" SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.bz2" |