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 416B959CAF for ; Sat, 2 Apr 2016 14:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11208E07EC; Sat, 2 Apr 2016 14:54: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 9D38EE07EC for ; Sat, 2 Apr 2016 14:54:09 +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 7AA9C340B23 for ; Sat, 2 Apr 2016 14:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE5CB77 for ; Sat, 2 Apr 2016 14:54:05 +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: <1459608836.cb35d321cc212cad142032935526d6b146f4ec83.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: cb35d321cc212cad142032935526d6b146f4ec83 X-VCS-Branch: master Date: Sat, 2 Apr 2016 14:54:05 +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: f2f72876-4225-4b98-be6f-3125b8b05537 X-Archives-Hash: 9c66f77208e5ca3d2bfc5ec1ca22c83a commit: cb35d321cc212cad142032935526d6b146f4ec83 Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Mar 15 16:03:30 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 2 14:53:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb35d321 kde4-base.eclass: Add SRC_URI for 4.14.18 eclass/kde4-base.eclass | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 9f5bf09..3fab577 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -475,18 +475,15 @@ _calculate_src_uri() { 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.14) - # Part of 15.08.3 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.08.3/src/${_kmname_pv}.tar.xz" ;; - 4.14.15) - # Part of 15.12.0 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/stable/applications/15.12.0/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.17) # Part of 15.12.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.12.2/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 SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;