Following the recent discussion in -dev, here is an ebuild and a patch to disable all pieces that require C++ support. Tested with: tar --use-compress-program=/usr/bin/lzmadec -tvf coreutils-6.11.tar.lzma lzmadec <coreutils-6.11.tar.lzma | tar -tvf -
Created attachment 152445 [details, diff] Changes for lzma-utils-4.32.5.ebuild
Created attachment 152447 [details, diff] lzma-utils-4.32.5-no-cxx.patch
you cant run autotools in lzma-utils, so i posted a patch containing the generated differences i also added a wrapper script "lzma" so that packages doing `lzma -dc` will still work (like portage) thanks for the patch, in the tree http://sources.gentoo.org/app-arch/lzma-utils/lzma-utils-4.32.5.ebuild?r1=1.8&r2=1.9
(In reply to comment #3) > i also added a wrapper script "lzma" so that packages doing `lzma -dc` > will still work (like portage) Hm, also support for "lzma -d" would be useful since tar calls it like this. elif [ "$1" = "-d" ] ; then lzmadec (Or maybe cleaner to convert to a case statement.)
thanks, ive done both of those things http://sources.gentoo.org/app-arch/lzma-utils/files/lzma-nocxx.sh?r1=1.1&r2=1.2