Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326186 Details for
Bug 433515
emerge app-text/NaturalDocs-1.52 : request Prefix support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Final patch based on Fabians + ~x86-linux KEYWORDS
NaturalDocs-1.52-r3.ebuild.patch (text/plain), 1.02 KB, created by
Raboo Treed
on 2012-10-10 12:41:47 UTC
(
hide
)
Description:
Final patch based on Fabians + ~x86-linux KEYWORDS
Filename:
MIME Type:
Creator:
Raboo Treed
Created:
2012-10-10 12:41:47 UTC
Size:
1.02 KB
patch
obsolete
>--- /usr/local/prefix/usr/portage/app-doc/NaturalDocs/NaturalDocs-1.52.ebuild 2012-03-18 19:03:07.000000000 +0300 >+++ NaturalDocs-1.52-r3.ebuild 2012-10-10 15:05:24.000000000 +0400 >@@ -12,7 +12,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="alpha amd64 hppa ppc sparc x86" >+KEYWORDS="alpha amd64 hppa ppc sparc x86 ~x86-linux" > > IUSE="" > >@@ -31,10 +31,10 @@ > dosym /etc/${PN} /usr/share/${PN}/Config > > perlinfo >- insinto ${VENDOR_LIB} >+ insinto ${VENDOR_LIB#${EPREFIX}} > doins -r Modules/NaturalDocs > dodir /usr/share/${PN}/Modules >- dosym ${VENDOR_LIB}/NaturalDocs /usr/share/${PN}/Modules/NaturalDocs >+ dosym ${VENDOR_LIB#${EPREFIX}}/NaturalDocs /usr/share/${PN}/Modules/NaturalDocs > > exeinto /usr/share/${PN} > doexe ${PN} >@@ -49,7 +49,7 @@ > } > > pkg_preinst() { >- if [[ -e /usr/share/${PN}/Config && ! -L /usr/share/${PN}/Config ]] ; then >+ if [[ -e ${EPREFIX}/usr/share/${PN}/Config && ! -L ${EPREFIX}/usr/share/${PN}/Config ]] ; then > mkdir -p /etc/${PN} > mv /usr/share/${PN}/Config/* /etc/${PN}/ > rm -rf /usr/share/${PN}/Config
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433515
:
326094
|
326164
| 326186