Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 143167 Details for
Bug 209608
dev-perl/SGMLSpm Makefile sets wrong PERL5DIR for multilib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patched ebuild for multilib
SGMLSpm-1.03-r5.ebuild (text/plain), 1.60 KB, created by
Andrés J. Díaz
on 2008-02-10 22:34:44 UTC
(
hide
)
Description:
patched ebuild for multilib
Filename:
MIME Type:
Creator:
Andrés J. Díaz
Created:
2008-02-10 22:34:44 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r5.ebuild,v 1.20 2007/07/12 08:45:04 uberlord Exp $ > >inherit multilib > >MY_P="${P}ii" >DESCRIPTION="Perl library for parsing the output of nsgmls" >HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/" >SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" >IUSE="" > >RDEPEND=">=dev-lang/perl-5.8.0-r12" >DEPEND="${RDEPEND} > >=sys-apps/sed-4" > >S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${A} > cp "${FILESDIR}"/${P}-Makefile "${S}"/Makefile > eval `perl '-V:package'` > eval `perl '-V:version'` > cd "${S}" > sed -i -e "s/PERL5DIR = .*/PERL5DIR = \/usr\/$(get_libdir)\/perl5/" Makefile > sed -i -e "s:5.6.1:${version}:" Makefile ># sed -i -e "s:perl5:perl5/vendor_perl/${version}:" Makefile > sed -i -e "s:MODULEDIR = \${PERL5DIR}/site_perl/${version}/SGMLS:MODULEDIR = \${PERL5DIR}/vendor_perl/${version}/SGMLS:" Makefile > sed -i -e "s:SPECDIR = \${PERL5DIR}:SPECDIR = ${D}/usr/share/SGMLS:" Makefile > sed -i -e "s:\${PERL5DIR}/SGMLS.pm:\${PERL5DIR}/vendor_perl/${version}/SGMLS.pm:" Makefile > sed -i -e "s/^all: .*/all:/" Makefile >} > >src_install () { > dodir ${ROOT}/usr/bin > dodir ${ROOT}/usr/$(get_libdir)/${package}/vendor_perl/${version} > dodir ${ROOT}/usr/share/SGMLS > dodoc BUGS ChangeLog README TODO > make install -f "${S}"/Makefile || die > make docs -f "${S}"/Makefile || die ># cd ${D}/usr/lib/${package}/vendor_perl/${version} >}
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 209608
: 143167