diff options
author | Christoph Junghans <junghans@gentoo.org> | 2016-11-23 22:01:04 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2016-11-23 22:04:24 -0700 |
commit | 0f93af82ae084b74e5bb28587ca662f6ce054cec (patch) | |
tree | 3473335eedcf3647e9c0aa8e72bf4ef0c34049cd /sci-chemistry | |
parent | sci-chemistry/votca-csg: remove googlecode refs (diff) | |
download | gentoo-0f93af82ae084b74e5bb28587ca662f6ce054cec.tar.gz gentoo-0f93af82ae084b74e5bb28587ca662f6ce054cec.tar.bz2 gentoo-0f93af82ae084b74e5bb28587ca662f6ce054cec.zip |
sci-chemistry/votca-csgapps: remove googlecode refs
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csgapps/metadata.xml | 1 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild | 7 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sci-chemistry/votca-csgapps/metadata.xml b/sci-chemistry/votca-csgapps/metadata.xml index c9e0e7e823c5..b555f7427afd 100644 --- a/sci-chemistry/votca-csgapps/metadata.xml +++ b/sci-chemistry/votca-csgapps/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/csgapps</remote-id> </upstream> </pkgmetadata> diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild index c5c9afa4c8a3..0b7225ed866a 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild @@ -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$ @@ -7,10 +7,7 @@ EAPI=4 inherit cmake-utils if [ "${PV}" != "9999" ]; then - SRC_URI="https://downloads.votca.googlecode.com/hg/${PF}.tar.gz" -else - inherit mercurial - EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg" + SRC_URI="https://github.com/votca/downloads/raw/master/${PF}.tar.gz" fi DESCRIPTION="Extra applications for votca-csg" |