public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] feature request for dev-tcltk/expect : install autoexpect to /usr/bin
@ 2024-09-15 18:12 Håkon Alstadheim
  0 siblings, 0 replies; only message in thread
From: Håkon Alstadheim @ 2024-09-15 18:12 UTC (permalink / raw
  To: gentoo-user

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-15 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 18:12 [gentoo-user] feature request for dev-tcltk/expect : install autoexpect to /usr/bin Håkon Alstadheim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox