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 B60EA13888F for ; Mon, 26 Oct 2015 17:25:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45404E0858; Mon, 26 Oct 2015 17:25:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0B6CE0858 for ; Mon, 26 Oct 2015 17:25:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07392340712 for ; Mon, 26 Oct 2015 17:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C4A71933 for ; Mon, 26 Oct 2015 17:24:56 +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: <1445880287.e73728beed40f626bc588edd09628d621b5fe456.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: e73728beed40f626bc588edd09628d621b5fe456 X-VCS-Branch: master Date: Mon, 26 Oct 2015 17:24:56 +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: 16f0f73e-4522-4df7-8fa3-017d8cc17929 X-Archives-Hash: 92a734ea8a130154d1e3a0676d06bcc7 commit: e73728beed40f626bc588edd09628d621b5fe456 Author: Michael Palimaka gentoo org> AuthorDate: Mon Oct 26 17:24:42 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Oct 26 17:24:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e73728be kde4-base.eclass: use https eclass/kde4-base.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 3ced13e..20a4f65 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -452,7 +452,7 @@ _calculate_src_uri() { 4.4.20*) # KDEPIM 4.4 no-akonadi branch, special case # TODO: Remove this part when KDEPIM 4.4 gets out of the tree - SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${_kmname_pv}.tar.xz" ;; + SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${_kmname_pv}.tar.xz" ;; 4.?.[6-9]? | 4.??.[6-9]?) # Unstable KDE SC releases SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;