sci-chemistry/votca-csg: remove googlecode refs
authorChristoph Junghans <junghans@gentoo.org>
Thu, 24 Nov 2016 04:58:30 +0000 (21:58 -0700)
committerChristoph Junghans <junghans@gentoo.org>
Thu, 24 Nov 2016 05:04:24 +0000 (22:04 -0700)
Package-Manager: portage-2.3.0

sci-chemistry/votca-csg/metadata.xml
sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild

index ac1ad46250e328cf3ead159a5540c4762b5a2aa1..e078f2b299583e58ba208d93748825748e17829a 100644 (file)
@@ -14,7 +14,6 @@
                <flag name="extras">Pull in extra applications from <pkg>sci-chemistry/votca-csgapps</pkg></flag>
        </use>
        <upstream>
-               <remote-id type="google-code">votca</remote-id>
                <remote-id type="github">votca/csg-tutorials</remote-id>
        </upstream>
 </pkgmetadata>
index b3ad74905fbe4016312183bc26507442268c2abb..a16d9f519dcee1c2ebcd73ebe19d5a34f43b0f7e 100644 (file)
@@ -9,15 +9,9 @@ inherit bash-completion-r1 cmake-utils multilib
 IUSE="doc examples extras +gromacs"
 PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )"
 if [ "${PV}" != "9999" ]; then
-       SRC_URI="https://downloads.votca.googlecode.com/hg/${P}.tar.gz
-               doc? ( https://downloads.votca.googlecode.com/hg/${PN}-manual-${PV}.pdf )
-               examples? (     https://downloads.votca.googlecode.com/hg/${PN}-tutorials-${PV}.tar.gz )"
-else
-       SRC_URI=""
-       inherit mercurial
-       EHG_REPO_URI="https://csg.votca.googlecode.com/hg"
-       PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} )
-               examples? ( =sci-chemistry/${PN}-tutorials-${PV} )"
+       SRC_URI="https://github.com/votca/downloads/raw/master/${P}.tar.gz
+               doc? ( https://github.com/votca/downloads/raw/master/${PN}-manual-${PV}.pdf )
+               examples? (     https://github.com/votca/downloads/raw/master/${PN}-tutorials-${PV}.tar.gz )"
 fi
 
 DESCRIPTION="Votca coarse-graining engine"