media-sound/jack2: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 16:54:39 +0000 (02:54 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:36 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-sound/jack2/jack2-1.9.10.ebuild
media-sound/jack2/jack2-1.9.11_rc1.ebuild

index dca81fad2d1d154dc27557330747f12a63983616..0b0f6eeb9dc6bfd2c7fb1ff0dc81636d12d9c737 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,10 +13,10 @@ HOMEPAGE="http://jackaudio.org/"
 
 RESTRICT="mirror"
 if [[ "${PV}" = "2.9999" ]]; then
-       EGIT_REPO_URI="git://github.com/jackaudio/jack2.git"
+       EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git"
        KEYWORDS=""
 else
-       SRC_URI="https://github.com/jackaudio/jack2/archive/v${PV}.tar.gz -> jack2-${PV}.tar.gz"
+       SRC_URI="https://github.com/jackaudio/${PN}/archive/v${PV}.tar.gz -> jack2-${PV}.tar.gz"
        KEYWORDS="~amd64 ~ppc ~x86"
 fi
 
index a60be8122c8668e9c8510927487a1775efe9208b..639590a6d07979c199739d55c1d9b08581591928 100644 (file)
@@ -12,13 +12,13 @@ HOMEPAGE="http://jackaudio.org/"
 
 if [[ "${PV}" = "2.9999" ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/jackaudio/jack2.git"
+       EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git"
        KEYWORDS=""
 else
        MY_PV="${PV/_rc/-RC}"
        MY_P="${PN}-${MY_PV}"
        S="${WORKDIR}/${MY_P}"
-       SRC_URI="https://github.com/jackaudio/jack2/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+       SRC_URI="https://github.com/jackaudio/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~ppc ~x86"
 fi