yngwin 14/03/21 11:25:29 Modified: ChangeLog Added: pygal-1.4.5.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Revision Changes Path 1.3 dev-python/pygal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pygal/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 6 Oct 2013 05:52:17 -0000 1.2 +++ ChangeLog 21 Mar 2014 11:25:29 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pygal -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/ChangeLog,v 1.2 2013/10/06 05:52:17 yngwin Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/ChangeLog,v 1.3 2014/03/21 11:25:29 yngwin Exp $ + +*pygal-1.4.5 (21 Mar 2014) + + 21 Mar 2014; Ben de Groot <[email protected]> +pygal-1.4.5.ebuild: + version bump 06 Oct 2013; Ben de Groot <[email protected]> pygal-1.1.0.ebuild: Fix CVS header 1.1 dev-python/pygal/pygal-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/pygal-1.4.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygal/pygal-1.4.5.ebuild?rev=1.1&content-type=text/plain Index: pygal-1.4.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/pygal-1.4.5.ebuild,v 1.1 2014/03/21 11:25:29 yngwin Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 DESCRIPTION="A python SVG charts generator" HOMEPAGE="http://pygal.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/lxml"
