idella4 14/05/01 10:55:19 Modified: ChangeLog Added: ansicolor-0.2.4.ebuild Log: bump; drop pu2.6 [y3.2, add py3.4 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/ansicolor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansicolor/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansicolor/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansicolor/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ansicolor/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 31 Mar 2014 20:49:50 -0000 1.2 +++ ChangeLog 1 May 2014 10:55:19 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/ansicolor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansicolor/ChangeLog,v 1.2 2014/03/31 20:49:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansicolor/ChangeLog,v 1.3 2014/05/01 10:55:19 idella4 Exp $ + +*ansicolor-0.2.4 (01 May 2014) + + 01 May 2014; Ian Delaney <[email protected]> +ansicolor-0.2.4.ebuild: + bump; drop pu2.6 [y3.2, add py3.4 support 31 Mar 2014; Michał Górny <[email protected]> ansicolor-0.2.1.ebuild: Add support for the new PyPy slotting. 1.1 dev-python/ansicolor/ansicolor-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansicolor/ansicolor-0.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansicolor/ansicolor-0.2.4.ebuild?rev=1.1&content-type=text/plain Index: ansicolor-0.2.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/ansicolor/ansicolor-0.2.4.ebuild,v 1.1 2014/05/01 10:55:19 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Produce ansi color output and colored highlighting and diffing" HOMEPAGE="https://github.com/numerodix/ansicolor" SRC_URI=" mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=""
