Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14481 - reworked sed ebuild -- fixed nls support
Summary: reworked sed ebuild -- fixed nls support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 05:01 UTC by Maurizio Disimino
Modified: 2003-02-06 22:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.