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 EEB0D138330 for ; Sun, 25 Sep 2016 17:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 313F2E0B8C; Sun, 25 Sep 2016 17:39:47 +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 14DF9E0B8C for ; Sun, 25 Sep 2016 17:39:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AB523408A2 for ; Sun, 25 Sep 2016 17:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 586192498 for ; Sun, 25 Sep 2016 17:39:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1474825165.9aedcc80567137305e54b607c427ddf7fe35f713.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9aedcc80567137305e54b607c427ddf7fe35f713 X-VCS-Branch: master Date: Sun, 25 Sep 2016 17:39:43 +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: 313d04e5-ea44-4f79-8db7-5772d4925909 X-Archives-Hash: 5c818fa8ae6a2f5ce894ccd8fa872f70 commit: 9aedcc80567137305e54b607c427ddf7fe35f713 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Sep 25 14:39:19 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 25 17:39:25 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9aedcc80 kde4-base.eclass: 15.08.0 tarballs moved to Attic eclass/kde4-base.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 48a2244..c79a00e 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -489,7 +489,7 @@ _calculate_src_uri() { SRC_URI="mirror://kde/unstable/${PV}/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" ;; + SRC_URI="mirror://kde/Attic/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" ;;