kde4-base.eclass: Cleanup SRC_URIs
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sun, 26 Jun 2016 11:32:59 +0000 (13:32 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 2 Jul 2016 16:45:13 +0000 (02:45 +1000)
eclass/kde4-base.eclass

index 23c85e84db084d2856c760c12d310cd0a6f5eec0..b6ee447c9aece518cf0d72d36cca4f8293eb9a1c 100644 (file)
@@ -433,10 +433,6 @@ _calculate_src_uri() {
        case ${KDEBASE} in
                kde-base)
                        case ${PV} in
-                               4.4.11.1)
-                                       # KDEPIM 4.4, special case
-                                       # TODO: Remove this part when KDEPIM 4.4 gets out of the tree
-                                       SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;;
                                4.4.20*)
                                        # KDEPIM 4.4 no-akonadi branch, special case
                                        # TODO: Remove this part when KDEPIM 4.4 gets out of the tree
@@ -444,18 +440,12 @@ _calculate_src_uri() {
                                4.?.[6-9]? | 4.??.[6-9]?)
                                        # Unstable KDE SC releases
                                        SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;
-                               4.11.19)
-                                       # Part of 15.04.1 actually, sigh. Not stable for next release!
-                                       SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
                                4.11.22)
                                        # Part of 15.08.0 actually, sigh. Not stable for next release!
                                        SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;;
                                4.14.3)
                                        # Last SC release
                                        SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;
-                               4.14.8)
-                                       # Part of 15.04.1 actually, sigh. Used by kdelibs and KDE PIM 4.
-                                       SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
                                4.14.10)
                                        # Part of 15.04.3 actually, sigh. Used by last version of KDE PIM 4.
                                        SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;