slyfox 14/08/10 21:14:42 Modified: nosehtmloutput-0.0.4-r1.ebuild ChangeLog Log: QA: drop trailing '.' from DESCRIPTION (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.7 dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild?r1=1.6&r2=1.7 Index: nosehtmloutput-0.0.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nosehtmloutput-0.0.4-r1.ebuild 1 May 2014 04:21:45 -0000 1.6 +++ nosehtmloutput-0.0.4-r1.ebuild 10 Aug 2014 21:14:42 -0000 1.7 @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild,v 1.6 2014/05/01 04:21:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild,v 1.7 2014/08/10 21:14:42 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 -DESCRIPTION="Nose plugin to produce test results in html." +DESCRIPTION="Nose plugin to produce test results in html" HOMEPAGE="https://github.com/cboylan/nose-html-output" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 1.8 dev-python/nosehtmloutput/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 1 May 2014 04:21:45 -0000 1.7 +++ ChangeLog 10 Aug 2014 21:14:42 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/nosehtmloutput # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.7 2014/05/01 04:21:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.8 2014/08/10 21:14:42 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <[email protected]> + nosehtmloutput-0.0.4-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION 01 May 2014; Ian Delaney <[email protected]> nosehtmloutput-0.0.4-r1.ebuild: add py3.4 support
