summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-25 06:51:39 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-25 06:51:39 +0000
commit089a8eb3fdc0be6a73e83644c0a94f03032f4f97 (patch)
treefe4440b9a8cac8387786f33bb921602c6d0dc371 /dev-perl/Chart
parentBump (diff)
downloadgentoo-2-089a8eb3fdc0be6a73e83644c0a94f03032f4f97.tar.gz
gentoo-2-089a8eb3fdc0be6a73e83644c0a94f03032f4f97.tar.bz2
gentoo-2-089a8eb3fdc0be6a73e83644c0a94f03032f4f97.zip
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r--dev-perl/Chart/ChangeLog9
-rw-r--r--dev-perl/Chart/Chart-2.4.6.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog
index 2c19374e1f52..4928b2acbb0b 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.44 2012/09/02 17:40:21 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.45 2013/08/25 06:51:39 patrick Exp $
+
+*Chart-2.4.6 (25 Aug 2013)
+
+ 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Chart-2.4.6.ebuild:
+ Bump
02 Sep 2012; Torsten Veller <tove@gentoo.org> -Chart-2.4.2.ebuild:
Cleanup
diff --git a/dev-perl/Chart/Chart-2.4.6.ebuild b/dev-perl/Chart/Chart-2.4.6.ebuild
new file mode 100644
index 000000000000..78485391c56d
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.4.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.6.ebuild,v 1.1 2013/08/25 06:51:39 patrick Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=CHARTGRP
+MODULE_VERSION=2.4.6
+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"