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 E620915808B for ; Mon, 11 Apr 2022 09:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E991BE0A96; Mon, 11 Apr 2022 09:41:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id E40D0E0970 for ; Mon, 11 Apr 2022 09:41:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 01F7A34151A for ; Mon, 11 Apr 2022 09:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30E40318 for ; Mon, 11 Apr 2022 09:41:53 +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: <1649670003.4db76ea2163a20dff8df6ac054d054eb01e93293.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/boinc-app.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4db76ea2163a20dff8df6ac054d054eb01e93293 X-VCS-Branch: dev Date: Mon, 11 Apr 2022 09:41:53 +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: c67cb7a1-8c43-4b14-9f04-2636812b44cc X-Archives-Hash: ed77a27e7e31fb04856357188e6c130c commit: 4db76ea2163a20dff8df6ac054d054eb01e93293 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Apr 8 13:19:47 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Apr 11 09:40:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4db76ea2 boinc-app.eclass: rename @ECLASS_VARIABLE Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/boinc-app.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/boinc-app.eclass b/eclass/boinc-app.eclass index 8a92447a2..496dbb337 100644 --- a/eclass/boinc-app.eclass +++ b/eclass/boinc-app.eclass @@ -25,7 +25,7 @@ case ${EAPI} in *) die "${ECLASS}: EAPI ${EAPI} unsupported." esac -# @ECLASS-VARIABLE: BOINC_APP_OPTIONAL +# @ECLASS_VARIABLE: BOINC_APP_OPTIONAL # @DEFAULT_UNSET # @DESCRIPTION: # If set to a non-null value, BOINC part in the ebuild will be @@ -40,7 +40,7 @@ fi if [[ ! ${_BOINC_APP_ECLASS} ]]; then -# @ECLASS-VARIABLE: BOINC_MASTER_URL +# @ECLASS_VARIABLE: BOINC_MASTER_URL # @REQUIRED # @DESCRIPTION: # Each project is publicly identified by a master URL. It also serves @@ -51,20 +51,20 @@ if [[ ! ${_BOINC_APP_ECLASS} ]]; then # grep "" /var/lib/boinc/client_state.xml # @CODE -# @ECLASS-VARIABLE: BOINC_INVITATION_CODE +# @ECLASS_VARIABLE: BOINC_INVITATION_CODE # @DEFAULT_UNSET # @DESCRIPTION: # Some projects restrict account creation to those who present an # "invitation code". Write it to BOINC_INVITATION_CODE variable if # it's published on project's website. -# @ECLASS-VARIABLE: HOMEPAGE +# @ECLASS_VARIABLE: HOMEPAGE # @DESCRIPTION: # This variable defines the HOMEPAGE for BOINC projects if BOINC_MASTER_URL # was set before inherit. : ${HOMEPAGE:=${BOINC_MASTER_URL}} -# @ECLASS-VARIABLE: BOINC_APP_HELPTEXT +# @ECLASS_VARIABLE: BOINC_APP_HELPTEXT # @DESCRIPTION: # Help message to display during the pkg_postinst phase : ${BOINC_APP_HELPTEXT:=\