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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 526871382C5 for ; Sun, 21 Feb 2021 13:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E620E0849; Sun, 21 Feb 2021 13:01:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9584E0849 for ; Sun, 21 Feb 2021 13:01:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B70C8340F21 for ; Sun, 21 Feb 2021 13:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3494D478 for ; Sun, 21 Feb 2021 13:01:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1613912463.306a1c7d6248aa52aa46ef84104b044fb74acb14.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 306a1c7d6248aa52aa46ef84104b044fb74acb14 X-VCS-Branch: master Date: Sun, 21 Feb 2021 13:01:18 +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: fa492ed4-439b-4e58-96e7-634097754e49 X-Archives-Hash: 3bde76971bec67f2cbe4e460a69fec18 commit: 306a1c7d6248aa52aa46ef84104b044fb74acb14 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 21 12:54:15 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 21 13:01:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=306a1c7d kde.org.eclass: Fix remaining missing documentation Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 6e08fc2944..7d46b8e324 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -133,6 +133,10 @@ case ${CATEGORY} in *) ;; esac +# @FUNCTION: _kde.org_is_unreleased +# @INTERNAL +# @DESCRIPTION: +# Return true if $CATEGORY-$PV matches against an entry in KDE_UNRELEASED array. _kde.org_is_unreleased() { local pair for pair in "${KDE_UNRELEASED[@]}" ; do @@ -148,6 +152,9 @@ _kde.org_is_unreleased() { return 1 } +# @FUNCTION: _kde.org_calculate_src_uri +# @INTERNAL +# @DESCRIPTION: # Determine fetch location for released tarballs _kde.org_calculate_src_uri() { debug-print-function ${FUNCNAME} "$@" @@ -209,6 +216,9 @@ _kde.org_calculate_src_uri() { fi } +# @FUNCTION: _kde.org_calculate_live_repo +# @INTERNAL +# @DESCRIPTION: # Determine fetch location for live sources _kde.org_calculate_live_repo() { debug-print-function ${FUNCNAME} "$@"