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 2AF95138CBB for ; Tue, 3 Mar 2015 22:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6647E0885; Tue, 3 Mar 2015 22:12:12 +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 3D06DE0885 for ; Tue, 3 Mar 2015 22:12:11 +0000 (UTC) Received: from manakin.gentoo.org (static-108-28-123-98.washdc.fios.verizon.net [108.28.123.98]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F84034096A for ; Tue, 3 Mar 2015 22:12:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by manakin.gentoo.org (Postfix) with ESMTP id 48520603E6 for ; Tue, 3 Mar 2015 22:12:10 +0000 (UTC) From: "git@oystercatcher mirror+tproxy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "git@oystercatcher mirror+tproxy" Message-ID: <1425420711.7531baaa79713ecc1ed908883f6053a4c043d159.git@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: git X-VCS-Committer-Name: git@oystercatcher mirror+tproxy X-VCS-Revision: 7531baaa79713ecc1ed908883f6053a4c043d159 X-VCS-Branch: master Date: Tue, 3 Mar 2015 22:12:10 +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: e121f3ab-3e6f-464e-9965-ffea89148dd1 X-Archives-Hash: 66a33649997ba0fb556af6241777a057 commit: 7531baaa79713ecc1ed908883f6053a4c043d159 Author: Manuel RĂ¼ger gentoo org> AuthorDate: Tue Mar 3 22:11:51 2015 +0000 Commit: git@oystercatcher mirror+tproxy oystercatcher gentoo org> CommitDate: Tue Mar 3 22:11:51 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7531baaa [eclass] Add SRC_URI for kdelibs, kdepim 4.14.6 and Workspaces 4.11.17 eclass/kde4-base.eclass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index e483143..39b8f11 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -446,9 +446,15 @@ _calculate_src_uri() { 4.11.16) # Part of 14.12.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/14.12.2/src/${_kmname_pv}.tar.xz" ;; + 4.11.17) + # Part of 14.12.3 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/applications/14.12.3/src/${_kmname_pv}.tar.xz" ;; 4.14.5) # Part of 14.12.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/14.12.2/src/${_kmname_pv}.tar.xz" ;; + 4.14.6) + # Part of 14.12.3 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/applications/14.12.3/src/${_kmname_pv}.tar.xz" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;