diff options
author | 2012-12-30 19:17:21 -0700 | |
---|---|---|
committer | 2012-12-30 19:17:21 -0700 | |
commit | 7cc5975b937eb47b01029f30ce4cf48d85dacaac (patch) | |
tree | 995a8258d4854d1d211b58ee7d5aacada417f8f4 | |
parent | update EHG_REPO_URI (diff) | |
download | sci-7cc5975b937eb47b01029f30ce4cf48d85dacaac.tar.gz sci-7cc5975b937eb47b01029f30ce4cf48d85dacaac.tar.bz2 sci-7cc5975b937eb47b01029f30ce4cf48d85dacaac.zip |
update EHG_REPO_URI
Package-Manager: portage-2.2.0_alpha149
-rw-r--r-- | sci-chemistry/votca-csg-tutorials/ChangeLog | 4 | ||||
-rw-r--r-- | sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg-tutorials/ChangeLog b/sci-chemistry/votca-csg-tutorials/ChangeLog index 3799596ec..bea55ca4b 100644 --- a/sci-chemistry/votca-csg-tutorials/ChangeLog +++ b/sci-chemistry/votca-csg-tutorials/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Dec 2012; Christoph Junghans <ottxor@gentoo.org> + votca-csg-tutorials-9999.ebuild: + update EHG_REPO_URI + 25 Jul 2012; Christoph Junghans <ottxor@gentoo.org> votca-csg-tutorials-9999.ebuild: sync with gx86 diff --git a/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild b/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild index b06dfd34b..073eafd3a 100644 --- a/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild +++ b/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild @@ -6,9 +6,7 @@ EAPI="4" inherit mercurial -EHG_REPO_URI="https://csg-tutorials.votca.googlecode.com/hg" -EHG_REVISION="default" -S="${WORKDIR}/${EHG_REPO_URI##*/}" +EHG_REPO_URI="https://code.google.com/p/votca.csg-tutorials" DESCRIPTION="Tutorials for votca-csg" HOMEPAGE="http://www.votca.org" |