diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:20:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:49 +0200 |
commit | f0f7c6170c37edbc61a1c8581a64e60923aa6c5b (patch) | |
tree | 58f270897c87287826c8a209ba30c788cbccd871 /sys-apps/kbd | |
parent | dev-java/vecmath: Version bump. Fixes bug 558552. (diff) | |
download | gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.gz gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.bz2 gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.zip |
Use https for kernel.org and redhat.com
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-apps/kbd')
-rw-r--r-- | sys-apps/kbd/kbd-2.0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-2.0.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-2.0.3.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/kbd/kbd-2.0.1-r1.ebuild b/sys-apps/kbd/kbd-2.0.1-r1.ebuild index 9e7290fd570e..00353b90f1ff 100644 --- a/sys-apps/kbd/kbd-2.0.1-r1.ebuild +++ b/sys-apps/kbd/kbd-2.0.1-r1.ebuild @@ -7,7 +7,7 @@ EAPI=5 SCM="" if [[ ${PV} == "9999" ]] ; then SCM="git-r3" - EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" + EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" EGIT_BRANCH="master" else SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" diff --git a/sys-apps/kbd/kbd-2.0.2.ebuild b/sys-apps/kbd/kbd-2.0.2.ebuild index 8d8d16b66f15..ec36a5288fbe 100644 --- a/sys-apps/kbd/kbd-2.0.2.ebuild +++ b/sys-apps/kbd/kbd-2.0.2.ebuild @@ -7,7 +7,7 @@ EAPI=5 SCM="" if [[ ${PV} == "9999" ]] ; then SCM="git-r3" - EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" + EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" EGIT_BRANCH="master" else SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" diff --git a/sys-apps/kbd/kbd-2.0.3.ebuild b/sys-apps/kbd/kbd-2.0.3.ebuild index 9abe5c9b8cc5..ac1610648c7e 100644 --- a/sys-apps/kbd/kbd-2.0.3.ebuild +++ b/sys-apps/kbd/kbd-2.0.3.ebuild @@ -7,7 +7,7 @@ EAPI="5" SCM="" if [[ ${PV} == "9999" ]] ; then SCM="git-r3" - EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" + EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" EGIT_BRANCH="master" else SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" diff --git a/sys-apps/kbd/kbd-9999.ebuild b/sys-apps/kbd/kbd-9999.ebuild index 0ac630952e9b..07c66522aba0 100644 --- a/sys-apps/kbd/kbd-9999.ebuild +++ b/sys-apps/kbd/kbd-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 SCM="" if [[ ${PV} == "9999" ]] ; then SCM="git-r3" - EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/kbd.git" + EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/kbd.git" EGIT_BRANCH="master" else SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" |