From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 073E7139694 for ; Mon, 1 May 2017 08:05:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8A0E0DFC; Mon, 1 May 2017 08:05:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDF48E0DFC for ; Mon, 1 May 2017 08:05:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D20E3416A1 for ; Mon, 1 May 2017 08:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFEB7443 for ; Mon, 1 May 2017 08:05:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1493588005.2e6fb2a3c2e6b4e5a1ac203612114e31f9cc716b.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e6fb2a3c2e6b4e5a1ac203612114e31f9cc716b X-VCS-Branch: master Date: Mon, 1 May 2017 08:05:47 +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: eee82ef6-8cb7-4bac-a13b-86833f4a903f X-Archives-Hash: 115e90b6a91ba0196b87c8b5218fccdb commit: 2e6fb2a3c2e6b4e5a1ac203612114e31f9cc716b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 30 21:33:25 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 30 21:33:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e6fb2a3 kde4-base.eclass: Add SRC_URI for KDE PIM 4.14.11_pre20160611 snapshots eclass/kde4-base.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 47b3770ba4..02e1c6370b 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -495,6 +495,9 @@ _calculate_src_uri() { 4.14.10) # Part of 15.04.3 actually, sigh. Used by last version of KDE PIM 4. SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; + 4.14.11*) + # KDEPIM 4.14 snapshot with Gentoo patches + SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${_kmname_pv}.tar.xz" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;