sci-libs/votca-tools: remove googlecode refs

Package-Manager: portage-2.3.0
This commit is contained in:
Christoph Junghans
2016-11-23 22:03:08 -07:00
parent 0f93af82ae
commit 73cfa00b97
2 changed files with 1 additions and 6 deletions

View 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>

View 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"