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 A7F6159CB3 for ; Sun, 17 Apr 2016 17:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C8721C065; Sun, 17 Apr 2016 17:56:18 +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 B588621C065 for ; Sun, 17 Apr 2016 17:56:17 +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 E1369340A9C for ; Sun, 17 Apr 2016 17:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04F9C1FC for ; Sun, 17 Apr 2016 17:56:12 +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: <1460915762.90fa28d6bf712ab5eb6ca2939b8af801787d62b0.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: 90fa28d6bf712ab5eb6ca2939b8af801787d62b0 X-VCS-Branch: master Date: Sun, 17 Apr 2016 17:56:12 +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: 002cb4da-4f22-4a85-bad5-cb4d2d7c35b9 X-Archives-Hash: 855587010aac0f985970c308ff7816b0 commit: 90fa28d6bf712ab5eb6ca2939b8af801787d62b0 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Apr 16 18:54:04 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Apr 17 17:56:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90fa28d6 kde4-base.eclass: Cleanup SRC_URIs eclass/kde4-base.eclass | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 668737a..d73087c 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -470,19 +470,10 @@ _calculate_src_uri() { # Last SC release SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; 4.14.8) - # Part of 15.04.1 actually, sigh. Not stable for next release! + # Part of 15.04.1 actually, sigh. Used by kdelibs and KDE PIM 4. SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;; 4.14.10) - # Part of 15.04.3 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;; - 4.14.16) - # Part of 15.12.1 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.1/src/${_kmname_pv}.tar.xz" ;; - 4.14.18) - # Part of 15.12.3 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.3/src/${_kmname_pv}.tar.xz" ;; - 15.04.3) - # Files moved to Attic + # 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" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases