jlec 15/06/03 18:07:50 Modified: errorhandler-1.1.1-r2.ebuild ChangeLog Log: USE PATCHES=() (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.5 dev-python/errorhandler/errorhandler-1.1.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/errorhandler-1.1.1-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/errorhandler-1.1.1-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/errorhandler-1.1.1-r2.ebuild?r1=1.4&r2=1.5 Index: errorhandler-1.1.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/errorhandler/errorhandler-1.1.1-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- errorhandler-1.1.1-r2.ebuild 8 Apr 2015 08:05:11 -0000 1.4 +++ errorhandler-1.1.1-r2.ebuild 3 Jun 2015 18:07:50 -0000 1.5 @@ -1,13 +1,14 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/errorhandler/errorhandler-1.1.1-r2.ebuild,v 1.4 2015/04/08 08:05:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/errorhandler/errorhandler-1.1.1-r2.ebuild,v 1.5 2015/06/03 18:07:50 jlec Exp $ EAPI=5 + PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 -DESCRIPTION="A logging framework handler that tracks when messages above a certain level have been logged" +DESCRIPTION="Logging framework handler that tracks when messages above a certain level have been logged" HOMEPAGE="http://pypi.python.org/pypi/errorhandler" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -23,10 +24,13 @@ dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}"/${P}-test.patch + "${FILESDIR}"/docs.patch +) + python_prepare_all() { sed -e 's:../bin/sphinx-build:/usr/bin/sphinx-build:' -i docs/Makefile || die - epatch "${FILESDIR}"/${P}-test.patch \ - "${FILESDIR}"/docs.patch distutils-r1_python_prepare_all } 1.10 dev-python/errorhandler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/errorhandler/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 3 Jun 2015 18:06:08 -0000 1.9 +++ ChangeLog 3 Jun 2015 18:07:50 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/errorhandler # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/errorhandler/ChangeLog,v 1.9 2015/06/03 18:06:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/errorhandler/ChangeLog,v 1.10 2015/06/03 18:07:50 jlec Exp $ + + 03 Jun 2015; Justin Lecher <[email protected]> errorhandler-1.1.1-r2.ebuild: + USE PATCHES=() 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml
