Skip to content

Commit

Permalink
games-arcade/tuxanci: Use HTTPS for git, fix broken SRC_URI
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/682510
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Apr 7, 2019
1 parent ec86f9d commit a2708f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions games-arcade/tuxanci/tuxanci-20110429-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions games-arcade/tuxanci/tuxanci-99999999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit a2708f5

Please sign in to comment.