Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/txtorcon/
Date: Sun, 06 Aug 2017 13:42:29
Message-Id: 1502026895.d477f5e403ba238b85f768217064dabe837136f6.amynka@gentoo
1 commit: d477f5e403ba238b85f768217064dabe837136f6
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 12:57:51 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d477f5e4
7
8 net-libs/txtorcon: Shorter DESCRIPTION
9
10 net-libs/txtorcon/txtorcon-0.13.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-libs/txtorcon/txtorcon-0.13.0.ebuild b/net-libs/txtorcon/txtorcon-0.13.0.ebuild
14 index 2493b1e207b..4ee3addb437 100644
15 --- a/net-libs/txtorcon/txtorcon-0.13.0.ebuild
16 +++ b/net-libs/txtorcon/txtorcon-0.13.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -6,7 +6,7 @@ PYTHON_COMPAT=(python2_7)
24
25 inherit distutils-r1
26
27 -DESCRIPTION="Twisted-based Tor controller client, with state-tracking and configuration abstractions"
28 +DESCRIPTION="Twisted-based Tor controller client, with state-tracking"
29 HOMEPAGE="https://github.com/meejah/txtorcon https://pypi.python.org/pypi/txtorcon"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"