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 E4841139695 for ; Thu, 11 May 2017 18:27:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54ECE0CD0; Thu, 11 May 2017 18:27:11 +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 A56F1E0CD0 for ; Thu, 11 May 2017 18:27:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E3BF3416A3 for ; Thu, 11 May 2017 18:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D78A7449 for ; Thu, 11 May 2017 18:27:08 +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: <1494527186.4d5469a9d46a3000eb04c36beb2cf1d6aedd8a0d.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: 4d5469a9d46a3000eb04c36beb2cf1d6aedd8a0d X-VCS-Branch: master Date: Thu, 11 May 2017 18:27:08 +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: 2f88b33f-1a1b-40e6-af5f-8e5e11ff62bf X-Archives-Hash: f3c35ba839bdd76212421e0337d9a15f commit: 4d5469a9d46a3000eb04c36beb2cf1d6aedd8a0d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 10 20:56:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 11 18:26:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d5469a9 kde4-base.eclass: 16.12.3 tarballs moved to Attic eclass/kde4-base.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index bb19071232..04f26ff42a 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -498,6 +498,8 @@ _calculate_src_uri() { 4.14.11*) # KDEPIM 4.14 snapshot with Gentoo patches SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${_kmname_pv}.tar.xz" ;; + 16.12.3) + SRC_URI="mirror://kde/Attic/applications/16.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" ;;