Just created dev-libs/libmrproject-0.9 and app-office/mrproject-0.9 Added depencies are libgnomeprint-2.2* and libgnomeprintui-2.2* in mrproject-0.9.ebuild ps. Hope I've done this correctly, it is my first submission of an ebuild. :-)
Created attachment 8480 [details] libmrproject-0.9.ebuild and mrproject-0.9.ebuild added libmrproject-0.9.ebuild and mrproject-0.9.ebuild
Created attachment 8481 [details] libmrproject-0.9.ebuild and mrproject-0.9.ebuild added libmrproject-0.9.ebuild and mrproject-0.9.ebuild
Comment on attachment 8480 [details] libmrproject-0.9.ebuild and mrproject-0.9.ebuild Ignore this attachment (a mistake)
Well, the libgnomeprintui are correct, but should be >= 2.1 for now ( look inside configure.in for the real thing) mrproject has unnecessary code for some things, like nls (its impossible to have nls support disabled in Gnome2 applications due to how they are designed.) this is most likely a leftover from early days, no harm but unnecessary. (cleaned out in my version) also, mrproject no longer has gtk-doc support, only support for gtk-doc is in libmrproject. A check in configure.in also shows that glib deps are for 2.0.4 and not 2.0.3, this isn't really an issue since I doubt anyone would ever be caught in that problem, if nothing else because libgnomeprint* has a higher depencendy on glib, anyhow its updated locally. This is also a good project for gnome2 eclassification. (done in my version) in all its a pretty good work, but could as said need some cleaning. also note, you should provide an entry for addition in the ChangeLog with the changes you made, and how you'd like the credit, makes it a bit simpler for me (I love when I just have to cut-n-paste and its done, far simpler than to actually type things ;-) Marking as fixed as I went through it and updated them locally.
Thanx for the feedback. I'll make sure to check configure.in the next time.
Just a revision bump to 0.9.1 for libmrproject and mrproject, changefiles,digest and ebuilds are available at the URL (http://portage.orb-x.com) in dir's dev-libs/libmrproject and app-office/mrproject respectively. These are just spider's ebuilds renamed.