Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109013 Details for
Bug 164780
file collision: xfce-extra/exo-0.3.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
exo-0.3.2.ebuild.patch
exo-0.3.2.ebuild.patch (text/plain), 1.07 KB, created by
Samuli Suominen (RETIRED)
on 2007-02-03 14:46:07 UTC
(
hide
)
Description:
exo-0.3.2.ebuild.patch
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2007-02-03 14:46:07 UTC
Size:
1.07 KB
patch
obsolete
>--- /usr/portage/xfce-extra/exo/exo-0.3.2.ebuild 2007-01-29 21:06:37.000000000 +0200 >+++ exo-0.3.2.ebuild 2007-02-03 16:00:25.000000000 +0200 >@@ -1,11 +1,10 @@ > # Copyright 1999-2007 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.3 2007/01/29 19:03:52 welp Exp $ >+# $Header: $ > >-inherit xfce44 >+inherit xfce44 python > > xfce44 >-xfce44_extra_package > > DESCRIPTION="Extra library" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" >@@ -32,4 +31,22 @@ > > DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" > >+# See Bug 164780 for reference. >+ >+src_install() { >+ xfce44_src_install >+ rm -f "${D}"/usr/lib*/python*/site-packages/pyexo.py[co] >+ rm -f "${D}"/usr/lib*/python*/site-packages/${PN}-0.3/${PN}/__init__.py[co] >+} >+ >+pkg_postinst() { >+ xfce44_pkg_postinst >+ python_mod_optimize "${ROOT}"/usr/lib*/python*/site-packages >+} >+ >+pkg_postrm() { >+ xfce44_pkg_postrm >+ python_mod_cleanup "${ROOT}"/usr/lib*/python*/site-packages >+} >+ > xfce44_core_package
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 164780
:
108819
|
108822
| 109013