Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104682 Details for
Bug 158541
net-im/gajim-0.11 version bump (Keywording request)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make the ebuild create pyc and pyo files
gajim-0.11.ebuild-add-pyc_pyo.diff (text/plain), 566 bytes, created by
Milan Holzäpfel
on 2006-12-24 08:15:51 UTC
(
hide
)
Description:
Make the ebuild create pyc and pyo files
Filename:
MIME Type:
Creator:
Milan Holzäpfel
Created:
2006-12-24 08:15:51 UTC
Size:
566 bytes
patch
obsolete
>--- gajim-0.11.ebuild.orig 2006-12-24 17:11:43.000000000 +0100 >+++ gajim-0.11.ebuild 2006-12-24 17:12:01.000000000 +0100 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: $ > >-inherit eutils virtualx multilib >+inherit eutils virtualx multilib python > > DESCRIPTION="Jabber client written in PyGTK" > HOMEPAGE="http://www.gajim.org/" >@@ -109,4 +109,12 @@ src_install() { > dohtml README.html > } > >+pkg_postinst() { >+ python_mod_optimize /usr/share/gajim/ >+} >+ >+ >+pkg_postrm() { >+ python_mod_cleanup /usr/share/gajim/ >+} >
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 158541
:
104386
|
104396
| 104682 |
106181