A new version of plowshare has been uploaded on its official site: http://code.google.com/p/plowshare/ I've tried it myself just copying the old ebuild (0.8-r1) and it works just fine. Thank you
I think this ebuild should pull app-text/tesseract-2.04 since it seems more reliable on captcha decoding that the stable one.
Another thing needed is the flag "perl" enabled in imagemagick. This is important because some script require that useflag enabled in order to strip some colors through perl script (scripts provided by plowshare team as well)
Created attachment 218857 [details] plowshare-0.9.ebuild
Actually you delete some scripts when -javascript is provided. I think that we may make *ever* module as an useflag. What's your opinion?
Updated the ebuild according to the new tesseract-2.04-r1 ebuild (that does install English localisation by default so the flag linguas_en was useless/wrong).
Created attachment 218963 [details] plowshare-0.9-r1.ebuild
Urm, don't CC maintainers when you cannot assign them.
Sorry, my mistake
Bumped to 0.9. My ebuild is different from yours Fabiano, you may want to look at it. Let me know if there is an issue. By the way, next time, try to send a patch (diff) instead of a full text ebuild, it will make reading of your contributions easier. And thank you for your interest.
Thank you, I'll give you feedback as soon as possible
I agree with your ebuild although the test phase _will_ fail using tesseract <2.04 so I think it's completely pointless having it as dependency (expecially with newer version of plowshare). Is there a way to avoid that symlink creation? I think it'll be cleaner if we use the bash script file itself.