prometheanfire 14/06/24 16:16:07 Modified: ChangeLog Added: turbolift-2.0.5.ebuild Removed: turbolift-2.0.3.ebuild Log: bup and fixing 514838 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.3 dev-python/turbolift/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/turbolift/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/turbolift/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/turbolift/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/turbolift/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 10 Nov 2013 23:11:36 -0000 1.2 +++ ChangeLog 24 Jun 2014 16:16:07 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/turbolift -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbolift/ChangeLog,v 1.2 2013/11/10 23:11:36 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbolift/ChangeLog,v 1.3 2014/06/24 16:16:07 prometheanfire Exp $ + +*turbolift-2.0.5 (24 Jun 2014) + + 24 Jun 2014; Matthew Thode <[email protected]> + +turbolift-2.0.5.ebuild, -turbolift-2.0.3.ebuild: + bup and fixing 514838 10 Nov 2013; Matthew Thode <[email protected]> metadata.xml, turbolift-2.0.3.ebuild: 1.1 dev-python/turbolift/turbolift-2.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/turbolift/turbolift-2.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/turbolift/turbolift-2.0.5.ebuild?rev=1.1&content-type=text/plain Index: turbolift-2.0.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/turbolift/turbolift-2.0.5.ebuild,v 1.1 2014/06/24 16:16:07 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) # tests are not distributed with the release tarball RESTRICT="test" inherit distutils-r1 DESCRIPTION="Openstack Swift sync/backup utility" HOMEPAGE="https://github.com/cloudnull/turbolift/wiki" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools test? ( >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}] <dev-python/hacking-0.9[${PYTHON_USEDEP}] >=dev-python/mock-1.0[${PYTHON_USEDEP}] dev-python/unittest2[${PYTHON_USEDEP}] dev-python/tox[${PYTHON_USEDEP}] )" RDEPEND=">=dev-python/prettytable-0.7.0[${PYTHON_USEDEP}] >=dev-python/requests-2.2.0[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}]" python_test() { ${PYTHON} -m unit discover turbolift/tests || die "failed testsuite" }
