diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-16 20:05:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-16 20:05:58 +0000 |
commit | e82ee1ef399cb30a5eb960806e77e05a53248cb2 (patch) | |
tree | 474f55a830029f9ce868ecc76688746dca41a042 /dev-perl/Chart | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-e82ee1ef399cb30a5eb960806e77e05a53248cb2.tar.gz gentoo-2-e82ee1ef399cb30a5eb960806e77e05a53248cb2.tar.bz2 gentoo-2-e82ee1ef399cb30a5eb960806e77e05a53248cb2.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r-- | dev-perl/Chart/Chart-0.99.3_pre3.ebuild | 33 | ||||
-rw-r--r-- | dev-perl/Chart/files/digest-Chart-0.99.3_pre3 | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Chart/Chart-0.99.3_pre3.ebuild b/dev-perl/Chart/Chart-0.99.3_pre3.ebuild new file mode 100644 index 000000000000..f7cd680da076 --- /dev/null +++ b/dev-perl/Chart/Chart-0.99.3_pre3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-0.99.3_pre3.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $ + +P=${PN}-0.99c-pre3 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +DESCRIPTION="The Perl Chart Module" +SRC_URI="http://www.cpan.org/modules/by-module/Chart/${A}" +HOMEPAGE="http://www.cpan.org/modules/by-module/Chart/${P}.readme" + +DEPEND=">=dev-perl/GD-1.19 + >=sys-devel/perl-5" + +src_compile() { + + perl Makefile.PL + try make + try make test + +} + +src_install () { + + try make PREFIX=${D}/usr install + dodoc TODO MANIFEST README + +} + + + diff --git a/dev-perl/Chart/files/digest-Chart-0.99.3_pre3 b/dev-perl/Chart/files/digest-Chart-0.99.3_pre3 new file mode 100644 index 000000000000..9d8f4b0afdc7 --- /dev/null +++ b/dev-perl/Chart/files/digest-Chart-0.99.3_pre3 @@ -0,0 +1 @@ +MD5 ffaeb2d9d4558e23d3ea675783753331 Chart-0.99c-pre3.tar.gz |