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 58DEF59CAF for ; Sat, 2 Apr 2016 14:54:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18B42E0802; 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 A3BCAE0802 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 846DC340D01 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 F191583 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.a3279a9de24b54ca6f29d23a1452cc89a33aa4f9.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: a3279a9de24b54ca6f29d23a1452cc89a33aa4f9 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: 8c2a4d75-d1fe-498f-b0b2-cf791ddd0976 X-Archives-Hash: 33ff9036e61d38782e5c942bd7c616a8 commit: a3279a9de24b54ca6f29d23a1452cc89a33aa4f9 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Mar 25 15:34:03 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=a3279a9d kde4-base.eclass: Remove obsolete SRC_URI eclass/kde4-base.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 3fab577..a1385de 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -478,9 +478,6 @@ _calculate_src_uri() { 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" ;;