From a2708f5bf01b608f524d142686cfce804032697d Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 7 Apr 2019 23:38:46 +0100 Subject: [PATCH] games-arcade/tuxanci: Use HTTPS for git, fix broken SRC_URI Closes: https://bugs.gentoo.org/682510 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot --- games-arcade/tuxanci/tuxanci-20110429-r1.ebuild | 6 +++--- games-arcade/tuxanci/tuxanci-99999999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild index 8fe8dd9427ea..ad1a8df9789f 100644 --- a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild +++ b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,9 +10,9 @@ HOMEPAGE="http://www.tuxanci.org/" if [[ ${PV} = *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://repo.or.cz/tuxanci.git" + EGIT_REPO_URI="https://repo.or.cz/tuxanci.git" else - SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" + SRC_URI="mirror://gentoo/${P}.tar.xz" KEYWORDS="~amd64 ~ppc64 ~x86" fi diff --git a/games-arcade/tuxanci/tuxanci-99999999.ebuild b/games-arcade/tuxanci/tuxanci-99999999.ebuild index 8fe8dd9427ea..ad1a8df9789f 100644 --- a/games-arcade/tuxanci/tuxanci-99999999.ebuild +++ b/games-arcade/tuxanci/tuxanci-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,9 +10,9 @@ HOMEPAGE="http://www.tuxanci.org/" if [[ ${PV} = *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://repo.or.cz/tuxanci.git" + EGIT_REPO_URI="https://repo.or.cz/tuxanci.git" else - SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" + SRC_URI="mirror://gentoo/${P}.tar.xz" KEYWORDS="~amd64 ~ppc64 ~x86" fi -- 2.26.2