summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-07-16 17:18:32 +0000
committerJohannes Huber <johu@gentoo.org>2014-07-16 17:18:32 +0000
commit982a97bb055393175aad0905d4f365b611657810 (patch)
treefbfaf7ec2399eb9003be75f4c7eeed97b082d742 /eclass
parentEAPI bump. Remove short <longdescription>. Convert sed scripts to patches. (diff)
downloadgentoo-2-982a97bb055393175aad0905d4f365b611657810.tar.gz
gentoo-2-982a97bb055393175aad0905d4f365b611657810.tar.bz2
gentoo-2-982a97bb055393175aad0905d4f365b611657810.zip
Add kde-workspace 4.11.11 SRC_URI, remove obsolete.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/kde4-base.eclass11
2 files changed, 8 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index fbef49de9523..daa489d1a0bb 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1320 2014/07/13 16:19:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1321 2014/07/16 17:18:32 johu Exp $
+
+ 16 Jul 2014; Johannes Huber <johu@gentoo.org> kde4-base.eclass:
+ Add kde-workspace 4.11.11 SRC_URI, remove obsolete.
13 Jul 2014; Ulrich Müller <ulm@gentoo.org> gnatbuild.eclass:
Don't call eselect with obsolete --no-color option.
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 838930843b7f..1826223cd073 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.138 2014/07/11 08:21:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.139 2014/07/16 17:18:32 johu Exp $
# @ECLASS: kde4-base.eclass
# @MAINTAINER:
@@ -439,18 +439,15 @@ _calculate_src_uri() {
4.[1-7].[12345])
# Stable KDE SC with old .bz2 support
SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2" ;;
- 4.11.7)
- # Part of 4.12 actually, sigh. Not stable for next release!
- SRC_URI="mirror://kde/stable/4.12.3/src/${_kmname_pv}.tar.xz" ;;
- 4.11.8)
- # Part of 4.12 actually, sigh. Not stable for next release!
- SRC_URI="mirror://kde/stable/4.12.4/src/${_kmname_pv}.tar.xz" ;;
4.11.9)
# Part of 4.12 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/4.12.5/src/${_kmname_pv}.tar.xz" ;;
4.11.10)
# Part of 4.13 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/4.13.2/src/${_kmname_pv}.tar.xz" ;;
+ 4.11.11)
+ # Part of 4.13 actually, sigh. Not stable for next release!
+ SRC_URI="mirror://kde/stable/4.13.3/src/${_kmname_pv}.tar.xz" ;;
*)
# Stable KDE SC releases
SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;