diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-30 07:20:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-30 07:20:41 +0000 |
commit | 4d298d71adedbf114a31a65a229d97c432c29db9 (patch) | |
tree | b53e28a47aa2e1ab5208acde62f7e66760a7cc13 /dev-perl/PDL | |
parent | Masking Speex cause someone has to (diff) | |
download | historical-4d298d71adedbf114a31a65a229d97c432c29db9.tar.gz historical-4d298d71adedbf114a31a65a229d97c432c29db9.tar.bz2 historical-4d298d71adedbf114a31a65a229d97c432c29db9.zip |
revision bumps to force installations into correct locations after MakeMaker upgrade
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.3.2-r2.ebuild | 56 | ||||
-rw-r--r-- | dev-perl/PDL/files/digest-PDL-2.3.2-r2 | 1 |
3 files changed, 64 insertions, 2 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index 62111a8b8161..8ecfbe6e20bb 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,11 @@ -# ChangeLog for dev-perl/PDL +# ChangeLog for dev-perlPDLChangeLog/ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.3 2002/07/26 04:41:07 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.4 2002/10/30 07:20:39 seemant Exp $ + + 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : + + forced version bump to install into correct locations +# ChangeLog for dev-perl/PDL *PDL-2.3.2-r1 (5 May 2002) diff --git a/dev-perl/PDL/PDL-2.3.2-r2.ebuild b/dev-perl/PDL/PDL-2.3.2-r2.ebuild new file mode 100644 index 000000000000..d2f66ac2bc2d --- /dev/null +++ b/dev-perl/PDL/PDL-2.3.2-r2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r2.ebuild,v 1.1 2002/10/30 07:20:40 seemant Exp $ + +IUSE="opengl" + +inherit perl-module + +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" + +SLOT="0" +LICENSE="Artistic as-is" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +DEPEND="${DEPEND} + >=sys-libs/ncurses-5.2 + >=dev-perl/ExtUtils-F77-1.13 + opengl? ( virtual/opengl virtual/glu )" + +mydoc="DEPNDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO" + +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_install () { + + perl-module_src_install + + 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.3.2-r2 b/dev-perl/PDL/files/digest-PDL-2.3.2-r2 new file mode 100644 index 000000000000..cfdaa1a92a4d --- /dev/null +++ b/dev-perl/PDL/files/digest-PDL-2.3.2-r2 @@ -0,0 +1 @@ +MD5 865ec26190a443a7fb431821da9192e3 PDL-2.3.2.tar.gz 1104107 |