public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Håkon Alstadheim" <hakon@alstadheim.priv.no>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] feature request for dev-tcltk/expect : install autoexpect to /usr/bin
Date: Sun, 15 Sep 2024 20:12:41 +0200	[thread overview]
Message-ID: <e400c8d1-a857-4a6f-ab94-ff9dd43abb53@alstadheim.priv.no> (raw)

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.


                 reply	other threads:[~2024-09-15 18:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e400c8d1-a857-4a6f-ab94-ff9dd43abb53@alstadheim.priv.no \
    --to=hakon@alstadheim.priv.no \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox