Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/
Date: Mon, 31 Dec 2012 03:17:52
Message-Id: 1356919991.31fe1765fb35db0799d9c0825e13a5458d9fecfd.kleiner_otti@gentoo
1 commit: 31fe1765fb35db0799d9c0825e13a5458d9fecfd
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 02:13:11 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Mon Dec 31 02:13:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31fe1765
7
8 update EHG_REPO_URI
9
10 Package-Manager: portage-2.2.0_alpha149
11
12 ---
13 sci-chemistry/votca-csg/ChangeLog | 3 +++
14 sci-chemistry/votca-csg/votca-csg-9999.ebuild | 4 +---
15 2 files changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog
18 index 97ca527..bd1f2d3 100644
19 --- a/sci-chemistry/votca-csg/ChangeLog
20 +++ b/sci-chemistry/votca-csg/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 31 Dec 2012; Christoph Junghans <ottxor@g.o> votca-csg-9999.ebuild:
26 + update EHG_REPO_URI
27 +
28 25 Jul 2012; Christoph Junghans <ottxor@g.o> votca-csg-9999.ebuild:
29 sync with gx86
30
31
32 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
33 index cd73981..10953bc 100644
34 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
35 +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
36 @@ -16,9 +16,7 @@ if [ "${PV}" != "9999" ]; then
37 else
38 SRC_URI=""
39 inherit mercurial
40 - EHG_REPO_URI="https://csg.votca.googlecode.com/hg"
41 - EHG_REVISION="default"
42 - S="${WORKDIR}/${EHG_REPO_URI##*/}"
43 + EHG_REPO_URI="https://code.google.com/p/votca.csg/"
44 PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} )
45 examples? ( =sci-chemistry/${PN}-tutorials-${PV} )"
46 fi