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 9CFCD15AD33 for ; Tue, 9 May 2023 15:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0600E07BA; Tue, 9 May 2023 15:43:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 98727E07BA for ; Tue, 9 May 2023 15:43:08 +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 C4FD7340D91 for ; Tue, 9 May 2023 15:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C5A8A44 for ; Tue, 9 May 2023 15:43:06 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1683646966.8a943f0dd2fb8c23968fdddd2c43b5d7fe0bca29.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/shards.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8a943f0dd2fb8c23968fdddd2c43b5d7fe0bca29 X-VCS-Branch: dev Date: Tue, 9 May 2023 15:43:06 +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: 817dd6d4-3bad-4974-875a-4386aa2380be X-Archives-Hash: c904e5bafad783cfc483ce7f86e880ab commit: 8a943f0dd2fb8c23968fdddd2c43b5d7fe0bca29 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 8 18:50:50 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 9 15:42:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a943f0d shards.eclass: do not use 'shards build' Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/shards.eclass | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/eclass/shards.eclass b/eclass/shards.eclass index f17f93cb9..122464cc5 100644 --- a/eclass/shards.eclass +++ b/eclass/shards.eclass @@ -67,19 +67,10 @@ shards_src_configure() { # @FUNCTION: shards_src_compile # @DESCRIPTION: -# General function for building packages using Shards. +# Function for building the package's documentation. shards_src_compile() { debug-print-function ${FUNCNAME} "${@}" - local build_args=( - --threads=$(makeopts_jobs) - --verbose - ) - - if gshards-has-targets; then - eshards build "${build_args[@]}" - fi - if use doc; then ecrystal docs HTML_DOCS=( docs/. )