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 14C591382DE for ; Sun, 3 Jul 2016 16:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B57BF14179; Sun, 3 Jul 2016 16:46:39 +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 39B9614179 for ; Sun, 3 Jul 2016 16:46:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F196B340D38 for ; Sun, 3 Jul 2016 16:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0D7F2435 for ; Sun, 3 Jul 2016 16:46:32 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1467564204.6e03709bc788e66bf56e0c8aec4874d7fc0d03d7.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6e03709bc788e66bf56e0c8aec4874d7fc0d03d7 X-VCS-Branch: master Date: Sun, 3 Jul 2016 16:46:32 +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: ce92202e-4f16-4086-9e11-05489585b160 X-Archives-Hash: 33551c7aa0d901a4efc6b4ff596db78c commit: 6e03709bc788e66bf56e0c8aec4874d7fc0d03d7 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Jul 3 16:43:24 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jul 3 16:43:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e03709b kde4-base.eclass: Cleanup SRC_URIs Signed-off-by: Johannes Huber gentoo.org> eclass/kde4-base.eclass | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 8f09871..f5e2c61 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -452,10 +452,6 @@ _calculate_src_uri() { case ${KDEBASE} in kde-base) case ${PV} in - 4.4.11.1) - # KDEPIM 4.4, special case - # TODO: Remove this part when KDEPIM 4.4 gets out of the tree - SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;; 4.4.20*) # KDEPIM 4.4 no-akonadi branch, special case # TODO: Remove this part when KDEPIM 4.4 gets out of the tree @@ -463,18 +459,12 @@ _calculate_src_uri() { 4.?.[6-9]? | 4.??.[6-9]?) # Unstable KDE SC releases SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;; - 4.11.19) - # Part of 15.04.1 actually, sigh. Not stable for next release! - SRC_URI="mirror://kde/Attic/applications/15.04.1/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" ;; 4.14.3) # Last SC release SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; - 4.14.8) - # 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. Used by last version of KDE PIM 4. SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;