diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-05-31 21:30:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-05-31 21:30:00 +0000 |
commit | b32433b5a267b389173472f87f393a9637626f37 (patch) | |
tree | 7c1d16e8adf5920e68b90c109faa8c03797407e6 /dev-perl | |
parent | New version from CPAN; Updated DEPENDS (diff) | |
download | historical-b32433b5a267b389173472f87f393a9637626f37.tar.gz historical-b32433b5a267b389173472f87f393a9637626f37.tar.bz2 historical-b32433b5a267b389173472f87f393a9637626f37.zip |
New version from CPAN; Updated DEPENDS
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PDL/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.3.4.ebuild | 60 | ||||
-rw-r--r-- | dev-perl/PDL/files/digest-PDL-2.3.4 | 1 |
3 files changed, 63 insertions, 2 deletions
diff --git a/dev-perl/PDL/Manifest b/dev-perl/PDL/Manifest index 2cfc20647f86..a9a38589ac1b 100644 --- a/dev-perl/PDL/Manifest +++ b/dev-perl/PDL/Manifest @@ -1,7 +1,7 @@ -MD5 44533490eb975419a33e0d00907c1593 ChangeLog 1120 +MD5 a5182cbe3f4a0edfacc39c62fa3b0c8e ChangeLog 1264 MD5 005c1c2b14eba50d5029692b7e83e9d0 PDL-2.3.2-r1.ebuild 1429 MD5 b0e751c7b8fad7c5b2f9db47031b1230 PDL-2.3.2-r2.ebuild 1428 -MD5 3731244f9b1e52dea4c0f9d9cc5541df PDL-2.3.4.ebuild 1506 +MD5 3c432b02aa1e6bb7cc5baefcd6c7c52d PDL-2.3.4.ebuild 1509 MD5 6227c564933ab56193b3e40c1b9849a9 files/digest-PDL-2.3.2-r1 62 MD5 6227c564933ab56193b3e40c1b9849a9 files/digest-PDL-2.3.2-r2 62 MD5 62cbe79e2c7c354d5c165b63c571cc13 files/perldl.conf 2716 diff --git a/dev-perl/PDL/PDL-2.3.4.ebuild b/dev-perl/PDL/PDL-2.3.4.ebuild new file mode 100644 index 000000000000..4ba4130d8c7f --- /dev/null +++ b/dev-perl/PDL/PDL-2.3.4.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2003 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.4.ebuild,v 1.1 2003/05/31 21:29:56 mcummings 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 ~alpha" + +DEPEND="${DEPEND} + >=sys-libs/ncurses-5.2 + dev-perl/Filter + dev-perl/File-Spec + dev-perl/Inline + >=dev-perl/ExtUtils-F77-1.13 + dev-perl/Text-Balanced + 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.4 b/dev-perl/PDL/files/digest-PDL-2.3.4 new file mode 100644 index 000000000000..79ec808034ef --- /dev/null +++ b/dev-perl/PDL/files/digest-PDL-2.3.4 @@ -0,0 +1 @@ +MD5 5412cc612efba2bb940153ace3870092 PDL-2.3.4.tar.gz 1172903 |