Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160837 Details for
Bug 232282
app-portage/layman-1.1.1 does not handle python modules
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
layman-1.1.1.diff
layman-1.1.1.diff (text/plain), 878 bytes, created by
Daniel Pielmeier
on 2008-07-19 13:44:38 UTC
(
hide
)
Description:
layman-1.1.1.diff
Filename:
MIME Type:
Creator:
Daniel Pielmeier
Created:
2008-07-19 13:44:38 UTC
Size:
878 bytes
patch
obsolete
>--- layman-1.1.1.ebuild.old 2008-07-19 15:38:55.000000000 +0200 >+++ layman-1.1.1.ebuild 2008-07-19 15:41:55.000000000 +0200 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-1.1.1.ebuild,v 1.10 2007/11/15 07:16:23 wrobel Exp $ > >+NEED_PYTHON=2.5 >+ > inherit eutils distutils > > DESCRIPTION="A python script for retrieving gentoo overlays." >@@ -47,6 +49,10 @@ > } > > pkg_postinst() { >+ >+ python_version >+ python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} >+ > einfo "You are now ready to add overlays into your system." > einfo > einfo "layman -L" >@@ -72,3 +78,8 @@ > ewarn "you added your first overlay. Otherwise portage will fail." > epause 5 > } >+ >+pkg_postrm() { >+ python_version >+ python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} >+}
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 232282
:
160786
| 160837