From e42b60160805f80ecb8be3536fd4f3b500de959f Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Mon, 15 Jan 2001 22:54:02 +0000 Subject: *** empty log message *** --- sys-devel/perl/files/digest-perl-5.6.0-r5 | 1 + sys-devel/perl/perl-5.6.0-r5.ebuild | 111 ++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 sys-devel/perl/files/digest-perl-5.6.0-r5 create mode 100644 sys-devel/perl/perl-5.6.0-r5.ebuild (limited to 'sys-devel/perl') diff --git a/sys-devel/perl/files/digest-perl-5.6.0-r5 b/sys-devel/perl/files/digest-perl-5.6.0-r5 new file mode 100644 index 000000000000..39a333a00793 --- /dev/null +++ b/sys-devel/perl/files/digest-perl-5.6.0-r5 @@ -0,0 +1 @@ +MD5 b2940e2cc6312bcfa52355b684e70b9d perl-5.6.0.tar.gz diff --git a/sys-devel/perl/perl-5.6.0-r5.ebuild b/sys-devel/perl/perl-5.6.0-r5.ebuild new file mode 100644 index 000000000000..e733d8e4c2fb --- /dev/null +++ b/sys-devel/perl/perl-5.6.0-r5.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r5.ebuild,v 1.1 2001/01/15 22:52:38 achim Exp $ + +P=perl-5.6.0 +A=${P}.tar.gz +S=${WORKDIR}/perl-5.6.0 +DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" +SRC_URI="ftp://ftp.perl.org/pub/perl/CPAN/src/${A}" +HOMEPAGE="http://www.perl.org" +DEPEND=">=sys-libs/db-3.1.17 + >=sys-libs/gdbm-1.8.0" + +src_compile() { + +# this is gross -- from Christian Gafton, Red Hat +cat > config.over < config.sh + #THIS IS USED LATER: + export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` + try make + # Parallell make failes + make test +} + +src_install() { + try make install + install -m 755 utils/pl2pm $D/usr/bin/pl2pm +export D +# Generate *.ph files with a trick. Is this sick or what? +# Yes it is, and thank you Christian for getting sick just so we can +# run perl :) + +make all -f - <