summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Alirzaev <zl29ah@gmail.com>2016-05-28 15:28:40 +0300
committerJohannes Huber <johu@gentoo.org>2016-06-02 16:10:00 +0200
commitf8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670 (patch)
treea5667c52f80d2bb47011420c6612d171ae62ea1d
parent6c9122c1d12323063c7a2b3a52b221228c8c2576 (diff)
downloadkde-f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670.tar.gz
kde-f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670.tar.bz2
kde-f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670.zip
git -> https
Signed-off-by: Johannes Huber <johu@gentoo.org>
-rw-r--r--eclass/kde4-base.eclass2
-rw-r--r--eclass/kde5.eclass2
-rw-r--r--kde-misc/kdiff3/kdiff3-9999.ebuild2
-rw-r--r--media-libs/liblastfm/liblastfm-9999.ebuild2
-rw-r--r--media-video/subtitlecomposer/subtitlecomposer-9999.ebuild2
-rw-r--r--net-libs/jreen/jreen-9999.ebuild2
-rw-r--r--sys-auth/polkit-qt/polkit-qt-9999.ebuild2
7 files changed, 7 insertions, 7 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 1e5259a2133..8f09871aeee 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -586,7 +586,7 @@ _calculate_live_repo() {
# @DESCRIPTION:
# This variable allows easy overriding of default kde mirror service
# (anongit) with anything else you might want to use.
- EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org}
+ EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org}
# @ECLASS-VARIABLE: EGIT_REPONAME
# @DESCRIPTION:
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index c76a7682e9a..522c814fb4c 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -353,7 +353,7 @@ _calculate_live_repo() {
# @DESCRIPTION:
# This variable allows easy overriding of default kde mirror service
# (anongit) with anything else you might want to use.
- EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org}
+ EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org}
local _kmname
diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild
index a4835f63ff9..b0170f311bc 100644
--- a/kde-misc/kdiff3/kdiff3-9999.ebuild
+++ b/kde-misc/kdiff3/kdiff3-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Frontend to diff3 based on Qt/KF5"
HOMEPAGE="http://kdiff3.sourceforge.net/"
-EGIT_REPO_URI="git://anongit.kde.org/scratch/thomasfischer/${PN}"
+EGIT_REPO_URI="https://anongit.kde.org/scratch/thomasfischer/${PN}"
LICENSE="GPL-2"
KEYWORDS=""
diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild
index 98c2705002d..5b24f57071d 100644
--- a/media-libs/liblastfm/liblastfm-9999.ebuild
+++ b/media-libs/liblastfm/liblastfm-9999.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils multibuild git-r3
DESCRIPTION="Collection of libraries to integrate Last.fm services"
HOMEPAGE="https://github.com/lastfm/liblastfm"
-EGIT_REPO_URI=( "git://github.com/lastfm/${PN}" )
+EGIT_REPO_URI=( "https://github.com/lastfm/${PN}" )
LICENSE="GPL-3"
KEYWORDS=""
diff --git a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
index 47c2f419240..da49322d745 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Text-based subtitles editor"
HOMEPAGE="https://github.com/maxrd2/subtitlecomposer"
-EGIT_REPO_URI="git://github.com/maxrd2/${PN}"
+EGIT_REPO_URI="https://github.com/maxrd2/${PN}"
LICENSE="GPL-2"
KEYWORDS=""
diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 6969640a07a..a44569bfebb 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~ppc ~x86"
else
GIT_ECLASS="git-r3"
- EGIT_REPO_URI=( "git://github.com/euroelessar/${PN}" )
+ EGIT_REPO_URI=( "https://github.com/euroelessar/${PN}" )
KEYWORDS=""
fi
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index ad50f88fe1b..b9a41d575de 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils multibuild git-r3
DESCRIPTION="PolicyKit Qt4 API wrapper library"
HOMEPAGE="http://www.kde.org/"
-EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" )
+EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1" )
LICENSE="LGPL-2"
SLOT="0"