commit: 6250b6c458f70ebf920e9a6e9eeeb59081866cf8
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 04:58:30 2016 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 05:04:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6250b6c4
sci-chemistry/votca-csg: remove googlecode refs
Package-Manager: portage-2.3.0
sci-chemistry/votca-csg/metadata.xml | 1 -
sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild | 12 +++---------
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/sci-chemistry/votca-csg/metadata.xml
b/sci-chemistry/votca-csg/metadata.xml
index ac1ad46..e078f2b 100644
--- a/sci-chemistry/votca-csg/metadata.xml
+++ b/sci-chemistry/votca-csg/metadata.xml
@@ -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>
diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
index b3ad749..a16d9f5 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
@@ -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"