diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 14:50:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 14:50:37 +0000 |
commit | e4a78199903180f67f7108d14ed6d1a834e9bf69 (patch) | |
tree | 3cfc39f2d662c7ed445296d8738912966d671f65 /dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild | |
parent | Added ~sparc keyword. (diff) | |
download | historical-e4a78199903180f67f7108d14ed6d1a834e9bf69.tar.gz historical-e4a78199903180f67f7108d14ed6d1a834e9bf69.tar.bz2 historical-e4a78199903180f67f7108d14ed6d1a834e9bf69.zip |
new version on cpan
Diffstat (limited to 'dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild')
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild new file mode 100644 index 000000000000..58d385df6978 --- /dev/null +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild @@ -0,0 +1,21 @@ +# 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-Math-Axis/Chart-Math-Axis-0.3.ebuild,v 1.1 2004/06/05 14:47:01 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Implements an algorithm to find good values for chart axis" +SRC_URI="http://www.cpan.org/modules/by-authors/id/A/AD/ADAMK/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/A/AD/ADAMK/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~mips ~ppc ~sparc" + +SRC_TEST="do" + +DEPEND=">=dev-perl/Math-BigInt-1.70 + dev-perl/Clone + dev-perl/Test-Simple" + |