radhermit 15/02/07 17:55:23 Modified: ChangeLog colorama-0.3.3.ebuild Log: Add pypi and github sites to HOMEPAGE. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.17 dev-python/colorama/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/colorama/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/colorama/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/colorama/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/colorama/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 26 Jan 2015 10:20:39 -0000 1.16 +++ ChangeLog 7 Feb 2015 17:55:23 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/colorama # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/ChangeLog,v 1.16 2015/01/26 10:20:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/ChangeLog,v 1.17 2015/02/07 17:55:23 radhermit Exp $ + + 07 Feb 2015; Tim Harder <[email protected]> colorama-0.3.3.ebuild: + Add pypi and github sites to HOMEPAGE. 26 Jan 2015; Agostino Sarubbo <[email protected]> colorama-0.3.2.ebuild: Stable for x86, wrt bug #535318 1.2 dev-python/colorama/colorama-0.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/colorama/colorama-0.3.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/colorama/colorama-0.3.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/colorama/colorama-0.3.3.ebuild?r1=1.1&r2=1.2 Index: colorama-0.3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.3.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- colorama-0.3.3.ebuild 11 Jan 2015 08:50:37 -0000 1.1 +++ colorama-0.3.3.ebuild 7 Feb 2015 17:55:23 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.3.3.ebuild,v 1.1 2015/01/11 08:50:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.3.3.ebuild,v 1.2 2015/02/07 17:55:23 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Makes ANSI escape character sequences for producing colored terminal text & cursor positioning" -HOMEPAGE="http://code.google.com/p/colorama/" +HOMEPAGE="http://code.google.com/p/colorama/ https://pypi.python.org/pypi/colorama https://github.com/tartley/colorama" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"
