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

media-libs/waffle/waffle-1.5.2.ebuild
media-libs/waffle/waffle-9999.ebuild

index c5874d1761b629e53d98b2308d3570aa7e37ba27..121585510472a140611095304420e1cd220749d0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-EGIT_REPO_URI="git://github.com/waffle-gl/waffle.git"
+EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git"
 
 if [[ ${PV} = 9999* ]]; then
        GIT_ECLASS="git-2"
@@ -17,7 +17,7 @@ HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/"
 if [[ $PV = 9999* ]]; then
        KEYWORDS=""
 else
-       SRC_URI="https://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz"
+       SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz"
        KEYWORDS="amd64 arm x86"
 fi
 
index 783ceab25e0fe73352f4795103db49fbe704e2b2..8d8286cd45ce070050c1e8669fc67d10820912bf 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-EGIT_REPO_URI="git://github.com/waffle-gl/waffle.git"
+EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git"
 
 if [[ ${PV} = 9999* ]]; then
        GIT_ECLASS="git-2"
@@ -17,7 +17,7 @@ HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/"
 if [[ $PV = 9999* ]]; then
        KEYWORDS=""
 else
-       SRC_URI="https://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz"
+       SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz"
        KEYWORDS="~amd64 ~arm ~x86"
 fi