games-arcade/tuxanci: Use HTTPS for git, fix broken SRC_URI
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 7 Apr 2019 22:38:46 +0000 (23:38 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 7 Apr 2019 22:38:46 +0000 (23:38 +0100)
Closes: https://bugs.gentoo.org/682510
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
games-arcade/tuxanci/tuxanci-99999999.ebuild

index 8fe8dd9427ea63a3ce217df118db1550120b9c00..ad1a8df9789fab325702a2a17ad7f31b4644ae6b 100644 (file)
@@ -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
 
index 8fe8dd9427ea63a3ce217df118db1550120b9c00..ad1a8df9789fab325702a2a17ad7f31b4644ae6b 100644 (file)
@@ -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