diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:39:14 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:38:02 +0200 |
commit | f78f536b31345f10e343015d169714eb4986565f (patch) | |
tree | 2727ff4388b97e72d289671754b5af5c5754a689 | |
parent | media-libs/fdk-aac: use HTTPS for GitHub (diff) | |
download | gentoo-f78f536b31345f10e343015d169714eb4986565f.tar.gz gentoo-f78f536b31345f10e343015d169714eb4986565f.tar.bz2 gentoo-f78f536b31345f10e343015d169714eb4986565f.zip |
media-libs/waffle: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | media-libs/waffle/waffle-1.5.2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/waffle/waffle-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/waffle/waffle-1.5.2.ebuild b/media-libs/waffle/waffle-1.5.2.ebuild index c5874d1761b6..121585510472 100644 --- a/media-libs/waffle/waffle-1.5.2.ebuild +++ b/media-libs/waffle/waffle-1.5.2.ebuild @@ -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 diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index 783ceab25e0f..8d8286cd45ce 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -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 |