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/libde265/
Date: Sun, 30 Jul 2017 09:38:28
Message-Id: 1501407486.ed585d12f33eb831694fb5401a420f9c9090d287.mgorny@gentoo
1 commit: ed585d12f33eb831694fb5401a420f9c9090d287
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:49:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed585d12
7
8 media-libs/libde265: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/libde265/libde265-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libde265/libde265-9999.ebuild b/media-libs/libde265/libde265-9999.ebuild
16 index 5f393f6a826..157c06d8171 100644
17 --- a/media-libs/libde265/libde265-9999.ebuild
18 +++ b/media-libs/libde265/libde265-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -9,7 +9,7 @@ inherit git-r3 autotools-multilib
26
27 DESCRIPTION="Open h.265 video codec implementation"
28 HOMEPAGE="https://github.com/strukturag/libde265"
29 -EGIT_REPO_URI="git://github.com/strukturag/libde265.git"
30 +EGIT_REPO_URI="https://github.com/strukturag/${PN}.git"
31
32 LICENSE="GPL-3"
33 SLOT="0"