diff options
author | Torsten Veller <tove@gentoo.org> | 2012-01-10 18:54:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-01-10 18:54:57 +0000 |
commit | 2e4615fae0b29ac78442667e6e022861ded3b47d (patch) | |
tree | 9569b41417aedc8458dcf68624394abbc1c6a953 /dev-perl/Chart | |
parent | Insert -llzma to the Libs.private: -line in the libtiff-4.pc for static linki... (diff) | |
download | gentoo-2-2e4615fae0b29ac78442667e6e022861ded3b47d.tar.gz gentoo-2-2e4615fae0b29ac78442667e6e022861ded3b47d.tar.bz2 gentoo-2-2e4615fae0b29ac78442667e6e022861ded3b47d.zip |
[bump] dev-perl/Chart-2.4.4
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r-- | dev-perl/Chart/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-2.4.4.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog index 05b04b6acc56..5e9fda45c488 100644 --- a/dev-perl/Chart/ChangeLog +++ b/dev-perl/Chart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Chart -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.31 2010/09/28 12:26:32 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.32 2012/01/10 18:54:57 tove Exp $ + +*Chart-2.4.4 (10 Jan 2012) + + 10 Jan 2012; Torsten Veller <tove@gentoo.org> +Chart-2.4.4.ebuild: + Version bump *Chart-2.4.2 (28 Sep 2010) diff --git a/dev-perl/Chart/Chart-2.4.4.ebuild b/dev-perl/Chart/Chart-2.4.4.ebuild new file mode 100644 index 000000000000..429d88367d91 --- /dev/null +++ b/dev-perl/Chart/Chart-2.4.4.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.4.ebuild,v 1.1 2012/01/10 18:54:57 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CHARTGRP +MODULE_VERSION=2.4.4 +inherit perl-module + +DESCRIPTION="The Perl Chart Module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=">=dev-perl/GD-2.0.36" +DEPEND="${RDEPEND} + test? ( + dev-perl/GD[png] + ) +" + +SRC_TEST="do" |