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/libpostproc/
Date: Sun, 30 Jul 2017 09:38:36
Message-Id: 1501407485.5b93d671ac8ddfb8e00d13fdad0464bd5b258a1a.mgorny@gentoo
1 commit: 5b93d671ac8ddfb8e00d13fdad0464bd5b258a1a
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:48:32 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b93d671
7
8 media-libs/libpostproc: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild | 4 ++--
13 media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild | 4 ++--
14 media-libs/libpostproc/libpostproc-10.20140517.ebuild | 4 ++--
15 media-libs/libpostproc/libpostproc-9999.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild b/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild
19 index b239033b5eb..76b7c2d3646 100644
20 --- a/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild
21 +++ b/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="4"
28 @@ -6,7 +6,7 @@ EAPI="4"
29 SCM=""
30 if [ "${PV#9999}" != "${PV}" ] ; then
31 SCM="git-2"
32 - EGIT_REPO_URI="git://github.com/dwbuiten/postproc.git"
33 + EGIT_REPO_URI="https://github.com/dwbuiten/postproc.git"
34 fi
35
36 inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
37
38 diff --git a/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild b/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild
39 index 59c25988989..def8f1fe3e3 100644
40 --- a/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild
41 +++ b/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI="5"
48 @@ -6,7 +6,7 @@ EAPI="5"
49 SCM=""
50 if [ "${PV#9999}" != "${PV}" ] ; then
51 SCM="git-2"
52 - EGIT_REPO_URI="git://github.com/lu-zero/postproc.git"
53 + EGIT_REPO_URI="https://github.com/lu-zero/postproc.git"
54 fi
55
56 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
57
58 diff --git a/media-libs/libpostproc/libpostproc-10.20140517.ebuild b/media-libs/libpostproc/libpostproc-10.20140517.ebuild
59 index 60335a603f7..32152d6af2c 100644
60 --- a/media-libs/libpostproc/libpostproc-10.20140517.ebuild
61 +++ b/media-libs/libpostproc/libpostproc-10.20140517.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2017 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI="4"
68 @@ -6,7 +6,7 @@ EAPI="4"
69 SCM=""
70 if [ "${PV#9999}" != "${PV}" ] ; then
71 SCM="git-2"
72 - EGIT_REPO_URI="git://github.com/lu-zero/postproc.git"
73 + EGIT_REPO_URI="https://github.com/lu-zero/postproc.git"
74 fi
75
76 inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
77
78 diff --git a/media-libs/libpostproc/libpostproc-9999.ebuild b/media-libs/libpostproc/libpostproc-9999.ebuild
79 index b08336dd17f..d64b20db732 100644
80 --- a/media-libs/libpostproc/libpostproc-9999.ebuild
81 +++ b/media-libs/libpostproc/libpostproc-9999.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 +# Copyright 1999-2017 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI="5"
88 @@ -6,7 +6,7 @@ EAPI="5"
89 SCM=""
90 if [ "${PV#9999}" != "${PV}" ] ; then
91 SCM="git-2"
92 - EGIT_REPO_URI="git://github.com/lu-zero/postproc.git"
93 + EGIT_REPO_URI="https://github.com/lu-zero/postproc.git"
94 fi
95
96 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}