Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/
Date: Sun, 30 Jul 2017 09:38:24
Message-Id: 1501407482.f78f536b31345f10e343015d169714eb4986565f.mgorny@gentoo
1 commit: f78f536b31345f10e343015d169714eb4986565f
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:39:14 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78f536b
7
8 media-libs/waffle: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/waffle/waffle-1.5.2.ebuild | 6 +++---
13 media-libs/waffle/waffle-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/media-libs/waffle/waffle-1.5.2.ebuild b/media-libs/waffle/waffle-1.5.2.ebuild
17 index c5874d1761b..12158551047 100644
18 --- a/media-libs/waffle/waffle-1.5.2.ebuild
19 +++ b/media-libs/waffle/waffle-1.5.2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 -EGIT_REPO_URI="git://github.com/waffle-gl/waffle.git"
28 +EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git"
29
30 if [[ ${PV} = 9999* ]]; then
31 GIT_ECLASS="git-2"
32 @@ -17,7 +17,7 @@ HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/"
33 if [[ $PV = 9999* ]]; then
34 KEYWORDS=""
35 else
36 - SRC_URI="https://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz"
37 + SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz"
38 KEYWORDS="amd64 arm x86"
39 fi
40
41
42 diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild
43 index 783ceab25e0..8d8286cd45c 100644
44 --- a/media-libs/waffle/waffle-9999.ebuild
45 +++ b/media-libs/waffle/waffle-9999.ebuild
46 @@ -1,9 +1,9 @@
47 -# Copyright 1999-2014 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=5
52
53 -EGIT_REPO_URI="git://github.com/waffle-gl/waffle.git"
54 +EGIT_REPO_URI="https://github.com/waffle-gl/${PN}.git"
55
56 if [[ ${PV} = 9999* ]]; then
57 GIT_ECLASS="git-2"
58 @@ -17,7 +17,7 @@ HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/"
59 if [[ $PV = 9999* ]]; then
60 KEYWORDS=""
61 else
62 - SRC_URI="https://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz"
63 + SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz"
64 KEYWORDS="~amd64 ~arm ~x86"
65 fi