dev-cpp/gflags: Update URIs

This commit is contained in:
Michał Górny
2017-06-29 10:39:12 +02:00
parent e37fbbfe94
commit e9bcebf105
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -7,9 +7,9 @@ inherit cmake-multilib
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://code.google.com/p/gflags/"
EGIT_REPO_URI="https://github.com/gflags/gflags.git"
else
SRC_URI="https://github.com/schuhschuh/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
fi

View File

@@ -5,7 +5,6 @@
<email>amynka@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="google-code">gflags</remote-id>
<remote-id type="github">schuhschuh/gflags</remote-id>
<remote-id type="github">gflags/gflags</remote-id>
</upstream>
</pkgmetadata>