Skip to content

Commit

Permalink
kde4-base.eclass: cleanup old SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Palimaka committed Oct 26, 2015
1 parent 1cda1b3 commit 45521d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions eclass/kde4-base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -437,15 +437,9 @@ _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.14)
# Part of 4.14 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/4.14.3/src/${_kmname_pv}.tar.xz" ;;
4.11.19)
# Part of 15.04.1 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
4.11.21)
# Part of 15.04.3 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.04.3/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" ;;
Expand All @@ -458,12 +452,6 @@ _calculate_src_uri() {
4.14.10)
# Part of 15.04.3 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;
4.14.11)
# 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.12)
# Part of 15.08.1 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.08.1/src/${_kmname_pv}.tar.xz" ;;
4.14.13)
# Part of 15.08.2 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.08.2/src/${_kmname_pv}.tar.xz" ;;
Expand Down

0 comments on commit 45521d9

Please sign in to comment.