From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2DE21396D0 for ; Thu, 31 Aug 2017 12:37:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 213FE1FC055; Thu, 31 Aug 2017 12:37:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F29EE1FC055 for ; Thu, 31 Aug 2017 12:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6D9A33FE7D for ; Thu, 31 Aug 2017 12:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF168903 for ; Thu, 31 Aug 2017 12:37:47 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504182400.b11b9603b2495121a6c2e23b12c0e289e13c3b4f.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtheora/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtheora/libtheora-1.1.1-r1.ebuild X-VCS-Directories: media-libs/libtheora/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: b11b9603b2495121a6c2e23b12c0e289e13c3b4f X-VCS-Branch: master Date: Thu, 31 Aug 2017 12:37:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 42758b67-7438-4377-ac78-0e02dd5ccffb X-Archives-Hash: efd756ebe93a2a40c138a710c0ed3764 commit: b11b9603b2495121a6c2e23b12c0e289e13c3b4f Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 12:26:40 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 12:26:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11b9603 media-libs/libtheora: use https for SRC_URI and HOMEPAGE media-libs/libtheora/libtheora-1.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild index 45dd41e24ad..5a1eaab8306 100644 --- a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal DESCRIPTION="The Theora Video Compression Codec" -HOMEPAGE="http://www.theora.org" -SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" +HOMEPAGE="https://www.theora.org" +SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0"