public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Wed, 25 Apr 2018 21:28:10 +0000 (UTC)	[thread overview]
Message-ID: <1524691589.017a6bd2af0110295f4dee912d6c27cc1d603259.bman@gentoo> (raw)

commit:     017a6bd2af0110295f4dee912d6c27cc1d603259
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 25 18:10:36 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 21:26:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017a6bd2

media-libs/libvpx: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8138

 media-libs/libvpx/libvpx-1.5.0.ebuild    | 6 +++---
 media-libs/libvpx/libvpx-1.6.0-r1.ebuild | 6 +++---
 media-libs/libvpx/libvpx-1.6.1.ebuild    | 6 +++---
 media-libs/libvpx/libvpx-1.7.0.ebuild    | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/media-libs/libvpx/libvpx-1.5.0.ebuild b/media-libs/libvpx/libvpx-1.5.0.ebuild
index 1cfa682061a..555f65c26ad 100644
--- a/media-libs/libvpx/libvpx-1.5.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ elif [[ ${PV} == *pre* ]]; then
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"
 	KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 else
-	SRC_URI="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2"
+	SRC_URI="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2"
 	KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 # generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing
@@ -22,7 +22,7 @@ SRC_URI="${SRC_URI}
 	test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.bz2 )"
 
 DESCRIPTION="WebM VP8 Codec SDK"
-HOMEPAGE="http://www.webmproject.org"
+HOMEPAGE="https://www.webmproject.org"
 
 LICENSE="BSD"
 SLOT="0/3"

diff --git a/media-libs/libvpx/libvpx-1.6.0-r1.ebuild b/media-libs/libvpx/libvpx-1.6.0-r1.ebuild
index 55c20e8d6aa..3ecde0cc040 100644
--- a/media-libs/libvpx/libvpx-1.6.0-r1.ebuild
+++ b/media-libs/libvpx/libvpx-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,8 +7,8 @@ inherit toolchain-funcs multilib-minimal
 LIBVPX_TESTDATA_VER=1.6.0
 
 DESCRIPTION="WebM VP8 and VP9 Codec SDK"
-HOMEPAGE="http://www.webmproject.org"
-SRC_URI="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2
+HOMEPAGE="https://www.webmproject.org"
+SRC_URI="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2
 	test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.bz2 )"
 
 LICENSE="BSD"

diff --git a/media-libs/libvpx/libvpx-1.6.1.ebuild b/media-libs/libvpx/libvpx-1.6.1.ebuild
index f556462fb05..22d33e597c7 100644
--- a/media-libs/libvpx/libvpx-1.6.1.ebuild
+++ b/media-libs/libvpx/libvpx-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,8 +14,8 @@ inherit toolchain-funcs multilib-minimal
 LIBVPX_TESTDATA_VER=1.6.1
 
 DESCRIPTION="WebM VP8 and VP9 Codec SDK"
-HOMEPAGE="http://www.webmproject.org"
-SRC_URI="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2
+HOMEPAGE="https://www.webmproject.org"
+SRC_URI="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2
 	test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.bz2 )"
 
 LICENSE="BSD"

diff --git a/media-libs/libvpx/libvpx-1.7.0.ebuild b/media-libs/libvpx/libvpx-1.7.0.ebuild
index d391dc81190..18f70ac5a88 100644
--- a/media-libs/libvpx/libvpx-1.7.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0.ebuild
@@ -14,7 +14,7 @@ inherit toolchain-funcs multilib-minimal
 LIBVPX_TESTDATA_VER=1.7.0
 
 DESCRIPTION="WebM VP8 and VP9 Codec SDK"
