From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE9EB13838B for ; Tue, 16 Sep 2014 17:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B97E0B00; Tue, 16 Sep 2014 17:49:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFF0EE0B00 for ; Tue, 16 Sep 2014 17:49:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 793D2340340 for ; Tue, 16 Sep 2014 17:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B2655BA5 for ; Tue, 16 Sep 2014 17:49:49 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1410889758.7d740cfd3fa826c5d0100cc5e764dbc34eefa027.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7d740cfd3fa826c5d0100cc5e764dbc34eefa027 X-VCS-Branch: master Date: Tue, 16 Sep 2014 17:49:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92184283-5a70-4c51-a9c9-7c7d7e99f2f5 X-Archives-Hash: 5cae43f91a891973686ee52707a1ebf6 commit: 7d740cfd3fa826c5d0100cc5e764dbc34eefa027 Author: Johannes Huber gentoo org> AuthorDate: Tue Sep 16 17:48:34 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Sep 16 17:49:18 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7d740cfd [eclass] Add kde-workspace 4.11.12 SRC_URI, remove obsolete --- eclass/kde4-base.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 7df9657..e36ff07 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -442,12 +442,12 @@ _calculate_src_uri() { 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" ;; + 4.11.12) + # Part of 4.14 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/4.14.1/src/${_kmname_pv}.tar.xz" ;; *) # Stable KDE SC releases SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;