mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
boinc-app.eclass: rename @ECLASS_VARIABLE
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -25,7 +25,7 @@ case ${EAPI} in
|
|||||||
*) die "${ECLASS}: EAPI ${EAPI} unsupported."
|
*) die "${ECLASS}: EAPI ${EAPI} unsupported."
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: BOINC_APP_OPTIONAL
|
# @ECLASS_VARIABLE: BOINC_APP_OPTIONAL
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# If set to a non-null value, BOINC part in the ebuild will be
|
# If set to a non-null value, BOINC part in the ebuild will be
|
||||||
@@ -40,7 +40,7 @@ fi
|
|||||||
|
|
||||||
if [[ ! ${_BOINC_APP_ECLASS} ]]; then
|
if [[ ! ${_BOINC_APP_ECLASS} ]]; then
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: BOINC_MASTER_URL
|
# @ECLASS_VARIABLE: BOINC_MASTER_URL
|
||||||
# @REQUIRED
|
# @REQUIRED
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Each project is publicly identified by a master URL. It also serves
|
# Each project is publicly identified by a master URL. It also serves
|
||||||
@@ -51,20 +51,20 @@ if [[ ! ${_BOINC_APP_ECLASS} ]]; then
|
|||||||
# grep "<master_url>" /var/lib/boinc/client_state.xml
|
# grep "<master_url>" /var/lib/boinc/client_state.xml
|
||||||
# @CODE
|
# @CODE
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: BOINC_INVITATION_CODE
|
# @ECLASS_VARIABLE: BOINC_INVITATION_CODE
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Some projects restrict account creation to those who present an
|
# Some projects restrict account creation to those who present an
|
||||||
# "invitation code". Write it to BOINC_INVITATION_CODE variable if
|
# "invitation code". Write it to BOINC_INVITATION_CODE variable if
|
||||||
# it's published on project's website.
|
# it's published on project's website.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: HOMEPAGE
|
# @ECLASS_VARIABLE: HOMEPAGE
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# This variable defines the HOMEPAGE for BOINC projects if BOINC_MASTER_URL
|
# This variable defines the HOMEPAGE for BOINC projects if BOINC_MASTER_URL
|
||||||
# was set before inherit.
|
# was set before inherit.
|
||||||
: ${HOMEPAGE:=${BOINC_MASTER_URL}}
|
: ${HOMEPAGE:=${BOINC_MASTER_URL}}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: BOINC_APP_HELPTEXT
|
# @ECLASS_VARIABLE: BOINC_APP_HELPTEXT
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Help message to display during the pkg_postinst phase
|
# Help message to display during the pkg_postinst phase
|
||||||
: ${BOINC_APP_HELPTEXT:=\
|
: ${BOINC_APP_HELPTEXT:=\
|
||||||
|
|||||||
Reference in New Issue
Block a user