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 600DC138334 for ; Sun, 5 May 2019 19:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B887E08B0; Sun, 5 May 2019 19:05:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8ED85E08B1 for ; Sun, 5 May 2019 19:05:39 +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 90E5B3436DE for ; Sun, 5 May 2019 19:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64E475E3 for ; Sun, 5 May 2019 19:05:34 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1557083042.2029dc2ddb329e3eb77fd3ab9639a0349113fa95.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbluray/libbluray-1.0.2.ebuild media-libs/libbluray/libbluray-1.1.1.ebuild media-libs/libbluray/libbluray-9999.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2029dc2ddb329e3eb77fd3ab9639a0349113fa95 X-VCS-Branch: master Date: Sun, 5 May 2019 19:05:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 522181f0-c973-4694-8190-8ff2d9b475a6 X-Archives-Hash: bfd621da14261e3a133cced2c2241fa5 commit: 2029dc2ddb329e3eb77fd3ab9639a0349113fa95 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun May 5 02:55:07 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun May 5 19:04:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2029dc2d media-libs/libbluray: Update EGIT_REPO_URI. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> media-libs/libbluray/libbluray-1.0.2.ebuild | 4 ++-- media-libs/libbluray/libbluray-1.1.1.ebuild | 2 +- media-libs/libbluray/libbluray-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libbluray/libbluray-1.0.2.ebuild b/media-libs/libbluray/libbluray-1.0.2.ebuild index 1dd1be0ec72..82bb6902a07 100644 --- a/media-libs/libbluray/libbluray-1.0.2.ebuild +++ b/media-libs/libbluray/libbluray-1.0.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git" + EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git" else KEYWORDS="amd64 arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" diff --git a/media-libs/libbluray/libbluray-1.1.1.ebuild b/media-libs/libbluray/libbluray-1.1.1.ebuild index 4a5301a677d..d6504f9ac9d 100644 --- a/media-libs/libbluray/libbluray-1.1.1.ebuild +++ b/media-libs/libbluray/libbluray-1.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git" + EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git" else KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" diff --git a/media-libs/libbluray/libbluray-9999.ebuild b/media-libs/libbluray/libbluray-9999.ebuild index 4a5301a677d..d6504f9ac9d 100644 --- a/media-libs/libbluray/libbluray-9999.ebuild +++ b/media-libs/libbluray/libbluray-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git" + EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git" else KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"