Bug 226143 - x11-misc/zim-0.25 version bump
Bug#: 226143 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: desktop-misc@gentoo.org Reported By: gentoo@necoro.eu
Component: Ebuilds
URL:  http://www.zim-wiki.org/changelog.html
Summary: x11-misc/zim-0.25 version bump
Keywords:  
Status Whiteboard: 
Opened: 2008-06-12 22:16 0000
Description:   Opened: 2008-06-12 22:16 0000
Zim had a new release on May 20th. Changelog can be found in the URL given
above :)

I reworked the current ebuild to address the following issues:
- Build.PL changed - reworked patch
- split RDEPEND and DEPEND: plugin stuff is purely RDEPEND
- Gtk2::TrayIcon is only needed for <gtk-2.10. As there are no other versions
in the tree, I removed this dep and also removed the "trayicon" useflag. (Note:
use.local.desc should be modified accordingly)
- plugins enabled with useflags are now also enabled by default in the program
(might not work with existing installations, as the global configuration is
only used for the first launch)

The following issues are remaining / new:
- adding the plugins to the config file is currently done in src_compile. don't
know if this is the best place ;)
- zim needs "xdg-icon-resource {install,uninstall}" to be run in post{inst,rm}.
Unfortunatly, when upgrading to a future version, the postrm of the old version
is going to be run _after_ postinst and thus the end state would be
"uninstall".
This is only true for "stable portage and paludis" and not for "unstable
portage and pkgcore" (according to dleverton)

------- Comment #1 From René 'Necoro' Neumann 2008-06-12 22:16:35 0000 -------
Created an attachment (id=156557) [details]
zim-0.25.ebuild

------- Comment #2 From René 'Necoro' Neumann 2008-06-12 22:16:57 0000 -------
Created an attachment (id=156559) [details]
zim-0.25-disable-update-databases.patch

The reworked patch

------- Comment #3 From René 'Necoro' Neumann 2008-06-12 22:19:01 0000 -------
Created an attachment (id=156561) [details]
zim-0.25.ebuild

There was an error in the ebuild (set DEPEND twice)

------- Comment #4 From Carsten Lohrke 2008-06-13 00:03:17 0000 -------
- ${WORKDIR} and ${S} need to be quoted

------- Comment #5 From René 'Necoro' Neumann 2008-06-16 19:31:38 0000 -------
Created an attachment (id=157139) [details]
zim-0.25.ebuild

Quoted $S, $WORKDIR and $ROOT.

------- Comment #6 From René 'Necoro' Neumann 2008-06-16 19:35:37 0000 -------
Created an attachment (id=157141) [details]
zim-0.25.ebuild

ViM just introduced a syntactically incorrect line break =/ (and I quoted a
little bit too much)...

Sry for spamming

------- Comment #7 From George L. Emigh 2008-09-04 23:40:43 0000 -------
New Zim release 0.26 - Sun Aug 24 2008

------- Comment #8 From Ilya Kashirin 2008-11-27 07:38:56 0000 -------
Created an attachment (id=173564) [details]
zim-0.27-disable-update-databases.patch

------- Comment #9 From Ilya Kashirin 2008-11-27 07:39:55 0000 -------
Created an attachment (id=173565) [details]
x11-misc/zim/zim-0.27.ebuild

------- Comment #10 From Samuli Suominen 2008-11-29 20:54:29 0000 -------
Ebuild in CVS now, but it's a bit more simple. If there is something really
wrong with it, please let me know.