eclass/*.eclass: @ECLASS-VARIABLE -> @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
549f521162
commit
d55004b12a
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: bintron.eclass
|
# @ECLASS: bintron.eclass
|
||||||
@ -35,7 +35,7 @@ _BINTRON_LANGS="
|
|||||||
sv sw ta te th tr uk vi zh-CN zh-TW
|
sv sw ta te th tr uk vi zh-CN zh-TW
|
||||||
"
|
"
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: BINTRON_LANGS
|
# @ECLASS_VARIABLE: BINTRON_LANGS
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# List of language packs available for this package.
|
# List of language packs available for this package.
|
||||||
: ${BINTRON_LANGS:=${_BINTRON_LANGS}}
|
: ${BINTRON_LANGS:=${_BINTRON_LANGS}}
|
||||||
@ -104,7 +104,7 @@ IUSE+=" +system-ffmpeg +system-vulkan "
|
|||||||
QA_PREBUILT='*'
|
QA_PREBUILT='*'
|
||||||
QA_PRESTRIPPED='*'
|
QA_PRESTRIPPED='*'
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: BINTRON_HOME
|
# @ECLASS_VARIABLE: BINTRON_HOME
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Path where the package contents will we installed.
|
# Path where the package contents will we installed.
|
||||||
: ${BINTRON_HOME:="/usr/share/${PN}/"}
|
: ${BINTRON_HOME:="/usr/share/${PN}/"}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: cargo-git.eclass
|
# @ECLASS: cargo-git.eclass
|
||||||
@ -24,7 +24,7 @@ inherit cargo git-r3
|
|||||||
|
|
||||||
EXPORT_FUNCTIONS src_unpack
|
EXPORT_FUNCTIONS src_unpack
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: CARGO_GIT
|
# @ECLASS_VARIABLE: CARGO_GIT
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Array with the syntax "repourl oid identifier" (still not sure where the oid comes from :/)
|
# Array with the syntax "repourl oid identifier" (still not sure where the oid comes from :/)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2020-2020 Gentoo Foundation
|
# Copyright 2020-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: gog.eclass
|
# @ECLASS: gog.eclass
|
||||||
@ -19,24 +19,24 @@
|
|||||||
# In order to disable network-sandbox:
|
# In order to disable network-sandbox:
|
||||||
PROPERTIES+="live"
|
PROPERTIES+="live"
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: GOG_GAME_NAME
|
# @ECLASS_VARIABLE: GOG_GAME_NAME
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Name of the game as it appears in lgogdownloader list.
|
# Name of the game as it appears in lgogdownloader list.
|
||||||
: ${GOG_GAME_NAME:=}
|
: ${GOG_GAME_NAME:=}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: GOG_GAME_L10N
|
# @ECLASS_VARIABLE: GOG_GAME_L10N
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Languages available for the game.
|
# Languages available for the game.
|
||||||
: ${GOG_GAME_L10N:=()}
|
: ${GOG_GAME_L10N:=()}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: GOG_GAME_PLATFORM
|
# @ECLASS_VARIABLE: GOG_GAME_PLATFORM
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# This choice specifies which binaries, for which platform, will be downloaded from GOG.
|
# This choice specifies which binaries, for which platform, will be downloaded from GOG.
|
||||||
# Sometimes, this can be irrelevant, as unofficial platform binaries may come from 3rd
|
# Sometimes, this can be irrelevant, as unofficial platform binaries may come from 3rd
|
||||||
# party sources.
|
# party sources.
|
||||||
: ${GOG_GAME_PLATFORM:=}
|
: ${GOG_GAME_PLATFORM:=}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: GOG_GAME_INSTALLER
|
# @ECLASS_VARIABLE: GOG_GAME_INSTALLER
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Filename of the installer. There can be many, as some games support each language
|
# Filename of the installer. There can be many, as some games support each language
|
||||||
# through separate installers.
|
# through separate installers.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2019-2020 Gentoo Foundation
|
# Copyright 2019-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
#
|
#
|
||||||
# @ECLASS: icecatconfig-v6.60.eclass
|
# @ECLASS: icecatconfig-v6.60.eclass
|
||||||
@ -29,7 +29,7 @@ esac
|
|||||||
|
|
||||||
inherit flag-o-matic toolchain-funcs mozcoreconf-v6
|
inherit flag-o-matic toolchain-funcs mozcoreconf-v6
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_WIFI
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild needs to provide
|
# Set this variable before the inherit line, when an ebuild needs to provide
|
||||||
# optional necko-wifi support via IUSE="wifi". Currently this would include
|
# optional necko-wifi support via IUSE="wifi". Currently this would include
|
||||||
@ -39,7 +39,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v6
|
|||||||
# Set the variable to "enabled" if the use flag should be enabled by default.
|
# Set the variable to "enabled" if the use flag should be enabled by default.
|
||||||
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_JIT
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild needs to provide
|
# Set this variable before the inherit line, when an ebuild needs to provide
|
||||||
# deterministic jit support via IUSE="jit". The upstream default will be used
|
# deterministic jit support via IUSE="jit". The upstream default will be used
|
||||||
@ -49,7 +49,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v6
|
|||||||
# Set the variable to "enabled" if the use flag should be enabled by default.
|
# Set the variable to "enabled" if the use flag should be enabled by default.
|
||||||
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_GTK3
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild can provide
|
# Set this variable before the inherit line, when an ebuild can provide
|
||||||
# optional gtk3 support via IUSE="force-gtk3". Currently this would include
|
# optional gtk3 support via IUSE="force-gtk3". Currently this would include
|
||||||
@ -61,7 +61,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v6
|
|||||||
# If gtk+:3 is to be the standard toolkit, do not use this and instead use
|
# If gtk+:3 is to be the standard toolkit, do not use this and instead use
|
||||||
# MOZCONFIG_OPTIONAL_GTK2ONLY.
|
# MOZCONFIG_OPTIONAL_GTK2ONLY.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild can provide
|
# Set this variable before the inherit line, when an ebuild can provide
|
||||||
# optional gtk2-only support via IUSE="gtk2".
|
# optional gtk2-only support via IUSE="gtk2".
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2019-2020 Gentoo Foundation
|
# Copyright 2019-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: icecatlinguas-v2.eclass
|
# @ECLASS: icecatlinguas-v2.eclass
|
||||||
@ -24,60 +24,60 @@ case "${EAPI:-0}" in
|
|||||||
die "EAPI ${EAPI} is not supported, contact eclass maintainers";;
|
die "EAPI ${EAPI} is not supported, contact eclass maintainers";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_LANGS
|
# @ECLASS_VARIABLE: MOZ_LANGS
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Array containing the list of language pack xpis available for
|
# Array containing the list of language pack xpis available for
|
||||||
# this release. The list can be updated with scripts/get_langs.sh from the
|
# this release. The list can be updated with scripts/get_langs.sh from the
|
||||||
# mozilla overlay.
|
# mozilla overlay.
|
||||||
: ${MOZ_LANGS:=()}
|
: ${MOZ_LANGS:=()}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_PV
|
# @ECLASS_VARIABLE: MOZ_PV
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Ebuild package version converted to equivalent upstream version.
|
# Ebuild package version converted to equivalent upstream version.
|
||||||
# Defaults to ${PV}, and should be overridden for alphas, betas, and RCs
|
# Defaults to ${PV}, and should be overridden for alphas, betas, and RCs
|
||||||
: ${MOZ_PV:="${PV}"}
|
: ${MOZ_PV:="${PV}"}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_PN
|
# @ECLASS_VARIABLE: MOZ_PN
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Ebuild package name converted to equivalent upstream name.
|
# Ebuild package name converted to equivalent upstream name.
|
||||||
# Defaults to ${PN}, and should be overridden for binary ebuilds.
|
# Defaults to ${PN}, and should be overridden for binary ebuilds.
|
||||||
: ${MOZ_PN:="${PN}"}
|
: ${MOZ_PN:="${PN}"}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_P
|
# @ECLASS_VARIABLE: MOZ_P
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Ebuild package name + version converted to upstream equivalent.
|
# Ebuild package name + version converted to upstream equivalent.
|
||||||
# Defaults to ${MOZ_PN}-${MOZ_PV}
|
# Defaults to ${MOZ_PN}-${MOZ_PV}
|
||||||
: ${MOZ_P:="${MOZ_PN}-${MOZ_PV}"}
|
: ${MOZ_P:="${MOZ_PN}-${MOZ_PV}"}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_FTP_URI
|
# @ECLASS_VARIABLE: MOZ_FTP_URI
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The ftp URI prefix for the release tarballs and language packs.
|
# The ftp URI prefix for the release tarballs and language packs.
|
||||||
: ${MOZ_FTP_URI:=""}
|
: ${MOZ_FTP_URI:=""}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_HTTP_URI
|
# @ECLASS_VARIABLE: MOZ_HTTP_URI
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The http URI prefix for the release tarballs and language packs.
|
# The http URI prefix for the release tarballs and language packs.
|
||||||
: ${MOZ_HTTP_URI:=""}
|
: ${MOZ_HTTP_URI:=""}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_LANGPACK_HTTP_URI
|
# @ECLASS_VARIABLE: MOZ_LANGPACK_HTTP_URI
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# An alternative http URI if it differs from official mozilla URI.
|
# An alternative http URI if it differs from official mozilla URI.
|
||||||
# Defaults to whatever MOZ_HTTP_URI was set to.
|
# Defaults to whatever MOZ_HTTP_URI was set to.
|
||||||
: ${MOZ_LANGPACK_HTTP_URI:=${MOZ_HTTP_URI}}
|
: ${MOZ_LANGPACK_HTTP_URI:=${MOZ_HTTP_URI}}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_LANGPACK_PREFIX
|
# @ECLASS_VARIABLE: MOZ_LANGPACK_PREFIX
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The relative path till the lang code in the langpack file URI.
|
# The relative path till the lang code in the langpack file URI.
|
||||||
# Defaults to ${MOZ_PV}/langpacks
|
# Defaults to ${MOZ_PV}/langpacks
|
||||||
: ${MOZ_LANGPACK_PREFIX:="${MOZ_PV}/langpacks/${MOZ_P}."}
|
: ${MOZ_LANGPACK_PREFIX:="${MOZ_PV}/langpacks/${MOZ_P}."}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_LANGPACK_SUFFIX
|
# @ECLASS_VARIABLE: MOZ_LANGPACK_SUFFIX
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The suffix after the lang code in the langpack file URI.
|
# The suffix after the lang code in the langpack file URI.
|
||||||
# Defaults to '.xpi'
|
# Defaults to '.xpi'
|
||||||
: ${MOZ_LANGPACK_SUFFIX:=".langpack.xpi"}
|
: ${MOZ_LANGPACK_SUFFIX:=".langpack.xpi"}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_LANGPACK_UNOFFICIAL
|
# @ECLASS_VARIABLE: MOZ_LANGPACK_UNOFFICIAL
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The status of the langpack, used to differentiate within
|
# The status of the langpack, used to differentiate within
|
||||||
# Manifests and on Gentoo mirrors as to when the langpacks are
|
# Manifests and on Gentoo mirrors as to when the langpacks are
|
||||||
@ -87,7 +87,7 @@ esac
|
|||||||
# suffix.
|
# suffix.
|
||||||
: ${MOZ_LANGPACK_UNOFFICIAL:=""}
|
: ${MOZ_LANGPACK_UNOFFICIAL:=""}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_GENERATE_LANGPACKS
|
# @ECLASS_VARIABLE: MOZ_GENERATE_LANGPACKS
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# This flag specifies whether or not the langpacks should be
|
# This flag specifies whether or not the langpacks should be
|
||||||
# generated directly during the build process, rather than
|
# generated directly during the build process, rather than
|
||||||
@ -96,13 +96,13 @@ esac
|
|||||||
# Defaults to empty.
|
# Defaults to empty.
|
||||||
: ${MOZ_GENERATE_LANGPACKS:=""}
|
: ${MOZ_GENERATE_LANGPACKS:=""}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_L10N_SOURCEDIR
|
# @ECLASS_VARIABLE: MOZ_L10N_SOURCEDIR
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The path that l10n sources can be found at, once unpacked.
|
# The path that l10n sources can be found at, once unpacked.
|
||||||
# Defaults to ${WORKDIR}/l10n-sources
|
# Defaults to ${WORKDIR}/l10n-sources
|
||||||
: ${MOZ_L10N_SOURCEDIR:="${WORKDIR}/l10n-sources"}
|
: ${MOZ_L10N_SOURCEDIR:="${WORKDIR}/l10n-sources"}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_L10N_URI_PREFIX
|
# @ECLASS_VARIABLE: MOZ_L10N_URI_PREFIX
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The full URI prefix of the distfile for each l10n locale. The
|
# The full URI prefix of the distfile for each l10n locale. The
|
||||||
# AB_CD and MOZ_L10N_URI_SUFFIX will be appended to this to complete the
|
# AB_CD and MOZ_L10N_URI_SUFFIX will be appended to this to complete the
|
||||||
@ -111,25 +111,25 @@ esac
|
|||||||
# Defaults to empty.
|
# Defaults to empty.
|
||||||
: ${MOZ_L10N_URI_PREFIX:=""}
|
: ${MOZ_L10N_URI_PREFIX:=""}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_L10N_URI_SUFFIX
|
# @ECLASS_VARIABLE: MOZ_L10N_URI_SUFFIX
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The suffix of l10n source distfiles.
|
# The suffix of l10n source distfiles.
|
||||||
# Defaults to '.tar.xz'
|
# Defaults to '.tar.xz'
|
||||||
: ${MOZ_L10N_URI_SUFFIX:=".tar.xz"}
|
: ${MOZ_L10N_URI_SUFFIX:=".tar.xz"}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_FORCE_UPSTREAM_L10N
|
# @ECLASS_VARIABLE: MOZ_FORCE_UPSTREAM_L10N
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this to use upstream langpaks even if the package normally
|
# Set this to use upstream langpaks even if the package normally
|
||||||
# shouldn't (ie it is an alpha or beta package)
|
# shouldn't (ie it is an alpha or beta package)
|
||||||
: ${MOZ_FORCE_UPSTREAM_L10N:=""}
|
: ${MOZ_FORCE_UPSTREAM_L10N:=""}
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_TOO_REGIONALIZED_FOR_L10N
|
# @ECLASS_VARIABLE: MOZ_TOO_REGIONALIZED_FOR_L10N
|
||||||
# @INTERNAL
|
# @INTERNAL
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Upstream identifiers that should not contain region subtags in L10N
|
# Upstream identifiers that should not contain region subtags in L10N
|
||||||
MOZ_TOO_REGIONALIZED_FOR_L10N=( fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO nn-NO pa-IN sv-SE )
|
MOZ_TOO_REGIONALIZED_FOR_L10N=( fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO nn-NO pa-IN sv-SE )
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZ_INSTALL_L10N_XPIFILE
|
# @ECLASS_VARIABLE: MOZ_INSTALL_L10N_XPIFILE
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Install langpacks as .xpi file instead of unpacked directory.
|
# Install langpacks as .xpi file instead of unpacked directory.
|
||||||
# Leave unset to install unpacked
|
# Leave unset to install unpacked
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: kernel-2-src-prepare-overlay.eclass
|
# @ECLASS: kernel-2-src-prepare-overlay.eclass
|
||||||
@ -17,7 +17,7 @@
|
|||||||
# added functionality:
|
# added functionality:
|
||||||
# unipatch - a flexible, singular method to extract, add and remove patches.
|
# unipatch - a flexible, singular method to extract, add and remove patches.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_USEPV
|
# @ECLASS_VARIABLE: K_USEPV
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# When setting the EXTRAVERSION variable, it should
|
# When setting the EXTRAVERSION variable, it should
|
||||||
@ -25,32 +25,32 @@
|
|||||||
# this is useful for things like wolk. IE:
|
# this is useful for things like wolk. IE:
|
||||||
# EXTRAVERSION would be something like : -wolk-4.19-r1
|
# EXTRAVERSION would be something like : -wolk-4.19-r1
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_NODRYRUN
|
# @ECLASS_VARIABLE: K_NODRYRUN
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# if this is set then patch --dry-run will not
|
# if this is set then patch --dry-run will not
|
||||||
# be run. Certain patches will fail with this parameter
|
# be run. Certain patches will fail with this parameter
|
||||||
# See bug #507656
|
# See bug #507656
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_NOSETEXTRAVERSION
|
# @ECLASS_VARIABLE: K_NOSETEXTRAVERSION
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# if this is set then EXTRAVERSION will not be
|
# if this is set then EXTRAVERSION will not be
|
||||||
# automatically set within the kernel Makefile
|
# automatically set within the kernel Makefile
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_NOUSENAME
|
# @ECLASS_VARIABLE: K_NOUSENAME
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# if this is set then EXTRAVERSION will not include the
|
# if this is set then EXTRAVERSION will not include the
|
||||||
# first part of ${PN} in EXTRAVERSION
|
# first part of ${PN} in EXTRAVERSION
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_NOUSEPR
|
# @ECLASS_VARIABLE: K_NOUSEPR
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# if this is set then EXTRAVERSION will not include the
|
# if this is set then EXTRAVERSION will not include the
|
||||||
# anything based on ${PR}.
|
# anything based on ${PR}.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_PREPATCHED
|
# @ECLASS_VARIABLE: K_PREPATCHED
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# if the patchset is prepatched (ie: pf-sources,
|
# if the patchset is prepatched (ie: pf-sources,
|
||||||
@ -58,123 +58,123 @@
|
|||||||
# patchset version for and not use it as a true package
|
# patchset version for and not use it as a true package
|
||||||
# revision
|
# revision
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_EXTRAEINFO
|
# @ECLASS_VARIABLE: K_EXTRAEINFO
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# this is a new-line seperated list of einfo displays in
|
# this is a new-line seperated list of einfo displays in
|
||||||
# postinst and can be used to carry additional postinst
|
# postinst and can be used to carry additional postinst
|
||||||
# messages
|
# messages
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_EXTRAELOG
|
# @ECLASS_VARIABLE: K_EXTRAELOG
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# same as K_EXTRAEINFO except using elog instead of einfo
|
# same as K_EXTRAEINFO except using elog instead of einfo
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_EXTRAEWARN
|
# @ECLASS_VARIABLE: K_EXTRAEWARN
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# same as K_EXTRAEINFO except using ewarn instead of einfo
|
# same as K_EXTRAEINFO except using ewarn instead of einfo
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_SYMLINK
|
# @ECLASS_VARIABLE: K_SYMLINK
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# if this is set, then forcably create symlink anyway
|
# if this is set, then forcably create symlink anyway
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_BASE_VER
|
# @ECLASS_VARIABLE: K_BASE_VER
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# for git-sources, declare the base version this patch is
|
# for git-sources, declare the base version this patch is
|
||||||
# based off of.
|
# based off of.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_DEFCONFIG
|
# @ECLASS_VARIABLE: K_DEFCONFIG
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Allow specifying a different defconfig target.
|
# Allow specifying a different defconfig target.
|
||||||
# If length zero, defaults to "defconfig".
|
# If length zero, defaults to "defconfig".
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_WANT_GENPATCHES
|
# @ECLASS_VARIABLE: K_WANT_GENPATCHES
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Apply genpatches to kernel source. Provide any
|
# Apply genpatches to kernel source. Provide any
|
||||||
# combination of "base", "extras" or "experimental".
|
# combination of "base", "extras" or "experimental".
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_EXP_GENPATCHES_PULL
|
# @ECLASS_VARIABLE: K_EXP_GENPATCHES_PULL
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# If set, we pull "experimental" regardless of the USE FLAG
|
# If set, we pull "experimental" regardless of the USE FLAG
|
||||||
# but expect the ebuild maintainer to use K_EXP_GENPATCHES_LIST.
|
# but expect the ebuild maintainer to use K_EXP_GENPATCHES_LIST.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_EXP_GENPATCHES_NOUSE
|
# @ECLASS_VARIABLE: K_EXP_GENPATCHES_NOUSE
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# If set, no USE flag will be provided for "experimental";
|
# If set, no USE flag will be provided for "experimental";
|
||||||
# as a result the user cannot choose to apply those patches.
|
# as a result the user cannot choose to apply those patches.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_EXP_GENPATCHES_LIST
|
# @ECLASS_VARIABLE: K_EXP_GENPATCHES_LIST
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# A list of patches to pick from "experimental" to apply when
|
# A list of patches to pick from "experimental" to apply when
|
||||||
# the USE flag is unset and K_EXP_GENPATCHES_PULL is set.
|
# the USE flag is unset and K_EXP_GENPATCHES_PULL is set.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_FROM_GIT
|
# @ECLASS_VARIABLE: K_FROM_GIT
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# If set, this variable signals that the kernel sources derives
|
# If set, this variable signals that the kernel sources derives
|
||||||
# from a git tree and special handling will be applied so that
|
# from a git tree and special handling will be applied so that
|
||||||
# any patches that are applied will actually apply.
|
# any patches that are applied will actually apply.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_GENPATCHES_VER
|
# @ECLASS_VARIABLE: K_GENPATCHES_VER
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# The version of the genpatches tarball(s) to apply.
|
# The version of the genpatches tarball(s) to apply.
|
||||||
# A value of "5" would apply genpatches-2.6.12-5 to
|
# A value of "5" would apply genpatches-2.6.12-5 to
|
||||||
# my-sources-2.6.12.ebuild
|
# my-sources-2.6.12.ebuild
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_SECURITY_UNSUPPORTED
|
# @ECLASS_VARIABLE: K_SECURITY_UNSUPPORTED
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# If set, this kernel is unsupported by Gentoo Security
|
# If set, this kernel is unsupported by Gentoo Security
|
||||||
# to the current eclass maintainer :)
|
# to the current eclass maintainer :)
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_DEBLOB_AVAILABLE
|
# @ECLASS_VARIABLE: K_DEBLOB_AVAILABLE
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# A value of "0" will disable all of the optional deblob
|
# A value of "0" will disable all of the optional deblob
|
||||||
# code. If empty, will be set to "1" if deblobbing is
|
# code. If empty, will be set to "1" if deblobbing is
|
||||||
# possible. Test ONLY for "1".
|
# possible. Test ONLY for "1".
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_DEBLOB_TAG
|
# @ECLASS_VARIABLE: K_DEBLOB_TAG
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# This will be the version of deblob script. It's a upstream SVN tag
|
# This will be the version of deblob script. It's a upstream SVN tag
|
||||||
# such asw -gnu or -gnu1.
|
# such asw -gnu or -gnu1.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_PREDEBLOBBED
|
# @ECLASS_VARIABLE: K_PREDEBLOBBED
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# This kernel was already deblobbed elsewhere.
|
# This kernel was already deblobbed elsewhere.
|
||||||
# If false, either optional deblobbing will be available
|
# If false, either optional deblobbing will be available
|
||||||
# or the license will note the inclusion of linux-firmware code.
|
# or the license will note the inclusion of linux-firmware code.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: K_LONGTERM
|
# @ECLASS_VARIABLE: K_LONGTERM
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# If set, the eclass will search for the kernel source
|
# If set, the eclass will search for the kernel source
|
||||||
# in the long term directories on the upstream servers
|
# in the long term directories on the upstream servers
|
||||||
# as the location has been changed by upstream
|
# as the location has been changed by upstream
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: H_SUPPORTEDARCH
|
# @ECLASS_VARIABLE: H_SUPPORTEDARCH
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# this should be a space separated list of ARCH's which
|
# this should be a space separated list of ARCH's which
|
||||||
# can be supported by the headers ebuild
|
# can be supported by the headers ebuild
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: UNIPATCH_LIST
|
# @ECLASS_VARIABLE: UNIPATCH_LIST
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# space delimetered list of patches to be applied to the kernel
|
# space delimetered list of patches to be applied to the kernel
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: UNIPATCH_EXCLUDE
|
# @ECLASS_VARIABLE: UNIPATCH_EXCLUDE
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# An addition var to support exlusion based completely
|
# An addition var to support exlusion based completely
|
||||||
@ -182,13 +182,13 @@
|
|||||||
# this should _NOT_ be used from the ebuild as this is
|
# this should _NOT_ be used from the ebuild as this is
|
||||||
# reserved for end users passing excludes from the cli
|
# reserved for end users passing excludes from the cli
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: UNIPATCH_DOCS
|
# @ECLASS_VARIABLE: UNIPATCH_DOCS
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# space delimemeted list of docs to be installed to
|
# space delimemeted list of docs to be installed to
|
||||||
# the doc dir
|
# the doc dir
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: UNIPATCH_STRICTORDER
|
# @ECLASS_VARIABLE: UNIPATCH_STRICTORDER
|
||||||
# @DEFAULT_UNSET
|
# @DEFAULT_UNSET
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# if this is set places patches into directories of
|
# if this is set places patches into directories of
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
#
|
#
|
||||||
# @ECLASS: mozconfig-v6.55.eclass
|
# @ECLASS: mozconfig-v6.55.eclass
|
||||||
@ -34,7 +34,7 @@ case ${PN} in
|
|||||||
(*) die "Don't use this eclass with some other package!" ;;
|
(*) die "Don't use this eclass with some other package!" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_WIFI
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild needs to provide
|
# Set this variable before the inherit line, when an ebuild needs to provide
|
||||||
# optional necko-wifi support via IUSE="wifi". Currently this would include
|
# optional necko-wifi support via IUSE="wifi". Currently this would include
|
||||||
@ -44,7 +44,7 @@ esac
|
|||||||
# Set the variable to "enabled" if the use flag should be enabled by default.
|
# Set the variable to "enabled" if the use flag should be enabled by default.
|
||||||
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_JIT
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild needs to provide
|
# Set this variable before the inherit line, when an ebuild needs to provide
|
||||||
# deterministic jit support via IUSE="jit". The upstream default will be used
|
# deterministic jit support via IUSE="jit". The upstream default will be used
|
||||||
@ -54,7 +54,7 @@ esac
|
|||||||
# Set the variable to "enabled" if the use flag should be enabled by default.
|
# Set the variable to "enabled" if the use flag should be enabled by default.
|
||||||
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_GTK3
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild can provide
|
# Set this variable before the inherit line, when an ebuild can provide
|
||||||
# optional gtk3 support via IUSE="force-gtk3". Currently this would include
|
# optional gtk3 support via IUSE="force-gtk3". Currently this would include
|
||||||
@ -66,7 +66,7 @@ esac
|
|||||||
# If gtk+:3 is to be the standard toolkit, do not use this and instead use
|
# If gtk+:3 is to be the standard toolkit, do not use this and instead use
|
||||||
# MOZCONFIG_OPTIONAL_GTK2ONLY.
|
# MOZCONFIG_OPTIONAL_GTK2ONLY.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild can provide
|
# Set this variable before the inherit line, when an ebuild can provide
|
||||||
# optional gtk2-only support via IUSE="gtk2".
|
# optional gtk2-only support via IUSE="gtk2".
|
||||||
@ -79,7 +79,7 @@ esac
|
|||||||
# Set the variable to "enabled" if the use flag should be enabled by default.
|
# Set the variable to "enabled" if the use flag should be enabled by default.
|
||||||
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
# Set the variable to any value if the use flag should exist but not be default-enabled.
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
|
# @ECLASS_VARIABLE: MOZCONFIG_OPTIONAL_QT5
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set this variable before the inherit line, when an ebuild can provide
|
# Set this variable before the inherit line, when an ebuild can provide
|
||||||
# optional qt5 support via IUSE="qt5". Currently this would include
|
# optional qt5 support via IUSE="qt5". Currently this would include
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
#
|
#
|
||||||
# @ECLASS: mozcoreconf-v5.eclass
|
# @ECLASS: mozcoreconf-v5.eclass
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# inherit mozconfig-v6.* or above for mozilla configuration support
|
# inherit mozconfig-v6.* or above for mozilla configuration support
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: MOZILLA_FIVE_HOME
|
# @ECLASS_VARIABLE: MOZILLA_FIVE_HOME
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# This is an eclass-generated variable that defines the rpath that the mozilla
|
# This is an eclass-generated variable that defines the rpath that the mozilla
|
||||||
# product will be installed in. Read-only
|
# product will be installed in. Read-only
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2021-2021 Gentoo Foundation
|
# Copyright 2021-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: wise.eclass
|
# @ECLASS: wise.eclass
|
||||||
@ -23,7 +23,7 @@
|
|||||||
# In order to disable network-sandbox:
|
# In order to disable network-sandbox:
|
||||||
PROPERTIES+="live"
|
PROPERTIES+="live"
|
||||||
|
|
||||||
# @ECLASS-VARIABLE: WISE_INSTALLER
|
# @ECLASS_VARIABLE: WISE_INSTALLER
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# WISE installer filename. It can be an array!
|
# WISE installer filename. It can be an array!
|
||||||
: ${WISE_INSTALLER:=}
|
: ${WISE_INSTALLER:=}
|
||||||
|
Loading…
Reference in New Issue
Block a user