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 518D81397E6 for ; Mon, 17 Aug 2015 23:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2D014228; Mon, 17 Aug 2015 23:24:29 +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 B19B614228 for ; Mon, 17 Aug 2015 23:24:28 +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 D4F32340983 for ; Mon, 17 Aug 2015 23:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD1B116 for ; Mon, 17 Aug 2015 23:24:25 +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: <1439851861.0e87cc3c8e83cbdc20074166277a568884a12054.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: 0e87cc3c8e83cbdc20074166277a568884a12054 X-VCS-Branch: master Date: Mon, 17 Aug 2015 23:24:25 +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: 19f81a6b-d979-442f-b7d7-ed0bb4a74a5a X-Archives-Hash: 66a1433aa47a0feff0dc85f26cd7db8b commit: 0e87cc3c8e83cbdc20074166277a568884a12054 Author: Johannes Huber gentoo org> AuthorDate: Mon Aug 17 22:51:01 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Aug 17 22:51:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e87cc3c kde4-base.eclass: Update SRC_URIs eclass/kde4-base.eclass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index aab5791..8a81c55 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -446,6 +446,9 @@ _calculate_src_uri() { 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" ;; 4.14.3) # Last SC release SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; @@ -455,6 +458,9 @@ _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" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;