diff options
author | Christoph Junghans <junghans@gentoo.org> | 2016-11-23 22:03:08 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2016-11-23 22:04:24 -0700 |
commit | 73cfa00b979abe7aceffb3701d97d83666368a38 (patch) | |
tree | 2b8afeec4153fd64d9e42303fb34028b45c49eab /sci-libs/votca-tools | |
parent | sci-chemistry/votca-csgapps: remove googlecode refs (diff) | |
download | gentoo-73cfa00b979abe7aceffb3701d97d83666368a38.tar.gz gentoo-73cfa00b979abe7aceffb3701d97d83666368a38.tar.bz2 gentoo-73cfa00b979abe7aceffb3701d97d83666368a38.zip |
sci-libs/votca-tools: remove googlecode refs
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/metadata.xml | 1 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.2.4.ebuild | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/sci-libs/votca-tools/metadata.xml b/sci-libs/votca-tools/metadata.xml index e057315b891d..bdb57bcaa718 100644 --- a/sci-libs/votca-tools/metadata.xml +++ b/sci-libs/votca-tools/metadata.xml @@ -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> diff --git a/sci-libs/votca-tools/votca-tools-1.2.4.ebuild b/sci-libs/votca-tools/votca-tools-1.2.4.ebuild index a9f6184c6144..2910b023850a 100644 --- a/sci-libs/votca-tools/votca-tools-1.2.4.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.2.4.ebuild @@ -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" |