diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-04-04 02:18:55 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-21 03:09:57 +1000 |
commit | e1f58355181e16cfd1507ae411f4de7ba8668034 (patch) | |
tree | 435881b8b6997bf39e06af7e6e2ca5f723b3c2d6 /eclass | |
parent | kde-apps/kwalletmanager: Set SRC_URI in ebuild (diff) | |
download | gentoo-e1f58355181e16cfd1507ae411f4de7ba8668034.tar.gz gentoo-e1f58355181e16cfd1507ae411f4de7ba8668034.tar.bz2 gentoo-e1f58355181e16cfd1507ae411f4de7ba8668034.zip |
kde4-base.eclass: Cleanup SRC_URIs
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 20a02d879a83..050f0c4fc80d 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -451,19 +451,10 @@ _calculate_src_uri() { # Last SC release SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; 4.14.8) - # Part of 15.04.1 actually, sigh. Not stable for next release! + # 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. Not stable for next release! - SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; - 4.14.16) - # Part of 15.12.1 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;; - 4.14.18) - # Part of 15.12.3 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.3/src/${_kmname_pv}.tar.xz" ;; - 15.04.3) - # Files moved to Attic + # 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" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases |