Bug 57587 - ebuild - Update ppmd to 9.1-patchlevel8
Bug#: 57587 Product:  Gentoo Linux Version: 2004.0 Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: ferringb@gmail.com Reported By: world.root@gmail.com
Component: Ebuilds
URL: 
Summary: ebuild - Update ppmd to 9.1-patchlevel8
Keywords:  
Status Whiteboard: 
Opened: 2004-07-19 07:39 0000
Description:   Opened: 2004-07-19 07:39 0000
Here's a new ebuild for ppmd 9.1 patchlevel 8.

It's heavily based on the one currently in Portage (9.1 patchlevel 7).

I improved on the "replaceflags" slightly.

Here are the diffs:

diff /usr/portage/app-arch/ppmd/ppmd-9.1.ebuild /usr/local/portage/app-arch/ppmd/ppmd-9.1-r1.ebuild
9c9
< PATCHV="7"
---
> PATCHV="8"
36c36
<       autoreconf --force || die
---
>       autoconf --force || die
40c40
<       replace-flags "-O3" "-O2"
---
>       append-flags "-fno-inline-functions -fno-exceptions -fno-rtti"


The new ebuild is attached.

Have fun !

------- Comment #1 From Joël 2004-07-19 07:40:18 0000 -------
Created an attachment (id=35742) [details]
PPMd 9.1 patchlevel 8

------- Comment #2 From Brian Harring 2004-07-21 07:17:51 0000 -------
Nice, very nice.
I've pretty much included verbatim your adjustments, although I've switched the naming format slightly (new version is -9.1_p8).
Either way, thanks for the diff- makes identifying the changes people are after *much* simpler.
InCVS shortly.

------- Comment #3 From Joël 2004-07-21 09:11:09 0000 -------
You're welcome :-)

I was a bit surprised that I had to change the 'autoreconf' to 'autoconf' though. Does that mean that some configure files in the patchlevel8 .tar.gz are now invalid, and need to be overwritten (ie: re-generated) more thoroughly ?

Anyway, it seems to work well the new way :-)