--- a/PDL-2.4.4.ebuild 2009-08-10 16:06:54.000000000 -0400 +++ b/PDL-2.4.4.ebuild 2009-12-12 21:21:56.000000000 -0500 @@ -12,9 +12,10 @@ LICENSE="Artistic as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="badval fftw gsl opengl" +IUSE="badval gsl opengl" DEPEND=">=sys-libs/ncurses-5.2 + >=sci-libs/fftw-3.2.2 virtual/perl-Filter virtual/perl-File-Spec dev-perl/Inline @@ -23,12 +24,11 @@ virtual/perl-Text-Balanced opengl? ( virtual/opengl virtual/glu ) dev-perl/Term-ReadLine-Perl - gsl? ( sci-libs/gsl ) - fftw? ( sci-libs/fftw:2.1 )" + gsl? ( sci-libs/gsl )" mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* Release_Notes TODO" -#SRC_TEST="do" +SRC_TEST="do" src_prepare() { epatch "${FILESDIR}/PDL-2.4.2-makemakerfix.patch" @@ -70,15 +70,7 @@ PERLVERSION=${version} eval `perl '-V:archname'` ARCHVERSION=${archname} - mv "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/HtmlDocs/PDL \ - "${D}"/usr/share/doc/${PF}/html - mydir=${D}/usr/share/doc/${PF}/html/PDL - - for i in "${mydir}"/* "${mydir}"/IO/* "${mydir}"/Fit/* "${mydir}"/Pod/* "${mydir}"/Graphics/* - do - dosed "${i/${D}}" - done cp "${S}"/Doc/scantree.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/ cp "${S}"/Doc/mkhtmldoc.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/ }