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/vo-amrwbenc/
Date: Sun, 30 Jul 2017 09:38:30
Message-Id: 1501407484.db511a74a0d81f543c42d5d41ba9d41d8d7e543c.mgorny@gentoo
1 commit: db511a74a0d81f543c42d5d41ba9d41d8d7e543c
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:43:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db511a74
7
8 media-libs/vo-amrwbenc: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild | 4 ++--
13 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 2 +-
14 media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild | 2 +-
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild
18 index 756fa2ee19a..c084e7fe583 100644
19 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild
20 +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
28
29 if [[ ${PV} == *9999 ]] ; then
30 SCM="git-2"
31 - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
32 + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
33 [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
34 AUTOTOOLS_AUTORECONF=1
35 fi
36
37 diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
38 index 9c42dfc7d64..10694e977bb 100644
39 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
40 +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
41 @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
42
43 if [[ ${PV} == *9999 ]] ; then
44 SCM="git-2"
45 - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
46 + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
47 [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
48 AUTOTOOLS_AUTORECONF=1
49 fi
50
51 diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
52 index 085ee9c4a32..725ea1c33f0 100644
53 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
54 +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
55 @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
56
57 if [[ ${PV} == *9999 ]] ; then
58 SCM="git-2"
59 - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
60 + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
61 [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
62 AUTOTOOLS_AUTORECONF=1
63 fi