diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 10:39:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 23:41:19 +0200 |
commit | e9bcebf10564fcc2bc8b0a267ecd284b46b99906 (patch) | |
tree | 3471eb4344d4c7552706917414a35228d12066ad /dev-cpp | |
parent | xfce-extra/xfce4-power-manager: Replace XFCE_PLUGINS with a local flag (diff) | |
download | gentoo-e9bcebf10564fcc2bc8b0a267ecd284b46b99906.tar.gz gentoo-e9bcebf10564fcc2bc8b0a267ecd284b46b99906.tar.bz2 gentoo-e9bcebf10564fcc2bc8b0a267ecd284b46b99906.zip |
dev-cpp/gflags: Update URIs
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gflags/gflags-9999.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/gflags/metadata.xml | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index d80a4fa437a3..aba9ef3c3996 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -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 diff --git a/dev-cpp/gflags/metadata.xml b/dev-cpp/gflags/metadata.xml index 6242b341b924..5b9d6abf02a2 100644 --- a/dev-cpp/gflags/metadata.xml +++ b/dev-cpp/gflags/metadata.xml @@ -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> |