From 0efb94542afc22ea2bad9c248c6953e318f02167 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Mon, 28 Jan 2002 18:25:50 +0000 Subject: version upgrade and fix to bug #262 --- dev-perl/PDL/PDL-2.2.1.ebuild | 60 ------------------------------------- dev-perl/PDL/PDL-2.3.2.ebuild | 60 +++++++++++++++++++++++++++++++++++++ dev-perl/PDL/files/digest-PDL-2.2.1 | 1 - dev-perl/PDL/files/digest-PDL-2.3.2 | 1 + 4 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 dev-perl/PDL/PDL-2.2.1.ebuild create mode 100644 dev-perl/PDL/PDL-2.3.2.ebuild delete mode 100644 dev-perl/PDL/files/digest-PDL-2.2.1 create mode 100644 dev-perl/PDL/files/digest-PDL-2.3.2 (limited to 'dev-perl/PDL') diff --git a/dev-perl/PDL/PDL-2.2.1.ebuild b/dev-perl/PDL/PDL-2.2.1.ebuild deleted file mode 100644 index 88c76ce185ac..000000000000 --- a/dev-perl/PDL/PDL-2.2.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.2.1.ebuild,v 1.3 2001/11/10 00:29:58 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="PDL Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" - -DEPEND=">=sys-devel/perl-5 - >=sys-libs/ncurses-5.2 - >=dev-perl/ExtUtils-F77-1.13" -# opengl? ( virtual/opengl virtual/glu ) - -src_unpack() { - unpack ${A} - - #open gl does not work at the moment - if [ "`use opengl`" ] - then - echo "OpenGL support is current disabled due to build issues" - sed -e "s:WITH_3D => undef:WITH_3D => 0:" ${FILESDIR}/perldl.conf > ${S}/perldl.conf - else - sed -e "s:WITH_3D => undef:WITH_3D => 0:" ${FILESDIR}/perldl.conf > ${S}/perldl.conf - fi -} - -src_compile() { - perl Makefile.PL - - make || die - make test || die -} - -src_install () { - make PREFIX=${D}/usr \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - install || die - - dodoc COPYING Changes DEPENDENCIES DEVELOPMENT README MANIFEST* - - dodoc Release_Notes TODO - mv ${D}/usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/HtmlDocs ${D}/usr/doc/${P}/html - mydir=${D}/usr/doc/${P}/html/PDL - - for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/* - do - dosed ${i/${D}} - done - - dosed /usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/pdldoc.db -} - - - - - - diff --git a/dev-perl/PDL/PDL-2.3.2.ebuild b/dev-perl/PDL/PDL-2.3.2.ebuild new file mode 100644 index 000000000000..5ef7360dcf9e --- /dev/null +++ b/dev-perl/PDL/PDL-2.3.2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2.ebuild,v 1.1 2002/01/28 18:25:50 gbevin Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="PDL Perl Module" +SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" +HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" + +DEPEND=">=sys-devel/perl-5 + >=sys-libs/ncurses-5.2 + >=dev-perl/ExtUtils-F77-1.13" +# opengl? ( virtual/opengl virtual/glu ) + +src_unpack() { + unpack ${A} + + #open gl does not work at the moment + if [ "`use opengl`" ] + then + echo "OpenGL support is current disabled due to build issues" + sed -e "s:WITH_3D => undef:WITH_3D => 0:" ${FILESDIR}/perldl.conf > ${S}/perldl.conf + else + sed -e "s:WITH_3D => undef:WITH_3D => 0:" ${FILESDIR}/perldl.conf > ${S}/perldl.conf + fi +} + +src_compile() { + perl Makefile.PL + + make || die + make test || die +} + +src_install () { + make PREFIX=${D}/usr \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + install || die + + dodoc COPYING Changes DEPENDENCIES DEVELOPMENT README MANIFEST* + + dodoc Release_Notes TODO + mv ${D}/usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/HtmlDocs ${D}/usr/doc/${P}/html + mydir=${D}/usr/doc/${P}/html/PDL + + for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/* + do + dosed ${i/${D}} + done + + dosed /usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/pdldoc.db +} + + + + + + diff --git a/dev-perl/PDL/files/digest-PDL-2.2.1 b/dev-perl/PDL/files/digest-PDL-2.2.1 deleted file mode 100644 index b54e375dc3e1..000000000000 --- a/dev-perl/PDL/files/digest-PDL-2.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e6c8609bb8cdf57630f44ce0d4dadd34 PDL-2.2.1.tar.gz 1019904 diff --git a/dev-perl/PDL/files/digest-PDL-2.3.2 b/dev-perl/PDL/files/digest-PDL-2.3.2 new file mode 100644 index 000000000000..3d529f80621d --- /dev/null +++ b/dev-perl/PDL/files/digest-PDL-2.3.2 @@ -0,0 +1 @@ +MD5 865ec26190a443a7fb431821da9192e3 PDL-2.3.2.tar.gz 1105920 -- cgit v1.2.3-65-gdbad