Skip to content

Commit

Permalink
kde4-base.eclass: Cleanup SRC_URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
a17r authored and kensington committed Apr 20, 2016
1 parent 71cf00c commit e1f5835
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions eclass/kde4-base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1f5835

Please sign in to comment.