Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
We've just released a new version of po4a. I'll attach the new ebuild, which includes some new dependancies, and updates the download url. Reproducible: Always Steps to Reproduce:
Created an attachment (id=52777) [details] The new ebuild
Just so you know, style="builder" isn't needed anymore - now part of the eclass to check to make sure Module::Build scripts are being handled properly. I've taken out the block for manually executing Build Build - already taken care of in the eclass now, and it appears to work fine (was there a specific reason for adding it back in that I missed?). Other than that, all posted :)
Sorry for the delay of my answer... There was a reason for executing the Build script manually: the install target doesn't depend on the build one, and installing it directly doesn't build. We've just released 0.21. Maybe you could delete the 0.19 and 0.20 ebuilds and add the 0.21 one (I'll attach it now), which solves bugs from the previous releases. And thanks for the "style" tip.
Created an attachment (id=57767) [details] po4a-0.21.ebuild
I'm going to finangle the ebuild for now, but you might consider changing the name of the unpacked dir to match the version ;) Currently 0.21 unpacks as 0.20 and running the buildscript displays "Creating new 'Build' script for 'po4a' version '0.20'" Also, you don't need that last block in the ebuild - really, the eclass handles it all now (ok, so it was updated to handle Build build invocations...) :)