From 5fcc1e060b4d1f2936eaa8e3a9c7985f3b4e32f9 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Fri, 30 Mar 2012 15:10:39 +0000 Subject: [bump] dev-perl/Chart-2.4.5 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64) --- dev-perl/Chart/ChangeLog | 7 ++++++- dev-perl/Chart/Chart-2.4.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 dev-perl/Chart/Chart-2.4.5.ebuild 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 +Chart-2.4.5.ebuild: + Version bump 02 Mar 2012; Brent Baude 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" -- cgit v1.2.3-65-gdbad