Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447466 - dev-vcs/bzr-gtk-0.103.0: USE="-nautilus" does not remove /usr/share/nautilus-python/extensions/nautilus-bzr.py
Summary: dev-vcs/bzr-gtk-0.103.0: USE="-nautilus" does not remove /usr/share/nautilus-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2-python-removal
  Show dependency tree
 
Reported: 2012-12-16 14:04 UTC by Jan Vesely
Modified: 2018-01-26 23:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vesely 2012-12-16 14:04:21 UTC
ebuild fails to remove /usr/share/nautilus-python/extensions/nautilus-bzr.py

Reproducible: Always

Steps to Reproduce:
1. USE=-nautilus emerge =dev-vcs/bzr-gtk-0.103.0
Actual Results:  
file 
/usr/share/nautilus-python/extensions/nautilus-bzr.py
is installed

Expected Results:  
file
/usr/share/nautilus-python/extensions/nautilus-bzr.py
should not be installed

It only happens with dev-python/nautilus-python installed.
The ebuild tries to remove /usr/$(get_libdir)/nautilus/,
but the extension is in /usr/share/nautilus-python/extensions/
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2012-12-27 22:47:58 UTC
Not for me:

$ USE=-nautilus ebuild bzr-gtk-0.103.0.ebuild clean manifest install
$ find /var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/|grep nautilus
$
Comment 2 Jan Vesely 2012-12-27 23:41:30 UTC
do you have nautilus-python installed?

with nautilus-python:
# USE=nautilus ebuild bzr-gtk-0.103.0.ebuild clean manifest install
# find /var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/ | grep nautilus
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/usr/lib64/python2.7/site-packages/bzrlib/plugins/gtk/nautilus-bzr.py
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/usr/share/nautilus-python
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/usr/share/nautilus-python/extensions
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/usr/share/nautilus-python/extensions/nautilus-bzr.py
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/work/bzr-gtk-0.103.0/build-2.7/lib/bzrlib/plugins/gtk/nautilus-bzr.py
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/work/bzr-gtk-0.103.0/nautilus-bzr.py

# USE=-nautilus ebuild bzr-gtk-0.103.0.ebuild clean manifest install
# find /var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/ | grep nautilus
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/usr/share/nautilus-python
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/usr/share/nautilus-python/extensions
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/image/usr/share/nautilus-python/extensions/nautilus-bzr.py
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/work/bzr-gtk-0.103.0/build-2.7/lib/bzrlib/plugins/gtk/nautilus-bzr.py
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/work/bzr-gtk-0.103.0/nautilus-bzr.py

without nautilus-python:
# USE=-nautilus ebuild bzr-gtk-0.103.0.ebuild clean manifest install
# find /var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/ | grep nautilus
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/work/bzr-gtk-0.103.0/build-2.7/lib/bzrlib/plugins/gtk/nautilus-bzr.py
/var/tmp/portage/dev-vcs/bzr-gtk-0.103.0/work/bzr-gtk-0.103.0/nautilus-bzr.py
Comment 3 Pacho Ramos gentoo-dev 2017-08-30 17:50:44 UTC
This is dead for ages, was killed in other distributions are I doubt it even works with latest bzr
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719658
Comment 4 Larry the Git Cow gentoo-dev 2018-01-26 23:39:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd6885bc65014cf77c714c8f2d78ccf16eabd21

commit 7dd6885bc65014cf77c714c8f2d78ccf16eabd21
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2018-01-26 23:37:59 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2018-01-26 23:37:59 +0000

    dev-vcs/bzr-gtk: remove last rited package
    
    Closes: https://bugs.gentoo.org/604014
    Closes: https://bugs.gentoo.org/447466

 dev-vcs/bzr-gtk/Manifest                  |   1 -
 dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild |  61 ----------
 dev-vcs/bzr-gtk/files/credits.pickle      | 193 ------------------------------
 dev-vcs/bzr-gtk/metadata.xml              |  18 ---
 4 files changed, 273 deletions(-)