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/fdk-aac/
Date: Sun, 30 Jul 2017 09:38:23
Message-Id: 1501407482.f074c67b780ba1780a82336b61f6181f2d72851b.mgorny@gentoo
1 commit: f074c67b780ba1780a82336b61f6181f2d72851b
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:29:37 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=f074c67b
7
8 media-libs/fdk-aac: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/fdk-aac/fdk-aac-0.1.3.ebuild | 4 ++--
13 media-libs/fdk-aac/fdk-aac-0.1.5.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild b/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
17 index dc91bb71a4e..72ea14de67a 100644
18 --- a/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
19 +++ b/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
20 @@ -1,11 +1,11 @@
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 if [[ ${PV} == *9999 ]] ; then
28 SCM="git"
29 - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
30 + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
31 [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
32 AUTOTOOLS_AUTORECONF=yes
33 fi
34
35 diff --git a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
36 index 37e0ae19470..0cdfb76e637 100644
37 --- a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
38 +++ b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
39 @@ -5,7 +5,7 @@ EAPI=6
40
41 if [[ ${PV} == *9999* ]]; then
42 SRC_URI=""
43 - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
44 + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
45 [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
46 inherit autotools git-r3
47 else