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 6F2BA15838C for ; Mon, 22 Jan 2024 11:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15B9CE2A6E; Mon, 22 Jan 2024 11:29:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7B3AE2A6D 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 B027634327C 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 35CCE14C7 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: <1705922961.d5a95a07f5f05f205d4eb3f9f620fd9994ffc23a.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: d5a95a07f5f05f205d4eb3f9f620fd9994ffc23a 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: ab5455cd-185c-4b5c-bcfd-e8f8c454454d X-Archives-Hash: eb37075b40ae175b26146f03cd0c22ad commit: d5a95a07f5f05f205d4eb3f9f620fd9994ffc23a Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jan 14 18:15:54 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Jan 22 11:29:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a95a07 gap-pkg.eclass: drop empty @USAGE tags Suggested-by: Michał Górny gentoo.org> Signed-off-by: Michael Orlitzky gentoo.org> eclass/gap-pkg.eclass | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index cc80d5bf1ba8..b1fe9018cf3e 100644 --- a/eclass/gap-pkg.eclass +++ b/eclass/gap-pkg.eclass @@ -84,7 +84,6 @@ fi RDEPEND="${_GAP_PKG_RDEPEND}" # @FUNCTION: gap-pkg_dir -# @USAGE: # @DESCRIPTION: # The directory into which the gap package should be installed. The # accepted current location is /usr/$(get_libdir)/gap/pkg, but @@ -95,7 +94,6 @@ gap-pkg_dir() { # @FUNCTION: _gap-pkg_gaproot # @INTERNAL -# @USAGE: # @DESCRIPTION: # The directory containing sysinfo.gap. This is frequently passed to GAP # packages via ./configure --with-gaproot or as a positional argument to @@ -124,7 +122,6 @@ gap-pkg_econf() { } # @FUNCTION: gap-pkg_src_configure -# @USAGE: # @DESCRIPTION: # Handle both autoconf configure scripts and the hand-written ones used # by many GAP packages. We determine which one we're dealing with by @@ -149,7 +146,6 @@ gap-pkg_src_configure() { } # @FUNCTION: gap-pkg_src_compile -# @USAGE: # @DESCRIPTION: # The default src_compile with the addition of V=1 to emake. The # Makefile.gappkg used to build most C packages defaults to a quiet @@ -161,7 +157,6 @@ gap-pkg_src_compile() { } # @FUNCTION: gap-pkg_enable_tests -# @USAGE: # @DESCRIPTION: # Amend IUSE, RESTRICT, and BDEPEND for a package with a test suite. # This is modeled on similar functions in the distutils-r1 and @@ -180,7 +175,6 @@ gap-pkg_enable_tests() { } # @FUNCTION: gap-pkg_src_test -# @USAGE: # @DESCRIPTION: # Run this package's test suite if it has one. The GAP TestPackage # function is the standard way to do this, but it does rely on the @@ -266,7 +260,6 @@ gap-pkg_src_test() { # installed with HTML_DOCS or a similar mechanism. # @FUNCTION: gap-pkg_src_install -# @USAGE: # @DESCRIPTION: # Install a GAP package that follows the suggested layout, #