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/ffmpegsource/
Date: Sun, 30 Jul 2017 09:45:04
Message-Id: 1501407885.eb9126fca10a1e377dc4868d10c8b550cb921084.mgorny@gentoo
1 commit: eb9126fca10a1e377dc4868d10c8b550cb921084
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:39:35 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9126fc
7
8 media-libs/ffmpegsource: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/ffmpegsource/ffmpegsource-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild
16 index b08717ef9ed..7f457d85c06 100644
17 --- a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild
18 +++ b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,7 @@ inherit autotools eutils flag-o-matic git-r3
26
27 DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
28 HOMEPAGE="https://github.com/FFMS/ffms2"
29 -EGIT_REPO_URI=( {https,git}://github.com/FFMS/ffms2.git )
30 +EGIT_REPO_URI="https://github.com/FFMS/ffms2.git"
31
32 LICENSE="MIT"
33 SLOT="0/4"