commit:     a2708f5bf01b608f524d142686cfce804032697d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 22:38:46 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 22:38:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2708f5b

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 <chewi <AT> gentoo.org>

 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 8fe8dd9427e..ad1a8df9789 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 8fe8dd9427e..ad1a8df9789 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
 

Reply via email to