Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161042 Details for
Bug 232596
dev-python/empy - ebuild enhancements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
empy-3.3.ebuild.diff #2
empy-3_link.diff (text/plain), 855 bytes, created by
René 'Necoro' Neumann
on 2008-07-21 20:58:59 UTC
(
hide
)
Description:
empy-3.3.ebuild.diff #2
Filename:
MIME Type:
Creator:
René 'Necoro' Neumann
Created:
2008-07-21 20:58:59 UTC
Size:
855 bytes
patch
obsolete
>--- /usr/portage/dev-python/empy/empy-3.3.ebuild 2007-06-25 10:06:03.000000000 +0200 >+++ empy-3.3.ebuild 2008-07-21 22:48:35.000000000 +0200 >@@ -24,8 +24,8 @@ > distutils_src_install > distutils_python_version > dodir /usr/bin >- fperms 755 /usr/lib/python${PYVER}/site-packages/em.py >- dosym /usr/lib/python${PYVER}/site-packages/em.py /usr/bin/em.py >+ fperms 755 /usr/$(get_libdir)/python${PYVER}/site-packages/em.py >+ dosym /usr/$(get_libdir)/python${PYVER}/site-packages/em.py /usr/bin/em.py > dodir /usr/share/doc/${PF}/examples > insinto /usr/share/doc/${PF}/examples > doins sample.em sample.bench >@@ -34,3 +34,12 @@ > dohtml doc/home/max/projects/empy/doc/em.html > dohtml doc/index.html > } >+ >+pkg_postinst() { >+ python_version >+ python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/em.py >+} >+ >+pkg_postrm() { >+ python_mod_cleanup >+}
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 232596
:
161038
| 161042