diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-04-07 23:38:46 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-04-07 23:38:46 +0100 |
commit | a2708f5bf01b608f524d142686cfce804032697d (patch) | |
tree | 9ed0e513921c02dfc0d92dd44149488cfdd8b602 /games-arcade | |
parent | dev-libs/cyrus-sasl: amd64 stable wrt bug #679678 (diff) | |
download | gentoo-a2708f5bf01b608f524d142686cfce804032697d.tar.gz gentoo-a2708f5bf01b608f524d142686cfce804032697d.tar.bz2 gentoo-a2708f5bf01b608f524d142686cfce804032697d.zip |
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@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/tuxanci/tuxanci-20110429-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 |