As it is, if I want to run autoexpect I need to install with USE="doc",
and then unpack and install the script manually. This means I need to
update it whenever expect is updated, in case there are changes. I'd
love to see something like:
--- a/dev-tcltk/expect/expect-5.45.4-r5.ebuild
+++ b/dev-tcltk/expect/expect-5.45.4-r5.ebuild
@@ -69,7 +69,7 @@ expect_make_var() {
src_install() {
default
-
+ cp -v example/autoexpect "${D}/usr/bin/"
if use doc ; then
docinto examples
--------------------------------------
, possibly controlled by a "tools" use-flag.