Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 189939

Summary: net-firewall/arptables-0.0.3-3 version bump
Product: Gentoo Linux Reporter: Olivier Huber <oli.huber>
Component: Current packagesAssignee: Peter Volkov (RETIRED) <pva>
Status: RESOLVED FIXED    
Severity: enhancement CC: richardvoigt
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 162886    
Attachments: My ebuild proposal
patch needed to install the package

Description Olivier Huber 2007-08-23 13:46:34 UTC
upstream has released  a new version. It builds fine with a 2.6.22 kernel. I try to update the ebuild a little bit. And by the way pva thanks for your advice with tc-getCC.

Reproducible: Always
Comment 1 Olivier Huber 2007-08-23 13:47:53 UTC
Created attachment 128955 [details]
My ebuild proposal
Comment 2 Olivier Huber 2007-08-23 13:48:56 UTC
Created attachment 128956 [details, diff]
patch needed to install the package
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2007-08-29 11:36:59 UTC
arptables-0.0.3.3 is in portage.

Oliver, just few notes on your (and mine) ebuild:
* $WORKDIR should be quoted as it is user defined and may contain spaces there.
* I did not understood why do you need multilib eclass there
* To install package I just go with dobin and doman functions as there are only three files to be installed and no patches/sed required, but of course your solution works too.
* Next time attach into bugzilla diff of ebuild. This clearly tells what chaged and thus easier to review
Comment 4 Olivier Huber 2007-08-30 20:59:16 UTC
> Oliver, just few notes on your (and mine) ebuild:
> * $WORKDIR should be quoted as it is user defined and may contain spaces there.
> * I did not understood why do you need multilib eclass there

heu ... it was just a mistake : I copy/paste the inherit arguments too fast, without checking if I need all of them

> * To install package I just go with dobin and doman functions as there are only
> three files to be installed and no patches/sed required, but of course your
> solution works too.

sure, it was a little bit overkill here

> * Next time attach into bugzilla diff of ebuild. This clearly tells what chaged
> and thus easier to review
>
ok I'll do that next time

Thanks again