-HOMEPAGE="http://www.webmproject.org"
+HOMEPAGE="https://www.webmproject.org"
 SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 	test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.xz )"
 


             reply	other threads:[~2018-04-25 21:28 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-25 21:28 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14  5:26 [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ Sam James
2024-11-11 19:26 Andreas Sturmlechner
2024-10-09 16:39 Arthur Zamarin
2024-10-06 18:28 Robin H. Johnson
2024-10-06 14:38 Sam James
2024-10-06 14:29 Arthur Zamarin
2024-10-06 14:29 Arthur Zamarin
2024-06-01  7:31 Matt Jolly
2023-12-22  1:27 John Helmert III
2023-12-21 16:07 Arthur Zamarin
2023-12-21 15:15 Sam James
2023-12-21 14:12 Arthur Zamarin
2023-12-21 12:56 Sam James
2023-12-21 12:56 Sam James
2023-11-29 19:01 Arthur Zamarin
2023-10-01 18:09 Arthur Zamarin
2023-10-01  6:26 Sam James
2023-10-01  6:25 Arthur Zamarin
2023-10-01  6:25 Arthur Zamarin
2023-10-01  4:53 Sam James
2023-10-01  4:53 Sam James
2023-10-01  2:26 Sam James
2023-09-28  9:05 Sam James
2023-09-28  9:05 Sam James
2023-09-28  8:12 Sam James
2023-09-28  8:10 Sam James
2023-09-28  8:10 Sam James
2023-05-31  7:00 Sam James
2023-05-10 22:04 Sam James
2022-11-06  4:22 Sam James
2022-11-01  5:21 WANG Xuerui
2022-08-25 18:22 Agostino Sarubbo
2022-08-25 18:17 Agostino Sarubbo
2022-08-25 18:15 Agostino Sarubbo
2022-08-25  3:33 Sam James
2022-08-25  3:33 Sam James
2022-08-25  3:33 Sam James
2022-07-29  2:33 Sam James
2022-07-10 23:58 Sam James
2022-05-11  0:49 Sam James
2022-05-10  9:55 Agostino Sarubbo
2022-04-17 20:09 Sam James
2022-04-01  1:31 Sam James
2022-03-27  2:33 Sam James
2022-02-20  5:09 Arthur Zamarin
2022-02-20  5:09 Arthur Zamarin
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2022-01-05 10:01 David Seifert
2022-01-01 10:47 Stephan Hartmann
2021-12-30 14:44 Georgy Yakovlev
2021-12-30  4:31 Sam James
2021-12-30  4:21 Sam James
2021-11-07  2:07 Sam James
2021-09-02 19:48 Thomas Raschbacher
2021-08-28  2:46 Sam James
2021-06-12 15:43 Sam James
2021-06-12  1:18 Sam James
2021-06-11  5:38 Sam James
2021-03-27  1:03 Thomas Deutschmann
2021-01-23 21:13 Andreas Sturmlechner
2021-01-20  9:30 Sam James
2021-01-07 15:07 Sam James
2020-11-01 16:03 Stephan Hartmann
2020-10-12  7:00 Agostino Sarubbo
2020-10-12  6:57 Agostino Sarubbo
2020-10-03 14:33 Sam James
2020-10-03 14:33 Sam James
2020-10-02 22:15 Sam James
2020-08-11 23:37 Thomas Deutschmann
2020-03-05 19:51 Mike Gilbert
2020-03-05 19:30 Mike Gilbert
2020-01-29 14:00 Thomas Deutschmann
2020-01-23 23:00 Thomas Deutschmann
2019-12-26 17:03 Thomas Deutschmann
2019-12-24 15:06 Mikle Kolyada
2019-12-10 10:54 Agostino Sarubbo
2019-12-09 18:27 Sergei Trofimovich
2019-12-09 12:10 Agostino Sarubbo
2019-12-09  8:48 Agostino Sarubbo
2019-12-09  8:00 Agostino Sarubbo
2019-12-08  3:26 Aaron Bauman
2019-12-05  8:38 Agostino Sarubbo
2019-12-05  5:16 Thomas Deutschmann
2019-11-23 15:46 Agostino Sarubbo
2019-11-20 19:28 Mike Gilbert
2019-11-12 19:46 Mike Gilbert
2019-10-13  0:18 Matt Turner
2019-09-13 17:33 Mikle Kolyada
2019-09-08 19:55 Aaron Bauman
2019-09-05 15:15 Agostino Sarubbo
2019-09-05 15:14 Agostino Sarubbo
2019-09-05 11:36 Agostino Sarubbo
2019-09-05 11:35 Agostino Sarubbo
2019-09-05  7:45 Agostino Sarubbo
2019-02-10  6:52 Mike Gilbert
2019-02-09 22:18 Thomas Deutschmann
2018-12-30 18:36 Mikle Kolyada
2018-02-08  6:55 Lars Wendler
2017-01-17  4:33 Mike Gilbert
2017-01-17  3:43 Mike Gilbert
2017-01-13 12:37 Luca Barbato
2016-11-24  5:28 Mike Gilbert
2016-10-01 14:06 Jeroen Roovers
2016-09-29 13:08 Agostino Sarubbo
2016-09-23 16:27 Mike Gilbert
2016-09-17 12:17 Luca Barbato
2016-07-21 15:10 Alexis Ballier
2016-07-18 18:28 Markus Meier
2016-07-17 10:04 Tobias Klausmann
2016-07-14 11:02 Agostino Sarubbo
2016-07-14 11:01 Agostino Sarubbo
2016-07-13  5:29 Jeroen Roovers
2016-03-20 21:14 Stephen Klimaszewski
2016-03-14 20:08 Ian Stakenvicius
2016-02-25  2:37 Mike Gilbert
2015-11-12 11:46 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524691589.017a6bd2af0110295f4dee912d6c27cc1d603259.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox