Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556332 - x11-misc/zim-0.63: version bump
Summary: x11-misc/zim-0.63: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Desktop Misc. Team
URL: https://lists.launchpad.net/zim-wiki/...
Whiteboard:
Keywords:
: 556334 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-30 16:18 UTC by Alexandr Tiurin
Modified: 2015-08-10 21:23 UTC (History)
1 user (show)

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


Attachments
zim-0.63 ebuild patch (zim-0.63.patch,853 bytes, patch)
2015-07-30 16:19 UTC, Alexandr Tiurin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Tiurin 2015-07-30 16:18:10 UTC
Version bump. See $URL

Reproducible: Always
Comment 1 Alexandr Tiurin 2015-07-30 16:19:02 UTC
Created attachment 407998 [details, diff]
zim-0.63 ebuild patch
Comment 2 Jonas Stein gentoo-dev 2015-07-30 21:24:41 UTC
we wrote the same bug report, but you have been a few minutes faster. ;-)
Comment 3 Jonas Stein gentoo-dev 2015-07-30 21:25:40 UTC
*** Bug 556334 has been marked as a duplicate of this bug. ***
Comment 4 Sebastian Pipping gentoo-dev 2015-08-03 20:32:56 UTC
+*zim-0.63 (03 Aug 2015)
+
+  03 Aug 2015; Sebastian Pipping <sping@gentoo.org> +zim-0.63.ebuild:
+  Bump to 0.63 (bug #556332)
+
Comment 5 Sebastian Pipping gentoo-dev 2015-08-03 20:35:11 UTC
Alexandr, I only now spot the

  dev-python/pygobject:2[${PYTHON_USEDEP}]

in the patch you attached.  Could you elaborate why it's needed?  Thanks!
Comment 6 Alexandr Tiurin 2015-08-06 13:42:45 UTC
Please see /var/tmp/portage/x11-misc/zim-0.63/work/zim-0.63/zim/signals.py line 8:

"import gobject"


w/o dev-python/pygobject I got error

ebuild zim-0.63.ebuild install

>>> Existing ${T}/environment for 'zim-0.63' will be sourced. Run 'clean'
>>> to start with a fresh environment.
>>> Checking zim-0.63.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...
 * checking ebuild checksums ;-) ...                                                                                                             [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                            [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                           [ ok ]
>>> It appears that 'pretend' has already executed for 'zim-0.63'; skipping.
>>> Remove '/var/tmp/portage/x11-misc/zim-0.63/.pretended' to force pretend.
>>> It appears that 'setup' has already executed for 'zim-0.63'; skipping.
>>> Remove '/var/tmp/portage/x11-misc/zim-0.63/.setuped' to force setup.
>>> It appears that 'unpack' has already executed for 'zim-0.63'; skipping.
>>> Remove '/var/tmp/portage/x11-misc/zim-0.63/.unpacked' to force unpack.
>>> It appears that 'prepare' has already executed for 'zim-0.63'; skipping.
>>> Remove '/var/tmp/portage/x11-misc/zim-0.63/.prepared' to force prepare.
>>> It appears that 'configure' has already executed for 'zim-0.63'; skipping.
>>> Remove '/var/tmp/portage/x11-misc/zim-0.63/.configured' to force configure.
>>> Compiling source in /var/tmp/portage/x11-misc/zim-0.63/work/zim-0.63 ...
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 22, in <module>
    from zim import __version__, __url__
  File "/var/tmp/portage/x11-misc/zim-0.63/work/zim-0.63/zim/__init__.py", line 186, in <module>
    import zim.environ # initializes environment parameters
  File "/var/tmp/portage/x11-misc/zim-0.63/work/zim-0.63/zim/environ.py", line 16, in <module>
    from zim.fs import ENCODING, isdir
  File "/var/tmp/portage/x11-misc/zim-0.63/work/zim-0.63/zim/fs.py", line 130, in <module>
    from zim.signals import SignalEmitter, SIGNAL_AFTER
  File "/var/tmp/portage/x11-misc/zim-0.63/work/zim-0.63/zim/signals.py", line 8, in <module>
    import gobject
ImportError: No module named gobject
Comment 7 Sebastian Pipping gentoo-dev 2015-08-10 21:23:59 UTC
Excellent, thank you!  Fixed in Git.