diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
commit | f77da935a59629be32097503b29502cff55e50c3 (patch) | |
tree | 78b5785ee3d6cf8dfd6e266a226d0834cc3584bb /dev-perl/Chart | |
parent | newt new package (diff) | |
download | historical-f77da935a59629be32097503b29502cff55e50c3.tar.gz historical-f77da935a59629be32097503b29502cff55e50c3.tar.bz2 historical-f77da935a59629be32097503b29502cff55e50c3.zip |
repoman'd
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r-- | dev-perl/Chart/Chart-0.99.3_pre3.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-1.0.1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Chart/files/digest-Chart-0.99.3_pre3 | 1 |
3 files changed, 5 insertions, 36 deletions
diff --git a/dev-perl/Chart/Chart-0.99.3_pre3.ebuild b/dev-perl/Chart/Chart-0.99.3_pre3.ebuild deleted file mode 100644 index 79a6d2949be5..000000000000 --- a/dev-perl/Chart/Chart-0.99.3_pre3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-0.99.3_pre3.ebuild,v 1.4 2002/07/11 06:30:21 drobbins Exp $ - -MY_P=${PN}-0.99c-pre3 -S=${WORKDIR}/${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" - -DEPEND=">=dev-perl/GD-1.19 - >=sys-devel/perl-5" - -src_compile() { - - perl Makefile.PL - make || die - make test || die - -} - -src_install () { - - make \ - PREFIX=${D}/usr \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - install || die - - dodoc TODO MANIFEST README - -} diff --git a/dev-perl/Chart/Chart-1.0.1.ebuild b/dev-perl/Chart/Chart-1.0.1.ebuild index 1de12d4a97c2..5cf3945426a1 100644 --- a/dev-perl/Chart/Chart-1.0.1.ebuild +++ b/dev-perl/Chart/Chart-1.0.1.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-1.0.1.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - -# Inherit the perl-module.eclass functions +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-1.0.1.ebuild,v 1.4 2002/07/23 22:29:48 seemant Exp $ inherit perl-module @@ -13,6 +11,10 @@ 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" + DEPEND="${DEPEND} >=dev-perl/GD-1.19" diff --git a/dev-perl/Chart/files/digest-Chart-0.99.3_pre3 b/dev-perl/Chart/files/digest-Chart-0.99.3_pre3 deleted file mode 100644 index 082006cea44d..000000000000 --- a/dev-perl/Chart/files/digest-Chart-0.99.3_pre3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ffaeb2d9d4558e23d3ea675783753331 Chart-0.99c-pre3.tar.gz 41813 |