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 84F991382C5 for ; Mon, 7 Dec 2020 00:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE5EE0E45; Mon, 7 Dec 2020 00:56:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 89291E0E44 for ; Mon, 7 Dec 2020 00:56:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4AACF340C3E for ; Mon, 7 Dec 2020 00:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFCEF474 for ; Mon, 7 Dec 2020 00:56:23 +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: <1607298863.89bfbb04f02a119c0d1d4c631f6122b1b62849b4.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: 89bfbb04f02a119c0d1d4c631f6122b1b62849b4 X-VCS-Branch: master Date: Mon, 7 Dec 2020 00:56:23 +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: 7f29a6ca-277f-4190-9c61-b50dab09f41a X-Archives-Hash: a734f1225466c6744bf8dc9d10ccc5b2 commit: 89bfbb04f02a119c0d1d4c631f6122b1b62849b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 6 23:54:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 6 23:54:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=89bfbb04 kde.org.eclass: Fix DESCRIPTION tags Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index c2dfc4748e..8565edb2b6 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -36,7 +36,7 @@ EXPORT_FUNCTIONS pkg_nofetch src_unpack # @ECLASS-VARIABLE: KDE_ORG_CATEGORIES # @INTERNAL -# @DESCRIPTION +# @DESCRIPTION: # Map of ${CATEGORY}= key-value pairs. declare -A KDE_ORG_CATEGORIES=( [app-accessibility]=accessibility @@ -110,7 +110,7 @@ esac # @ECLASS-VARIABLE: KDE_UNRELEASED # @INTERNAL -# @DESCRIPTION +# @DESCRIPTION: # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream. # Any package matching this will have fetch restriction enabled, and receive # a proper error message via pkg_nofetch.