summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-09-28 12:26:32 +0000
committerTorsten Veller <tove@gentoo.org>2010-09-28 12:26:32 +0000
commit8ba7932a978be7fe53fd5f3350b1ad8dd1151ced (patch)
treeb67c7e6723f59cfa514ed0e80b7eea12e20af5fe /dev-perl/Chart
parent[sys-apps/gdisk] Version bump per bug #337220 (diff)
downloadgentoo-2-8ba7932a978be7fe53fd5f3350b1ad8dd1151ced.tar.gz
gentoo-2-8ba7932a978be7fe53fd5f3350b1ad8dd1151ced.tar.bz2
gentoo-2-8ba7932a978be7fe53fd5f3350b1ad8dd1151ced.zip
Version bump
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r--dev-perl/Chart/ChangeLog9
-rw-r--r--dev-perl/Chart/Chart-2.4.2.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog
index 68aa3a6fbd98..05b04b6acc56 100644
--- a/dev-perl/Chart/ChangeLog
+++ b/dev-perl/Chart/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Chart
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.30 2009/09/11 18:16:55 tove Exp $
+# 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 $
+
+*Chart-2.4.2 (28 Sep 2010)
+
+ 28 Sep 2010; Torsten Veller <tove@gentoo.org> +Chart-2.4.2.ebuild:
+ Version bump
11 Sep 2009; Torsten Veller <tove@gentoo.org> Chart-2.4.1.ebuild:
Tests depend on dev-perl/GD compiled with png support
diff --git a/dev-perl/Chart/Chart-2.4.2.ebuild b/dev-perl/Chart/Chart-2.4.2.ebuild
new file mode 100644
index 000000000000..9cd314c09b7a
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.4.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.2.ebuild,v 1.1 2010/09/28 12:26:32 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=CHARTGRP
+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"