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 9C37D15838C for ; Mon, 22 Jan 2024 11:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A727AE2A6A; Mon, 22 Jan 2024 11:29:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 886C8E2A67 for ; Mon, 22 Jan 2024 11:29:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 974BF343287 for ; Mon, 22 Jan 2024 11:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2093D14C6 for ; Mon, 22 Jan 2024 11:29:35 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1705922960.bb3db05a5fb22e013893777ed5ad1cb03e138e99.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/gap-pkg.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: bb3db05a5fb22e013893777ed5ad1cb03e138e99 X-VCS-Branch: master Date: Mon, 22 Jan 2024 11:29:35 +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: 0b6a703c-3f38-4767-9fdc-59ec4467f336 X-Archives-Hash: 0ed1c43b2f43895d60d80e4124876ff0 commit: bb3db05a5fb22e013893777ed5ad1cb03e138e99 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jan 14 15:51:21 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Jan 22 11:29:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3db05a gap-pkg.eclass: drop internal _gap-pkg_gaparch function Since removing the --bindir and --libdir flags from the default econf, this function is unused. Signed-off-by: Michael Orlitzky gentoo.org> eclass/gap-pkg.eclass | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index 0423c9e54ef2..cc80d5bf1ba8 100644 --- a/eclass/gap-pkg.eclass +++ b/eclass/gap-pkg.eclass @@ -108,18 +108,6 @@ _gap-pkg_gaproot() { echo "${ESYSROOT}/usr/$(get_libdir)/gap" } -# @FUNCTION: _gap-pkg_gaparch -# @INTERNAL -# @USAGE: -# @DESCRIPTION: -# Return the variable $GAParch from sysinfo.gap. GAP packages put their -# executables and libraries in bin/$GAParch, and to accomplish that, we -# sometimes need to pass $GAParch to the build system. -_gap-pkg_gaparch() { - # Use a subshell so we don't pollute the environment. - ( . $(_gap-pkg_gaproot)/sysinfo.gap && echo "${GAParch}" ) -} - # @FUNCTION: gap-pkg_econf # @USAGE: [extra econf args] # @DESCRIPTION: