A new version of gnome-blog, version 0.8 has been released Reproducible: Always Steps to Reproduce:
we know, don't assign if you don't know to whom it should go.
I have this all ready to go, I have tested this with a blogger account, and is working fine. If you have no objections I will commit to cvs. I have attached the ebuild first in case you wish to check. I would like to get this into portage for the weekend if possible, so that we may use it with the blogging software going on infra.
Created attachment 49490 [details] gnome-blog-0.8.ebuild
no offense, but that is just the ebuild copied over without any improvement which it almost certainly can use. Don't attach ebuilds if you don't actually change anything, it's pointless.
whats to improve?
Just a couple of things on the ebuild John, o) $Header: $ needs to be fixed o) KEYWORDS should all be ~ o) No need to dodoc COPYING o) Missing dep on intltool (>=0.21) The pygtk/gnome-python depend situation isn't really made clear. - configure.in only specifies pygtk - but both are required at runtime, and not at compile time (nothing is compiled). - the cleanest thing would be to add a PKG_CHECK for gnome-python, and move all into DEPEND, but I guess that might be overkill. - should probably be upstreamed too I guess.
ah missed the dep and dodoc. The header/keywords were fixed here - perhaps I attached before saving? oops. Thanks for updating me.
Committed now. Thank you.