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 B68F2138D01 for ; Tue, 30 Jun 2015 15:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E1DE08BB; Tue, 30 Jun 2015 15:54:22 +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 A28C1E08BB for ; Tue, 30 Jun 2015 15:54:22 +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 DDFA134085B for ; Tue, 30 Jun 2015 15:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6DBC733 for ; Tue, 30 Jun 2015 15:54:19 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1435679652.804d1f7483bc42bd34f1f9208b275f753bce403e.mrueg@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: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 804d1f7483bc42bd34f1f9208b275f753bce403e X-VCS-Branch: master Date: Tue, 30 Jun 2015 15:54:19 +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: 2228ba1b-c6fe-4b8f-bc0c-1175fe1eabda X-Archives-Hash: 51e1adb6c069adee35bda54f07ad7631 commit: 804d1f7483bc42bd34f1f9208b275f753bce403e Author: Manuel Rüger gentoo org> AuthorDate: Tue Jun 30 15:54:12 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jun 30 15:54:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=804d1f74 [eclass] Add SRC_URIs for KDE SC 4.14.10 / Workspaces 4.11.21. eclass/kde4-base.eclass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index f46f2c4..c00c402 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -452,6 +452,9 @@ _calculate_src_uri() { 4.11.20) # Part of 15.04.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.04.2/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.14.3) # Last SC release SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; @@ -467,6 +470,9 @@ _calculate_src_uri() { 4.14.9) # Part of 15.04.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.04.2/src/${_kmname_pv}.tar.xz" ;; + 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" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;