diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-11 15:43:43 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-11 15:43:43 +0100 |
| commit | 2cbc4f9937b584b17ef9715141d1f26b2da7b84e (patch) | |
| tree | 588ce5ac23a25f90dc6b7d077ef5f5ca12cf0461 /eclass | |
| parent | 125b95ab74a664257a03363c1d3791e941576be4 (diff) | |
| download | kde-2cbc4f9937b584b17ef9715141d1f26b2da7b84e.tar.gz kde-2cbc4f9937b584b17ef9715141d1f26b2da7b84e.tar.bz2 kde-2cbc4f9937b584b17ef9715141d1f26b2da7b84e.zip | |
kde.org.eclass: Drop obsolete kdevelop* quirks, keep 5.6.2 supported
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde.org.eclass | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 638661c5e39..1b693adbad4 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -222,14 +222,8 @@ _kde.org_calculate_src_uri() { ;; esac - if [[ ${PN} == kdevelop* ]]; then - case ${PV} in - *.*.[6-9]? ) - _src_uri+="unstable/kdevelop/${PV}/src/" - RESTRICT+=" mirror" - ;; - *) _src_uri+="stable/kdevelop/${PV}/src/" ;; - esac + if [[ ${PN} == kdevelop* && ${PV} == 5.6.2 ]]; then + _src_uri+="stable/kdevelop/${PV}/src/" fi if [[ -n ${KDE_ORG_COMMIT} ]]; then @@ -272,10 +266,6 @@ _kde.org_calculate_live_repo() { EGIT_BRANCH="Plasma/$(ver_cut 1-2)" fi - if [[ ${PV} != 9999 && ${PN} == kdevelop* ]]; then - EGIT_BRANCH="$(ver_cut 1-2)" - fi - # @ECLASS-VARIABLE: EGIT_REPONAME # @DESCRIPTION: # This variable allows overriding of default repository |
