Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235455 Details for
Bug 324169
gnome-extra/avant-window-navigator-extras: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
avant-window-navigator-extras.patch
avant-window-navigator-extras.patch (text/plain), 1.90 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2010-06-15 18:45:17 UTC
(
hide
)
Description:
avant-window-navigator-extras.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2010-06-15 18:45:17 UTC
Size:
1.90 KB
patch
obsolete
>--- avant-window-navigator-extras-0.2.6-r1.ebuild >+++ avant-window-navigator-extras-0.2.6-r1.ebuild >@@ -95,12 +95,10 @@ > > pkg_postinst() { > gnome2_pkg_postinst >- python_version >- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn/extras >+ python_mod_optimize $(python_get_sitedir)/awn/extras > } > > pkg_postrm() { > gnome2_pkg_postrm >- python_version >- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn/extras >+ python_mod_cleanup $(python_get_sitedir)/awn/extras > } >--- avant-window-navigator-extras-0.3.2.1.ebuild >+++ avant-window-navigator-extras-0.3.2.1.ebuild >@@ -106,12 +106,10 @@ > > pkg_postinst() { > gnome2_pkg_postinst >- python_version >- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn/extras >+ python_mod_optimize $(python_get_sitedir)/awn/extras > } > > pkg_postrm() { > gnome2_pkg_postrm >- python_version >- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn/extras >+ python_mod_cleanup $(python_get_sitedir)/awn/extras > } >--- avant-window-navigator-extras-0.3.2.2.ebuild >+++ avant-window-navigator-extras-0.3.2.2.ebuild >@@ -114,12 +114,10 @@ > > pkg_postinst() { > gnome2_pkg_postinst >- python_version > python_mod_optimize $(python_get_sitedir)/awn/extras > } > > pkg_postrm() { > gnome2_pkg_postrm >- python_version >- python_mod_cleanup awn/extras >+ python_mod_cleanup $(python_get_sitedir)/awn/extras > } >--- avant-window-navigator-extras-0.3.2.ebuild 25 Feb 2009 22:52:49 -0000 1.1 >+++ avant-window-navigator-extras-0.3.2.ebuild 15 Jun 2010 18:40:39 -0000 >@@ -106,12 +106,10 @@ > > pkg_postinst() { > gnome2_pkg_postinst >- python_version >- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn/extras >+ python_mod_optimize $(python_get_sitedir)/awn/extras > } > > pkg_postrm() { > gnome2_pkg_postrm >- python_version >- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn/extras >+ python_mod_cleanup $(python_get_sitedir)/awn/extras > }
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 324169
:
235455