summaryrefslogtreecommitdiff
path: root/eclass/kde.org.eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-05-09 15:49:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-08 15:13:21 +0200
commitb51187f38365d3a658c10b84e9c65d8bfbe67bff (patch)
tree3d84f29603b3960ab64d1cf9a35baf4ce9585bfa /eclass/kde.org.eclass
parent408b2af14216e691ad8e57664957d965c2a8ff0f (diff)
downloadkde-b51187f38365d3a658c10b84e9c65d8bfbe67bff.tar.gz
kde-b51187f38365d3a658c10b84e9c65d8bfbe67bff.tar.bz2
kde-b51187f38365d3a658c10b84e9c65d8bfbe67bff.zip
kde.org.eclass: Don't indent eclass documentation
Signed-off-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r--eclass/kde.org.eclass18
1 files changed, 10 insertions, 8 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 4a424dd2b0e..7eb6013d6d6 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -137,6 +137,16 @@ esac
# a proper error message via pkg_nofetch.
KDE_UNRELEASED=( kde-apps-22.04.2 )
+# @ECLASS_VARIABLE: EGIT_MIRROR
+# @DESCRIPTION:
+# This variable allows easy overriding of default kde mirror service
+# (anongit) with anything else you might want to use.
+
+# @ECLASS_VARIABLE: EGIT_REPONAME
+# @DESCRIPTION:
+# This variable allows overriding of default repository name.
+# Specify only if this differs from PN and KDE_ORG_NAME.
+
HOMEPAGE="https://kde.org/"
case ${CATEGORY} in
@@ -248,10 +258,6 @@ _kde.org_calculate_live_repo() {
SRC_URI=""
- # @ECLASS_VARIABLE: EGIT_MIRROR
- # @DESCRIPTION:
- # This variable allows easy overriding of default kde mirror service
- # (anongit) with anything else you might want to use.
EGIT_MIRROR=${EGIT_MIRROR:=https://invent.kde.org/${KDE_ORG_CATEGORY}}
if [[ ${PV} == 5.??(.?)*.9999 && ${CATEGORY} == dev-qt ]]; then
@@ -266,10 +272,6 @@ _kde.org_calculate_live_repo() {
EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
fi
- # @ECLASS_VARIABLE: EGIT_REPONAME
- # @DESCRIPTION:
- # This variable allows overriding of default repository
- # name. Specify only if this differs from PN and KDE_ORG_NAME.
EGIT_REPO_URI="${EGIT_MIRROR}/${EGIT_REPONAME:=$KDE_ORG_NAME}.git"
}