Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215733 Details for
Bug 300023
dev-perl/PDL-2.4.3 tries to install missing documentation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
PDL-2.4.3-r2.ebuild
PDL-2.4.3-r2.ebuild (text/plain), 1.47 KB, created by
David Abbott (RETIRED)
on 2010-01-08 23:26:49 UTC
(
hide
)
Description:
PDL-2.4.3-r2.ebuild
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2010-01-08 23:26:49 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >MODULE_AUTHOR=CHM >inherit perl-module > >DESCRIPTION="PDL Perl Module" > >LICENSE="Artistic as-is" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~s390 sh sparc x86" >IUSE="opengl badval gsl" > >DEPEND=">=sys-libs/ncurses-5.2 > virtual/perl-Filter > virtual/perl-File-Spec > dev-perl/Inline > dev-perl/Astro-FITS-Header > >=dev-perl/ExtUtils-F77-1.13 > virtual/perl-Text-Balanced > opengl? ( virtual/opengl virtual/glu ) > dev-perl/Term-ReadLine-Perl > gsl? ( sci-libs/gsl ) > >=sys-apps/sed-4" > > >SRC_TEST="do" > >src_unpack() { > unpack ${A} > cd "${S}" > > if use badval ; then > sed -i -e "s:WITH_BADVAL => 0:WITH_BADVAL => 1:" "${S}/perldl.conf" > fi > > if use gsl ; then > sed -i -e "s:WITH_GSL => undef:WITH_GSL => 1:" "${S}/perldl.conf" > else > sed -i -e "s:WITH_GSL => undef:WITH_GSL => 0:" "${S}/perldl.conf" > fi >} > >src_install() { > perl-module_src_install > dodir /usr/share/doc/${PN} || die "dodir failed" >} > >pkg_postinst() { > cp ${S}/Doc/scantree.pl /usr/share/doc/${PN}/ || die "copy failed" > perl /usr/share/doc/${PN}/scantree.pl > elog "Building perldl.db done. You can recreate this at any time" > elog "by running" > elog "perl /usr/share/doc/${PN}/scantree.pl" > epause 3 > elog "PDL requires that glx and dri support be enabled in" > elog "your X configuration for certain parts of the graphics" > elog "engine to work. See your X's documentation for futher" > elog "information." >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 300023
:
215509
|
215516
| 215733