alunduil 15/07/04 19:03:53 Modified: ChangeLog Added: rednose-0.4.3.ebuild Log: add version 0.4.3 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.6 dev-python/rednose/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 3 Jun 2015 21:34:19 -0000 1.5 +++ ChangeLog 4 Jul 2015 19:03:53 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/rednose # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v 1.5 2015/06/03 21:34:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v 1.6 2015/07/04 19:03:53 alunduil Exp $ + +*rednose-0.4.3 (04 Jul 2015) + + 04 Jul 2015; Alex Brandt <alund...@gentoo.org> +rednose-0.4.3.ebuild: + add version 0.4.3 03 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 dev-python/rednose/rednose-0.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/rednose-0.4.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/rednose-0.4.3.ebuild?rev=1.1&content-type=text/plain Index: rednose-0.4.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/rednose-0.4.3.ebuild,v 1.1 2015/07/04 19:03:53 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="coloured output for nosetests" HOMEPAGE="http://gfxmonk.net/dist/0install/rednose.xml" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${CDEPEND}" RDEPEND=" ${CDEPEND} dev-python/colorama[${PYTHON_USEDEP}] >=dev-python/python-termstyle-0.1.7[${PYTHON_USEDEP}] "