sci-libs/votca-tools: remove googlecode refs
authorChristoph Junghans <junghans@gentoo.org>
Thu, 24 Nov 2016 05:03:08 +0000 (22:03 -0700)
committerChristoph Junghans <junghans@gentoo.org>
Thu, 24 Nov 2016 05:04:24 +0000 (22:04 -0700)
Package-Manager: portage-2.3.0

sci-libs/votca-tools/metadata.xml
sci-libs/votca-tools/votca-tools-1.2.4.ebuild

index e057315b891d8d413eee17f20e8ba9b0eb382a7f..bdb57bcaa718ba492e9306e2589b595ecc74f6cb 100644 (file)
@@ -10,7 +10,6 @@
                <name>Gentoo Chemistry Project</name>
        </maintainer>
        <upstream>
-               <remote-id type="google-code">votca</remote-id>
                <remote-id type="github">votca/tools</remote-id>
        </upstream>
 </pkgmetadata>
index a9f6184c6144fff58122dfb3335cf6cb62be168d..2910b023850afdc40bbb80813085dd41b8b1b649 100644 (file)
@@ -7,11 +7,7 @@ EAPI="5"
 inherit cmake-utils eutils multilib
 
 if [ "${PV}" != "9999" ]; then
-       SRC_URI="https://downloads.votca.googlecode.com/hg/${P}_pristine.tar.gz"
-else
-       SRC_URI=""
-       inherit mercurial
-       EHG_REPO_URI="https://tools.votca.googlecode.com/hg"
+       SRC_URI="https://github.com/votca/downloads/raw/master/${P}_pristine.tar.gz"
 fi
 
 DESCRIPTION="Votca tools library"