Bug 84286 - New version (0.20) of app-text/po4a
Bug#: 84286 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: perl@gentoo.org Reported By: jvprat@gmail.com
Component: Ebuilds
URL:  http://alioth.debian.org/projects/po4a/
Summary: New version (0.20) of app-text/po4a
Keywords:  
Status Whiteboard: 
Opened: 2005-03-06 04:14 0000
Description:   Opened: 2005-03-06 04:14 0000
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:

------- Comment #1 From Jordi Vilalta 2005-03-06 04:15:10 0000 -------
Created an attachment (id=52777) [details]
The new ebuild

------- Comment #2 From Michael Cummings (RETIRED) 2005-04-16 16:17:48 0000 -------
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 :)

------- Comment #3 From Jordi Vilalta 2005-05-01 14:28:00 0000 -------
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.

------- Comment #4 From Jordi Vilalta 2005-05-01 14:29:49 0000 -------
Created an attachment (id=57767) [details]
po4a-0.21.ebuild

------- Comment #5 From Michael Cummings (RETIRED) 2005-05-14 07:10:00 0000 -------
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...) :)