idella4 15/01/06 03:59:21 Modified: ChangeLog Added: python-urljr-1.0.1-r1.ebuild Removed: python-urljr-1.0.1.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.4 dev-python/python-urljr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-urljr/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-urljr/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-urljr/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-urljr/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 8 Jul 2010 16:08:43 -0000 1.3 +++ ChangeLog 6 Jan 2015 03:59:21 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-urljr -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-urljr/ChangeLog,v 1.3 2010/07/08 16:08:43 arfrever Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-urljr/ChangeLog,v 1.4 2015/01/06 03:59:21 idella4 Exp $ + +*python-urljr-1.0.1-r1 (06 Jan 2015) + + 06 Jan 2015; Ian Delaney <idel...@gentoo.org> +python-urljr-1.0.1-r1.ebuild, + -python-urljr-1.0.1.ebuild: + revbump; conversion -> distutils-r1, rm old 08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfre...@gentoo.org> python-urljr-1.0.1.ebuild: @@ -16,4 +22,3 @@ +files/python-urljr-1.0.1-gentoo-test_fetchers.patch, +python-urljr-1.0.1.ebuild: Initial commit. - 1.1 dev-python/python-urljr/python-urljr-1.0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-urljr/python-urljr-1.0.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-urljr/python-urljr-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain Index: python-urljr-1.0.1-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-urljr/python-urljr-1.0.1-r1.ebuild,v 1.1 2015/01/06 03:59:21 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="JanRain's URL Utilities" HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/" SRC_URI="http://www.openidenabled.com/resources/downloads/python-openid/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="curl test" RDEPEND="curl? ( >=dev-python/pycurl-7.15.1[${PYTHON_USEDEP}] )" DEPEND="" REQUIRED_USE="test? ( curl )" # test fails if it finds 'localhost' instead of '127.0.0.1' PATCHES=( "${FILESDIR}/${P}-gentoo-test_fetchers.patch" ) python_test() { PYTHONPATH=. "${PYTHON}" admin/runtests || die "tests failed" }