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 67CCC139084 for ; Sat, 9 Dec 2017 18:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B44E1123; Sat, 9 Dec 2017 18:41:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4B1B4E1122 for ; Sat, 9 Dec 2017 18:41: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 2A3CA33BF24 for ; Sat, 9 Dec 2017 18:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33EEFAE7F for ; Sat, 9 Dec 2017 18:41:45 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1512844880.1d3c24be378d858159f4e26cda41b55e6ac4edfb.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdca/libdca-0.0.5-r3.ebuild X-VCS-Directories: media-libs/libdca/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 1d3c24be378d858159f4e26cda41b55e6ac4edfb X-VCS-Branch: master Date: Sat, 9 Dec 2017 18:41:45 +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: 3e5dc9cd-1e5c-4a08-8ca7-b53cd6001a40 X-Archives-Hash: 40b2f849756ee078808db3a38a7cd196 commit: 1d3c24be378d858159f4e26cda41b55e6ac4edfb Author: Craig Andrews gentoo org> AuthorDate: Sat Dec 9 18:28:59 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Dec 9 18:41:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3c24be media-libs/libdca: use https for SRC_URI and HOMEPAGE media-libs/libdca/libdca-0.0.5-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libdca/libdca-0.0.5-r3.ebuild b/media-libs/libdca/libdca-0.0.5-r3.ebuild index 552b372c34e..6b2282f8e19 100644 --- a/media-libs/libdca/libdca-0.0.5-r3.ebuild +++ b/media-libs/libdca/libdca-0.0.5-r3.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit autotools eutils flag-o-matic multilib multilib-minimal DESCRIPTION="library for decoding DTS Coherent Acoustics streams used in DVD" -HOMEPAGE="http://www.videolan.org/developers/libdca.html" -SRC_URI="http://www.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2 +HOMEPAGE="https://www.videolan.org/developers/libdca.html" +SRC_URI="https://www.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2 mirror://gentoo/${P}-constant.patch.bz2" LICENSE="GPL-2"