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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E138158041 for ; Mon, 26 Feb 2024 10:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D17AE29FA; Mon, 26 Feb 2024 10:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 52976E29FA for ; Mon, 26 Feb 2024 10:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 79B12335D6D for ; Mon, 26 Feb 2024 10:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0F35B2F for ; Mon, 26 Feb 2024 10:30:21 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1708943359.6b8dcdca79423c9b8f5d88b89d5682f76f36c7c1.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tcl/tcl-8.6.13-r1.ebuild X-VCS-Directories: dev-lang/tcl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6b8dcdca79423c9b8f5d88b89d5682f76f36c7c1 X-VCS-Branch: master Date: Mon, 26 Feb 2024 10:30:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2801459-b3e7-405c-9a64-deaed14d30fb X-Archives-Hash: 8ce6983978edc5f232e44f0a183fdd97 commit: 6b8dcdca79423c9b8f5d88b89d5682f76f36c7c1 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Feb 26 10:29:19 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 26 10:29:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8dcdca dev-lang/tcl: add comments about the compat directory removal Closes: https://bugs.gentoo.org/911896 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/tcl/tcl-8.6.13-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/tcl/tcl-8.6.13-r1.ebuild b/dev-lang/tcl/tcl-8.6.13-r1.ebuild index e607daaea559..cc9ffed3639c 100644 --- a/dev-lang/tcl/tcl-8.6.13-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.13-r1.ebuild @@ -36,6 +36,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( ) src_prepare() { + # By dropping the compat directory a lot of licensing and attribution burden + # (BSD-3, zlib,...) is lifted from the user find \ "${SPARENT}"/compat/* \ "${SPARENT}"/doc/try.n \