diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-30 15:10:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-30 15:10:39 +0000 |
commit | 5fcc1e060b4d1f2936eaa8e3a9c7985f3b4e32f9 (patch) | |
tree | cfeded1080481aa9a4df5d05823cb8d1ab3ae41c /dev-perl | |
parent | Initial commit wrt #406965 by Henning Schild (diff) | |
download | gentoo-2-5fcc1e060b4d1f2936eaa8e3a9c7985f3b4e32f9.tar.gz gentoo-2-5fcc1e060b4d1f2936eaa8e3a9c7985f3b4e32f9.tar.bz2 gentoo-2-5fcc1e060b4d1f2936eaa8e3a9c7985f3b4e32f9.zip |
[bump] dev-perl/Chart-2.4.5
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Chart/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-2.4.5.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog index fe770fda0139..4f15fecc2e19 100644 --- a/dev-perl/Chart/ChangeLog +++ b/dev-perl/Chart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Chart # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.36 2012/03/02 21:31:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.37 2012/03/30 15:10:39 tove Exp $ + +*Chart-2.4.5 (30 Mar 2012) + + 30 Mar 2012; Torsten Veller <tove@gentoo.org> +Chart-2.4.5.ebuild: + Version bump 02 Mar 2012; Brent Baude <ranger@gentoo.org> Chart-2.4.2.ebuild: Marking Chart-2.4.2 ppc64 for bug 396915 diff --git a/dev-perl/Chart/Chart-2.4.5.ebuild b/dev-perl/Chart/Chart-2.4.5.ebuild new file mode 100644 index 000000000000..8829f3fbad75 --- /dev/null +++ b/dev-perl/Chart/Chart-2.4.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.5.ebuild,v 1.1 2012/03/30 15:10:39 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CHARTGRP +MODULE_VERSION=2.4.5 +inherit perl-module + +DESCRIPTION="The Perl Chart Module" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=">=dev-perl/GD-2.0.36" +DEPEND="${RDEPEND} + test? ( + dev-perl/GD[png,jpeg] + ) +" + +SRC_TEST="do" |