Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Mon, 26 Oct 2015 17:25:06
Message-Id: 1445880287.e73728beed40f626bc588edd09628d621b5fe456.kensington@gentoo
1 commit: e73728beed40f626bc588edd09628d621b5fe456
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 17:24:42 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 17:24:47 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e73728be
7
8 kde4-base.eclass: use https
9
10 eclass/kde4-base.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
14 index 3ced13e..20a4f65 100644
15 --- a/eclass/kde4-base.eclass
16 +++ b/eclass/kde4-base.eclass
17 @@ -452,7 +452,7 @@ _calculate_src_uri() {
18 4.4.20*)
19 # KDEPIM 4.4 no-akonadi branch, special case
20 # TODO: Remove this part when KDEPIM 4.4 gets out of the tree
21 - SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${_kmname_pv}.tar.xz" ;;
22 + SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${_kmname_pv}.tar.xz" ;;
23 4.?.[6-9]? | 4.??.[6-9]?)
24 # Unstable KDE SC releases
25 SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;