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 E9B9A139696 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 B1577E0C44; Thu, 11 May 2017 18:27:10 +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 8A54DE0C44 for ; Thu, 11 May 2017 18:27:10 +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 62526341698 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 ED1D87436 for ; Thu, 11 May 2017 18:27:07 +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: <1494527169.b711fd8595d968899d3b5d3b81c87e1d91ce6e58.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b711fd8595d968899d3b5d3b81c87e1d91ce6e58 X-VCS-Branch: master Date: Thu, 11 May 2017 18:27:07 +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: 59afefba-9163-4bb6-848a-8cc3b442fe8c X-Archives-Hash: bf9a74212a61b2ecafece3d7b868a6b6 commit: b711fd8595d968899d3b5d3b81c87e1d91ce6e58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 10 20:56:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 11 18:26:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b711fd85 kde5.eclass: 16.12.3 tarballs moved to Attic eclass/kde5.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 685a3b1f06..6b140d7909 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -294,6 +294,8 @@ _calculate_src_uri() { case ${CATEGORY} in kde-apps) case ${PV} in + 16.12.3) + SRC_URI="mirror://kde/Attic/applications/16.12.3/src/${_kmname}-${PV}.tar.xz" ;; ??.?.[6-9]? | ??.??.[6-9]? ) SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" RESTRICT+=" mirror"