From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9550158083 for ; Sun, 15 Sep 2024 18:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 192CCE29AB; Sun, 15 Sep 2024 18:12:47 +0000 (UTC) Received: from altibox-smtp6.altibox.no (altibox-smtp6.altibox.no [212.97.141.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6E25E29A6 for ; Sun, 15 Sep 2024 18:12:45 +0000 (UTC) Received: from alti-pct-smtp6 (unknown [172.17.0.3]) by altibox-smtp6.altibox.no (Postfix) with ESMTP id E3F271001B81 for ; Sun, 15 Sep 2024 20:12:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 altibox-smtp6.altibox.no E3F271001B81 Authentication-Results: altibox-smtp6.altibox.no; dkim=pass (1024-bit key, unprotected) header.d=alstadheim.priv.no header.i=@alstadheim.priv.no header.a=rsa-sha256 header.s=smtp header.b=gxBGhgQa X-Fuglu-Spamstatus: NO X-Fuglu-Suspect: 0e35952b5f574b4f9dae8e75e40fa0af X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED=-1, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=disabled version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on alti-pct-smtp6.altibox.int X-Spam-RelaysUntrusted: X-Fuglu-Incomingport: 10050 X-Fuglu-Suspect: 0e35952b5f574b4f9dae8e75e40fa0af Received: from alti-v7-smtp1.altibox.no (unknown [172.16.220.71]) by altibox-smtp6.altibox.no (Postfix) with ESMTPS id BA94B10005E8 for ; Sun, 15 Sep 2024 20:12:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by alti-v7-smtp1.altibox.no (Postfix) with ESMTP id 4X6GNp59ZvzpSB1 for ; Sun, 15 Sep 2024 20:12:42 +0200 (CEST) X-Virus-Scanned: amavisd-new at localdomain Received: from alti-v7-smtp1.altibox.no ([127.0.0.1]) by localhost (alti-v7-smtp1.altibox.no [127.0.0.1]) (amavisd-new, port 10050) with LMTP id Jj68rH9HgeJ7 for ; Sun, 15 Sep 2024 20:12:42 +0200 (CEST) X-Finnesikke-B-A-I-T: finnesikke@alstadheim.priv.no Received: from smtps.alstadheim.priv.no (localhost [127.0.0.1]) by postfix-relay.alstadheim.priv.no (Postfix) with ESMTP id C0E82849DDDA for ; Sun, 15 Sep 2024 20:12:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=alstadheim.priv.no; s=smtp; t=1726423961; bh=e23urIuG6OLh5qhFZ/4pzYAdX0uRo7ioz/Tq3SHDBTU=; h=Date:To:From:Subject:From; b=gxBGhgQaf7UqIB2plpoPcTlCgSuJDMGQ2qPdCE5K9MK+Ags5ccFpdXl5RWFHx4Thk M3fX0ICIRh9F1Ar/C4P1W3pNLniYc/YYwI8NW3NB/GzfCMmWTSO4URr9r9MZl0Yjh/ HQNhkdigmv7/GZLGxKUaC7omkSi7RGctSdX/mUgg= Message-ID: Date: Sun, 15 Sep 2024 20:12:41 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: gentoo-user@lists.gentoo.org Content-Language: en-US From: =?UTF-8?Q?H=C3=A5kon_Alstadheim?= Subject: [gentoo-user] feature request for dev-tcltk/expect : install autoexpect to /usr/bin Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: aad5b817-b59c-4cf8-bb0c-f5f140c268f2 X-Archives-Hash: 29b755f7d55bd62d9edf6b28bf877de1 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.