kde5-functions.eclass: Ban get_kde_version, kde_l10n2lingua in EAPI-7
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 9 Jan 2019 00:25:16 +0000 (01:25 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 9 Jan 2019 09:51:43 +0000 (10:51 +0100)
* get_kde_version was never used and is broken for Jan-Sep kde-apps releases
* kde_l10n2lingua is not used since kde-l10n and kde4-l10n packages are gone

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass

index c6cdc4ba9d0e8b87a686da04d8acc42cc78cb613..28446ed82f193532cdebab5656264aabc9d48d01 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: kde5-functions.eclass
@@ -285,6 +285,7 @@ add_qt_dep() {
 # If the version equals 9999, "live" is returned.
 # If no version is specified, ${PV} is used.
 get_kde_version() {
+       [[ ${EAPI} != 6 ]] && die "${FUNCNAME} is banned in EAPI 7 and later"
        local ver=${1:-${PV}}
        local major=$(ver_cut 1 ${ver})
        local minor=$(ver_cut 2 ${ver})
@@ -303,6 +304,7 @@ get_kde_version() {
 # Output KDE lingua flag name(s) (without prefix(es)) appropriate for
 # given l10n(s).
 kde_l10n2lingua() {
+       [[ ${EAPI} != 6 ]] && die "${FUNCNAME} is banned in EAPI 7 and later"
        local l
        for l; do
                case ${l} in