The ebuild installs unix2dos and dos2unix examples from FILESDIR into /usr/share/doc/. unix2dos is broken: $ { echo foo; echo bar; } | ./unix2dos | hexdump -C 00000000 66 6f 6f 12 0a 62 61 72 12 0a |foo..bar..| 0000000a Should be 0x0d 0x0a (CR LF) not 0x12 0x0a (DC2 LF). Besides, I don't see why these examples would be needed. Maybe they could just be deleted?
should be all set now in the tree; thanks for the report! Commit message: Drop ancient/unloved examples http://sources.gentoo.org/sys-apps/sed/sed-4.2.1-r1.ebuild?r1=1.13&r2=1.14 http://sources.gentoo.org/sys-apps/sed/sed-4.2.1.ebuild?r1=1.11&r2=1.12 http://sources.gentoo.org/sys-apps/sed/sed-4.2.2.ebuild?r1=1.4&r2=1.5 http://sources.gentoo.org/sys-apps/sed/sed-4.2.ebuild?r1=1.12&r2=1.13