diff options
author | Ben de Groot <yngwin@gentoo.org> | 2014-03-21 11:25:29 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2014-03-21 11:25:29 +0000 |
commit | 94e7f42f0d82b0eae0ca132f64047d7be988c924 (patch) | |
tree | 7d815e058d15d722fb060bec422667bd3bc87750 /dev-python | |
parent | ppc stable wrt bug #492236 (diff) | |
download | gentoo-2-94e7f42f0d82b0eae0ca132f64047d7be988c924.tar.gz gentoo-2-94e7f42f0d82b0eae0ca132f64047d7be988c924.tar.bz2 gentoo-2-94e7f42f0d82b0eae0ca132f64047d7be988c924.zip |
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pygal/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pygal/pygal-1.4.5.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-python/pygal/ChangeLog b/dev-python/pygal/ChangeLog index e432911e2ddc..58dc80db7f8c 100644 --- a/dev-python/pygal/ChangeLog +++ b/dev-python/pygal/ChangeLog @@ -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 <yngwin@gentoo.org> +pygal-1.4.5.ebuild: + version bump 06 Oct 2013; Ben de Groot <yngwin@gentoo.org> pygal-1.1.0.ebuild: Fix CVS header diff --git a/dev-python/pygal/pygal-1.4.5.ebuild b/dev-python/pygal/pygal-1.4.5.ebuild new file mode 100644 index 000000000000..5d2c2d0e4335 --- /dev/null +++ b/dev-python/pygal/pygal-1.4.5.ebuild @@ -0,0 +1,18 @@ +# 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" |