- reworked the latest sed ebuild. - fixed nls support http://web.losingtime.net/gentoo/working/sed Maurizio
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
- 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
I've updated the ebuild according to our last IRC conversation. http://web.losingtime.net/gentoo/working/sed Maurizio
actually, looks like lolo already has this.