aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-12-30 19:13:11 -0700
committerChristoph Junghans <ottxor@gentoo.org>2012-12-30 19:13:11 -0700
commit31fe1765fb35db0799d9c0825e13a5458d9fecfd (patch)
treea88e95d571a7812d2ac65bf189ec95d419bb631b /sci-chemistry/votca-csg
parentupdate EHG_REPO_URI (diff)
downloadsci-31fe1765fb35db0799d9c0825e13a5458d9fecfd.tar.gz
sci-31fe1765fb35db0799d9c0825e13a5458d9fecfd.tar.bz2
sci-31fe1765fb35db0799d9c0825e13a5458d9fecfd.zip
update EHG_REPO_URI
Package-Manager: portage-2.2.0_alpha149
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