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 BC2C2158649 for ; Thu, 11 May 2023 14:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8118E0D13; Thu, 11 May 2023 14:32:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8297E0D0D for ; Thu, 11 May 2023 14:32:04 +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 07430340C77 for ; Thu, 11 May 2023 14:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5025BA71 for ; Thu, 11 May 2023 14:32:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1683646966.8a943f0dd2fb8c23968fdddd2c43b5d7fe0bca29.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/shards.eclass X-VCS-Directories: eclass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8a943f0dd2fb8c23968fdddd2c43b5d7fe0bca29 X-VCS-Branch: master Date: Thu, 11 May 2023 14:32:01 +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: 377e76e7-123a-4215-b835-e5465565c914 X-Archives-Hash: eea346629ecfb8b8f54ede389bde9a60 commit: 8a943f0dd2fb8c23968fdddd2c43b5d7fe0bca29 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 8 18:50:50 2023 +0000 Commit: Andrew Ammerlaan gentoo org> 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/. )