dev-cpp/gflags: Update URIs
authorMichał Górny <mgorny@gentoo.org>
Thu, 29 Jun 2017 08:39:12 +0000 (10:39 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Jul 2017 21:41:19 +0000 (23:41 +0200)
dev-cpp/gflags/gflags-9999.ebuild
dev-cpp/gflags/metadata.xml

index d80a4fa437a30827ec25a5e25af0be853edaf28e..aba9ef3c3996b79d11cc1e1b094cd8de00b4b062 100644 (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
 
index 6242b341b924934e25571b5fd088a4be8c00bcfb..5b9d6abf02a243d436a04cb54510dd3e903e3251 100644 (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>