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

Bug 14481

Summary: reworked sed ebuild -- fixed nls support
Product: Gentoo Linux Reporter: Maurizio Disimino <h3y>
Component: Current packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maurizio Disimino 2003-01-24 05:01:22 UTC
- reworked the latest sed ebuild.
- fixed nls support

http://web.losingtime.net/gentoo/working/sed

Maurizio
Comment 1 SpanKY gentoo-dev 2003-01-24 15:33:14 UTC
you run econf with ${D}/bin ... that is really bad ;)
as for nls, your way is prettier, but it doesnt change the functionality of the
current sed ebuild ...
nls is enabled by default and the current ebuild will disable nls if nls isnt in
USE ...

i added `use_enable nls` to the current sed-4.0.x ebuilds
Comment 2 Maurizio Disimino 2003-01-24 15:54:56 UTC
- econf with ${D}/bin prevents extra commands in src_install()
- nls isn't just --enable-nls. sed will not speak italian without its files
in /usr/share/locale (try `LANG=it_IT sed`)

Maurizio
Comment 3 Maurizio Disimino 2003-01-25 11:30:14 UTC
I've updated the ebuild according to our last IRC conversation.
http://web.losingtime.net/gentoo/working/sed

Maurizio
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-06 22:58:24 UTC
actually, looks like lolo already has this.