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 B07EF139083 for ; Sat, 9 Dec 2017 18:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7598E111D; Sat, 9 Dec 2017 18:41:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B21E8E1118 for ; Sat, 9 Dec 2017 18:41:47 +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 930B633C770 for ; Sat, 9 Dec 2017 18:41:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C709FADCA for ; Sat, 9 Dec 2017 18:41:44 +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: <1512844872.003a40e100a9b60def59cd9aadc6fa3ddcd9b61c.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbdplus/libbdplus-0.1.2.ebuild media-libs/libbdplus/libbdplus-9999.ebuild X-VCS-Directories: media-libs/libbdplus/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 003a40e100a9b60def59cd9aadc6fa3ddcd9b61c X-VCS-Branch: master Date: Sat, 9 Dec 2017 18:41:44 +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: b06742cf-ab8f-4424-9631-5d35401cedc7 X-Archives-Hash: e2cc7f884beffa5ba9add7ec0a2ad1ca commit: 003a40e100a9b60def59cd9aadc6fa3ddcd9b61c Author: Craig Andrews gentoo org> AuthorDate: Sat Dec 9 18:20:42 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Dec 9 18:41:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003a40e1 media-libs/libbdplus: Use downloads.videolan.org ftp.videolan.org now serves an invalid certificate media-libs/libbdplus/libbdplus-0.1.2.ebuild | 2 +- media-libs/libbdplus/libbdplus-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild index 8580551688b..c63eb630260 100644 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild +++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="git://git.videolan.org/${PN}.git" else - SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" + SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" KEYWORDS="amd64 ppc ppc64 sparc x86" fi diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild index df4dd68a47a..be4a630f4b0 100644 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ b/media-libs/libbdplus/libbdplus-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="git://git.videolan.org/${PN}.git" else - SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" + SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" fi