summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-05 14:37:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-05 14:37:08 +0000
commit6f20bdeb517625bcb4d57bacb2ac2e41c607aede (patch)
tree9cc5daba02445e3761d787cd76712dcc959a8206 /dev-perl/Chart/Chart-2.3.ebuild
parentReplaced ~ppc with ppc in KEYWORDS. (Manifest recommit) (diff)
downloadgentoo-2-6f20bdeb517625bcb4d57bacb2ac2e41c607aede.tar.gz
gentoo-2-6f20bdeb517625bcb4d57bacb2ac2e41c607aede.tar.bz2
gentoo-2-6f20bdeb517625bcb4d57bacb2ac2e41c607aede.zip
new version on cpan
Diffstat (limited to 'dev-perl/Chart/Chart-2.3.ebuild')
-rw-r--r--dev-perl/Chart/Chart-2.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Chart/Chart-2.3.ebuild b/dev-perl/Chart/Chart-2.3.ebuild
new file mode 100644
index 000000000000..9402d5a47ac1
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.3.ebuild,v 1.1 2004/06/05 14:37:08 mcummings Exp $
+
+inherit perl-module
+
+MY_P=${P/.3_/c-}
+S=${WORKDIR}/${MY_P}
+CATEGORY="dev-perl"
+DESCRIPTION="The Perl Chart Module"
+SRC_URI="http://www.cpan.org/modules/by-module/Chart/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Chart/${MY_P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
+
+DEPEND="${DEPEND}
+ >=dev-perl/GD-1.2"
+
+SRC_TEST="do"
+
+mydoc="TODO"