diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-10 19:12:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-10 19:12:54 +0000 |
commit | ff1b7e41aab3058c83fb4f8864de8a90deacc8d1 (patch) | |
tree | ef62a14855325d6f331b9e7e66d14a51d49bc3f3 /net-libs/txtorcon | |
parent | Stable for amd64 wrt bug #547530 (diff) | |
download | gentoo-2-ff1b7e41aab3058c83fb4f8864de8a90deacc8d1.tar.gz gentoo-2-ff1b7e41aab3058c83fb4f8864de8a90deacc8d1.tar.bz2 gentoo-2-ff1b7e41aab3058c83fb4f8864de8a90deacc8d1.zip |
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs/txtorcon')
-rw-r--r-- | net-libs/txtorcon/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/txtorcon/txtorcon-0.11.0.ebuild | 30 | ||||
-rw-r--r-- | net-libs/txtorcon/txtorcon-0.13.0.ebuild (renamed from net-libs/txtorcon/txtorcon-0.12.0.ebuild) | 5 |
3 files changed, 10 insertions, 33 deletions
diff --git a/net-libs/txtorcon/ChangeLog b/net-libs/txtorcon/ChangeLog index 04756980336d..fed378f10183 100644 --- a/net-libs/txtorcon/ChangeLog +++ b/net-libs/txtorcon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/txtorcon # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/ChangeLog,v 1.5 2015/02/03 21:48:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/ChangeLog,v 1.6 2015/05/10 19:12:54 mrueg Exp $ + +*txtorcon-0.13.0 (10 May 2015) + + 10 May 2015; Manuel Rüger <mrueg@gentoo.org> +txtorcon-0.13.0.ebuild, + -txtorcon-0.11.0.ebuild, -txtorcon-0.12.0.ebuild: + Version bump. *txtorcon-0.12.0 (03 Feb 2015) diff --git a/net-libs/txtorcon/txtorcon-0.11.0.ebuild b/net-libs/txtorcon/txtorcon-0.11.0.ebuild deleted file mode 100644 index add2a10838ce..000000000000 --- a/net-libs/txtorcon/txtorcon-0.11.0.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.11.0.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 -} diff --git a/net-libs/txtorcon/txtorcon-0.12.0.ebuild b/net-libs/txtorcon/txtorcon-0.13.0.ebuild index bcf8d951f514..a1db3096a48e 100644 --- a/net-libs/txtorcon/txtorcon-0.12.0.ebuild +++ b/net-libs/txtorcon/txtorcon-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/txtorcon-0.12.0.ebuild,v 1.1 2015/02/03 21:48:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/txtorcon-0.13.0.ebuild,v 1.1 2015/05/10 19:12:54 mrueg Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) @@ -19,7 +19,8 @@ IUSE="test" RDEPEND="dev-python/twisted-core[${PYTHON_USEDEP}] dev-python/ipaddr[${PYTHON_USEDEP}] net-misc/tor - dev-python/zope-interface[${PYTHON_USEDEP}]" + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/geoip-python[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] |