diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-06-26 13:32:59 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-03 02:45:13 +1000 |
commit | aef5dfd778b43ec617dce08e46b2e11c9f573e60 (patch) | |
tree | abdeef3961f55b6ee4f78b3c8cf70b1b866bb812 /eclass | |
parent | kde-apps/kdepim-l10n: Set SRC_URI in ebuild and fix it (diff) | |
download | gentoo-aef5dfd778b43ec617dce08e46b2e11c9f573e60.tar.gz gentoo-aef5dfd778b43ec617dce08e46b2e11c9f573e60.tar.bz2 gentoo-aef5dfd778b43ec617dce08e46b2e11c9f573e60.zip |
kde4-base.eclass: Cleanup SRC_URIs
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 23c85e84db08..b6ee447c9aec 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -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" ;; |