mrueg 15/02/03 21:48:38 Modified: ChangeLog Added: txtorcon-0.12.0.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.5 net-libs/txtorcon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/txtorcon/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 6 Jan 2015 03:50:19 -0000 1.4 +++ ChangeLog 3 Feb 2015 21:48:38 -0000 1.5 @@ -1,6 +1,11 @@ # 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.4 2015/01/06 03:50:19 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/ChangeLog,v 1.5 2015/02/03 21:48:38 mrueg Exp $ + +*txtorcon-0.12.0 (03 Feb 2015) + + 03 Feb 2015; Manuel Rüger <[email protected]> +txtorcon-0.12.0.ebuild: + Version bump. 06 Jan 2015; Manuel Rüger <[email protected]> -txtorcon-0.10.1.ebuild: Remove old. 1.1 net-libs/txtorcon/txtorcon-0.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/txtorcon-0.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/txtorcon-0.12.0.ebuild?rev=1.1&content-type=text/plain Index: txtorcon-0.12.0.ebuild =================================================================== # 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 $ 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 }
