Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Thu, 05 Apr 2018 06:27:25
Message-Id: 1522909621.1b857d7f10ec6d86444b156ece2ffbe570fc7c3c.slyfox@gentoo
1 commit: 1b857d7f10ec6d86444b156ece2ffbe570fc7c3c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 06:27:01 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 06:27:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b857d7f
7
8 sys-devel/crossdev: switch live ebuild from git:// to https://
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 sys-devel/crossdev/crossdev-99999999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild
16 index d6645156ceb..9024b91e057 100644
17 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
18 +++ b/sys-devel/crossdev/crossdev-99999999.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 if [[ ${PV} == "99999999" ]] ; then
27 inherit git-r3
28 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
29 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
30 else
31 SRC_URI="mirror://gentoo/${P}.tar.xz
32 https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"