Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/
Date: Sun, 05 May 2019 19:05:43
Message-Id: 1557083042.5ea28abb86ce9a80c646282e4b0573fb9139f4df.floppym@gentoo
1 commit: 5ea28abb86ce9a80c646282e4b0573fb9139f4df
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun May 5 02:51:21 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun May 5 19:04:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea28abb
7
8 media-libs/libbdplus: Update EGIT_REPO_URI.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 4 ++--
14 media-libs/libbdplus/libbdplus-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
18 index 3035e2372cf..c1491101143 100644
19 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
20 +++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,7 +6,7 @@ inherit autotools-multilib
28
29 if [[ ${PV} == 9999 ]] ; then
30 inherit git-r3
31 - EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
32 + EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git"
33 else
34 SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
35 KEYWORDS="amd64 ppc ppc64 sparc x86"
36
37 diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
38 index a0e3a3fa2f9..5525e10aec4 100644
39 --- a/media-libs/libbdplus/libbdplus-9999.ebuild
40 +++ b/media-libs/libbdplus/libbdplus-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -6,7 +6,7 @@ inherit autotools-multilib
48
49 if [[ ${PV} == 9999 ]] ; then
50 inherit git-r3
51 - EGIT_REPO_URI="https://git.videolan.org/git/${PN}.git"
52 + EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git"
53 else
54 SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
55 KEYWORDS="~amd64 ~x86"