dev-python/pyodbc: replace googlecode link
authorMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 04:24:12 +0000 (23:24 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 04:24:12 +0000 (23:24 -0500)
Package-Manager: portage-2.3.2_p8

dev-python/pyodbc/metadata.xml
dev-python/pyodbc/pyodbc-3.0.7-r1.ebuild

index 9f5d2a0ccce245538e3ebd9405f72389a5033a0c..3d28ba7f41fffa10346753ac78555bb096d5769c 100644 (file)
@@ -6,7 +6,6 @@
                <name>Python</name>
        </maintainer>
        <upstream>
-               <remote-id type="google-code">pyodbc</remote-id>
                <remote-id type="github">mkleehammer/pyodbc</remote-id>
        </upstream>
 </pkgmetadata>
index f343ada084195658a37ff686dca12f0b58a45504..605c30350485740aa3943f1f495f516f53545e57 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="python ODBC module to connect to almost any database"
 HOMEPAGE="https://github.com/mkleehammer/pyodbc"
-SRC_URI="https://pyodbc.googlecode.com/files/${P}.zip"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="MIT"
 SLOT="0"