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 9E113138202 for ; Sun, 18 Nov 2012 03:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DBBAE045E; Sun, 18 Nov 2012 03:11:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63DFCE045E for ; Sun, 18 Nov 2012 03:11:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69B5133D8CA for ; Sun, 18 Nov 2012 03:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D59BE5444 for ; Sun, 18 Nov 2012 03:11:44 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <1353205196.96cde2d67437d057bb7876c9d57271ba015c153d.abcd@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: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 96cde2d67437d057bb7876c9d57271ba015c153d X-VCS-Branch: master Date: Sun, 18 Nov 2012 03:11:44 +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: 1161f836-7a8a-4f10-8a9c-89e29091f65a X-Archives-Hash: cd584cd04f2094962b7e1025d24ce74f commit: 96cde2d67437d057bb7876c9d57271ba015c153d Author: Jonathan Callen gentoo org> AuthorDate: Sun Nov 18 02:19:56 2012 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Sun Nov 18 02:19:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=96cde2d6 [eclass] Really fix URLs for 4.10+ --- eclass/kde4-base.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 5e5142e..9c126ee 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -182,7 +182,7 @@ case ${KDEBASE} in # packages that will never be mirrored. (As they only will ever be in # the overlay). case ${PV} in - *9999* | 4.?.[6-10]?) + *9999* | 4.?.[6-9]?) RESTRICT+=" mirror" ;; esac @@ -446,7 +446,7 @@ _calculate_src_uri() { # 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.[8-10].8[05] | 4.[89].9[0235678]) + 4.?.[6-9]? | 4.??.[6-9]?) # Unstable KDE SC releases SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;; 4.[1-7].[12345])