aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/votca-csg')
-rw-r--r--sci-chemistry/votca-csg/ChangeLog3
-rw-r--r--sci-chemistry/votca-csg/votca-csg-9999.ebuild4
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog
index 97ca527bb..bd1f2d388 100644
--- a/sci-chemistry/votca-csg/ChangeLog
+++ b/sci-chemistry/votca-csg/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 31 Dec 2012; Christoph Junghans <ottxor@gentoo.org> votca-csg-9999.ebuild:
+ update EHG_REPO_URI
+
25 Jul 2012; Christoph Junghans <ottxor@gentoo.org> votca-csg-9999.ebuild:
sync with gx86
diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
index cd73981a6..10953bc0f 100644
--- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
@@ -16,9 +16,7 @@ if [ "${PV}" != "9999" ]; then
else
SRC_URI=""
inherit mercurial
- EHG_REPO_URI="https://csg.votca.googlecode.com/hg"
- EHG_REVISION="default"
- S="${WORKDIR}/${EHG_REPO_URI##*/}"
+ EHG_REPO_URI="https://code.google.com/p/votca.csg/"
PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} )
examples? ( =sci-chemistry/${PN}-tutorials-${PV} )"
fi