diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-06 03:50:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-06 03:50:19 +0000 |
commit | f70ebe5fdf2a9632c79b7afbe91cf2caea2e2fae (patch) | |
tree | df18f54b69070b9b2541427425a5b3f2c4455da5 /net-libs/txtorcon | |
parent | Remove old. (diff) | |
download | gentoo-2-f70ebe5fdf2a9632c79b7afbe91cf2caea2e2fae.tar.gz gentoo-2-f70ebe5fdf2a9632c79b7afbe91cf2caea2e2fae.tar.bz2 gentoo-2-f70ebe5fdf2a9632c79b7afbe91cf2caea2e2fae.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs/txtorcon')
-rw-r--r-- | net-libs/txtorcon/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/txtorcon/txtorcon-0.10.1.ebuild | 30 |
2 files changed, 5 insertions, 32 deletions
diff --git a/net-libs/txtorcon/ChangeLog b/net-libs/txtorcon/ChangeLog index 12daeee88473..1623811b5673 100644 --- a/net-libs/txtorcon/ChangeLog +++ b/net-libs/txtorcon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/txtorcon -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/ChangeLog,v 1.3 2014/12/13 08:22:01 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/ChangeLog,v 1.4 2015/01/06 03:50:19 mrueg Exp $ + + 06 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -txtorcon-0.10.1.ebuild: + Remove old. 13 Dec 2014; Michał Górny <mgorny@gentoo.org> txtorcon-0.10.1.ebuild, txtorcon-0.11.0.ebuild: diff --git a/net-libs/txtorcon/txtorcon-0.10.1.ebuild b/net-libs/txtorcon/txtorcon-0.10.1.ebuild deleted file mode 100644 index 5b39c62103d7..000000000000 --- a/net-libs/txtorcon/txtorcon-0.10.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/txtorcon-0.10.1.ebuild,v 1.2 2014/12/13 08:22:01 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=(python2_7) - -inherit distutils-r1 - -DESCRIPTION="Twisted-based Tor controller client, with state-tracking and configuration abstractions" -HOMEPAGE="https://github.com/meejah/txtorcon https://pypi.python.org/pypi/txtorcon" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="dev-python/twisted-core[${PYTHON_USEDEP}] - dev-python/ipaddr[${PYTHON_USEDEP}] - net-misc/tor - dev-python/zope-interface[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] )" - -python_test() { - trial --reporter=text test || die -} |