Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/liblastfm/, eclass/, net-libs/jreen/, kde-misc/kdiff3/, ...
Date: Thu, 02 Jun 2016 14:11:31
Message-Id: 1464876600.f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670.johu@gentoo
1 commit: f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670
2 Author: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
3 AuthorDate: Sat May 28 12:28:40 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 14:10:00 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8a4cf87
7
8 git -> https
9
10 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
11
12 eclass/kde4-base.eclass | 2 +-
13 eclass/kde5.eclass | 2 +-
14 kde-misc/kdiff3/kdiff3-9999.ebuild | 2 +-
15 media-libs/liblastfm/liblastfm-9999.ebuild | 2 +-
16 media-video/subtitlecomposer/subtitlecomposer-9999.ebuild | 2 +-
17 net-libs/jreen/jreen-9999.ebuild | 2 +-
18 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 +-
19 7 files changed, 7 insertions(+), 7 deletions(-)
20
21 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
22 index 1e5259a..8f09871 100644
23 --- a/eclass/kde4-base.eclass
24 +++ b/eclass/kde4-base.eclass
25 @@ -586,7 +586,7 @@ _calculate_live_repo() {
26 # @DESCRIPTION:
27 # This variable allows easy overriding of default kde mirror service
28 # (anongit) with anything else you might want to use.
29 - EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org}
30 + EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org}
31
32 # @ECLASS-VARIABLE: EGIT_REPONAME
33 # @DESCRIPTION:
34
35 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
36 index c76a768..522c814 100644
37 --- a/eclass/kde5.eclass
38 +++ b/eclass/kde5.eclass
39 @@ -353,7 +353,7 @@ _calculate_live_repo() {
40 # @DESCRIPTION:
41 # This variable allows easy overriding of default kde mirror service
42 # (anongit) with anything else you might want to use.
43 - EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org}
44 + EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org}
45
46 local _kmname
47
48
49 diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild
50 index a4835f6..b0170f3 100644
51 --- a/kde-misc/kdiff3/kdiff3-9999.ebuild
52 +++ b/kde-misc/kdiff3/kdiff3-9999.ebuild
53 @@ -9,7 +9,7 @@ inherit kde5
54
55 DESCRIPTION="Frontend to diff3 based on Qt/KF5"
56 HOMEPAGE="http://kdiff3.sourceforge.net/"
57 -EGIT_REPO_URI="git://anongit.kde.org/scratch/thomasfischer/${PN}"
58 +EGIT_REPO_URI="https://anongit.kde.org/scratch/thomasfischer/${PN}"
59
60 LICENSE="GPL-2"
61 KEYWORDS=""
62
63 diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild
64 index 98c2705..5b24f57 100644
65 --- a/media-libs/liblastfm/liblastfm-9999.ebuild
66 +++ b/media-libs/liblastfm/liblastfm-9999.ebuild
67 @@ -8,7 +8,7 @@ inherit cmake-utils multibuild git-r3
68
69 DESCRIPTION="Collection of libraries to integrate Last.fm services"
70 HOMEPAGE="https://github.com/lastfm/liblastfm"
71 -EGIT_REPO_URI=( "git://github.com/lastfm/${PN}" )
72 +EGIT_REPO_URI=( "https://github.com/lastfm/${PN}" )
73
74 LICENSE="GPL-3"
75 KEYWORDS=""
76
77 diff --git a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
78 index 47c2f41..da49322 100644
79 --- a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
80 +++ b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
81 @@ -11,7 +11,7 @@ inherit kde5
82
83 DESCRIPTION="Text-based subtitles editor"
84 HOMEPAGE="https://github.com/maxrd2/subtitlecomposer"
85 -EGIT_REPO_URI="git://github.com/maxrd2/${PN}"
86 +EGIT_REPO_URI="https://github.com/maxrd2/${PN}"
87
88 LICENSE="GPL-2"
89 KEYWORDS=""
90
91 diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
92 index 6969640..a44569b 100644
93 --- a/net-libs/jreen/jreen-9999.ebuild
94 +++ b/net-libs/jreen/jreen-9999.ebuild
95 @@ -9,7 +9,7 @@ if [[ ${PV} != *9999* ]]; then
96 KEYWORDS="~amd64 ~ppc ~x86"
97 else
98 GIT_ECLASS="git-r3"
99 - EGIT_REPO_URI=( "git://github.com/euroelessar/${PN}" )
100 + EGIT_REPO_URI=( "https://github.com/euroelessar/${PN}" )
101 KEYWORDS=""
102 fi
103
104
105 diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
106 index ad50f88..b9a41d5 100644
107 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
108 +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
109 @@ -8,7 +8,7 @@ inherit cmake-utils multibuild git-r3
110
111 DESCRIPTION="PolicyKit Qt4 API wrapper library"
112 HOMEPAGE="http://www.kde.org/"
113 -EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" )
114 +EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1" )
115
116 LICENSE="LGPL-2"
117 SLOT="0"