Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/tuxanci/
Date: Sun, 07 Apr 2019 22:39:06
Message-Id: 1554676726.a2708f5bf01b608f524d142686cfce804032697d.chewi@gentoo
1 commit: a2708f5bf01b608f524d142686cfce804032697d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 7 22:38:46 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 7 22:38:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2708f5b
7
8 games-arcade/tuxanci: Use HTTPS for git, fix broken SRC_URI
9
10 Closes: https://bugs.gentoo.org/682510
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-arcade/tuxanci/tuxanci-20110429-r1.ebuild | 6 +++---
15 games-arcade/tuxanci/tuxanci-99999999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
19 index 8fe8dd9427e..ad1a8df9789 100644
20 --- a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
21 +++ b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,9 +10,9 @@ HOMEPAGE="http://www.tuxanci.org/"
29
30 if [[ ${PV} = *9999 ]]; then
31 inherit git-r3
32 - EGIT_REPO_URI="git://repo.or.cz/tuxanci.git"
33 + EGIT_REPO_URI="https://repo.or.cz/tuxanci.git"
34 else
35 - SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
36 + SRC_URI="mirror://gentoo/${P}.tar.xz"
37 KEYWORDS="~amd64 ~ppc64 ~x86"
38 fi
39
40
41 diff --git a/games-arcade/tuxanci/tuxanci-99999999.ebuild b/games-arcade/tuxanci/tuxanci-99999999.ebuild
42 index 8fe8dd9427e..ad1a8df9789 100644
43 --- a/games-arcade/tuxanci/tuxanci-99999999.ebuild
44 +++ b/games-arcade/tuxanci/tuxanci-99999999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 +# Copyright 1999-2019 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -10,9 +10,9 @@ HOMEPAGE="http://www.tuxanci.org/"
52
53 if [[ ${PV} = *9999 ]]; then
54 inherit git-r3
55 - EGIT_REPO_URI="git://repo.or.cz/tuxanci.git"
56 + EGIT_REPO_URI="https://repo.or.cz/tuxanci.git"
57 else
58 - SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
59 + SRC_URI="mirror://gentoo/${P}.tar.xz"
60 KEYWORDS="~amd64 ~ppc64 ~x86"
61 fi