Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 297321 Details for
Bug 393593
dev-python/chameleon-2.6.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
chameleon.patch (text/plain), 978 bytes, created by
Ian Delaney (RETIRED)
on 2011-12-29 17:53:29 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-12-29 17:53:29 UTC
Size:
978 bytes
patch
obsolete
>diff -ur chameleon.orig/chameleon-2.5.3.ebuild chameleon/chameleon-2.5.3.ebuild >--- chameleon.orig/chameleon-2.5.3.ebuild 2011-12-30 01:44:29.260705675 +0800 >+++ chameleon/chameleon-2.5.3.ebuild 2011-12-30 01:46:31.437703149 +0800 >@@ -40,7 +40,19 @@ > src_install() { > distutils_src_install > >- if use doc ; then >- dohtml -r _build/html/* || die "dohtml failed" >- fi >+ delete_tests_and_incompatible_modules() { >+ rm -fr "${ED}$(python_get_sitedir)/chameleon/tests" >+ >+ if [[ "$(python_get_version -l --major)" == "3" ]]; then >+ rm -f "${ED}$(python_get_sitedir)/chameleon/"{benchmark.py,py25.py} >+ fi >+ } >+ python_execute_function -q delete_tests_and_incompatible_modules >+ >+ if use doc; then >+ pushd _build/html > /dev/null >+ insinto /usr/share/doc/${PF}/html >+ doins -r [a-z]* _static >+ popd > /dev/null >+ fi > }
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 393593
: 297321