Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/sgt-puzzles/
Date: Sat, 28 Apr 2018 10:54:04
Message-Id: 1524912839.a73467028e738683a1a6c9255e62bc4c7c939ecc.jer@gentoo
1 commit: a73467028e738683a1a6c9255e62bc4c7c939ecc
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 10:53:02 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 10:53:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7346702
7
8 games-puzzle/sgt-puzzles: Use HTTPS.
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild
16 index cfc0b290bca..7eaeac646bc 100644
17 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild
18 +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild
19 @@ -7,7 +7,7 @@ inherit eutils gnome2-utils toolchain-funcs autotools
20
21 if [[ ${PV} == "99999999" ]] ; then
22 inherit git-r3
23 - EGIT_REPO_URI="git://git.tartarus.org/simon/puzzles.git"
24 + EGIT_REPO_URI="https://git.tartarus.org/simon/puzzles.git"
25 GENTOO_ICONS="20160315"
26 SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz"
27 KEYWORDS=""