Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90391 Details for
Bug 138415
Emerging app-misc/when fails when FEATURES=test
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
when-fix_test_environment.patch
when-fix_test_environment.patch (text/plain), 728 bytes, created by
James Rowe
on 2006-06-28 17:32:03 UTC
(
hide
)
Description:
when-fix_test_environment.patch
Filename:
MIME Type:
Creator:
James Rowe
Created:
2006-06-28 17:32:03 UTC
Size:
728 bytes
patch
obsolete
>Prereq: 1.5 >Index: when/when-1.0.23.ebuild >=================================================================== >--- when/when-1.0.23.ebuild {cset fd10e2ea-36af-435a-8927-9150a7c90a3c} >+++ when/when-1.0.23.ebuild {local clone} >@@ -13,10 +13,24 @@ IUSE="" > > RDEPEND=">=dev-lang/perl-5.005" > >+src_unpack() { >+ unpack ${A}; cd ${S} >+ >+ # Fix path for tests >+ sed -i 's,^ when, ./when,' Makefile >+} >+ > src_compile() { > emake ${PN}.html || die "emake failed" > } > >+src_test() { >+ # The when command requires these files, or attempts to run setup function. >+ mkdir ${HOME}/.when >+ touch ${HOME}/.when/{calendar,preferences} >+ emake test >+} >+ > src_install() { > dobin ${PN} || die "dobin failed" > doman ${PN}.1 || die "doman failed"
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 138415
: 90391