Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/
Date: Sat, 25 Feb 2017 15:03:43
Message-Id: 1488035015.90851f5f9ae5bf0ccc7f08f64948c42d3aa4e6e5.monsieurp@gentoo
1 commit: 90851f5f9ae5bf0ccc7f08f64948c42d3aa4e6e5
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Thu Feb 16 13:34:42 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 15:03:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90851f5f
7
8 media-sound/ardour-9999: use anonymous git repository.
9
10 The old address http://git.ardour.org/ardour/ardour.git now redirects to
11 a https server which demands a user login to access.
12 Closes: https://github.com/gentoo/gentoo/pull/3986
13
14 media-sound/ardour/ardour-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild
18 index 677b158649..c97052ee92 100644
19 --- a/media-sound/ardour/ardour-9999.ebuild
20 +++ b/media-sound/ardour/ardour-9999.ebuild
21 @@ -12,7 +12,7 @@ DESCRIPTION="Digital Audio Workstation"
22 HOMEPAGE="http://ardour.org/"
23
24 if [[ ${PV} == *9999* ]]; then
25 - EGIT_REPO_URI="http://git.ardour.org/ardour/ardour.git"
26 + EGIT_REPO_URI="git://git.ardour.org/ardour/ardour.git"
27 inherit git-r3
28 else
29 KEYWORDS="~amd64 ~x86"