Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
Date: Fri, 02 Aug 2013 16:58:40
Message-Id: 1375462690.98320a29950681a08097699d035f54e90f1253a4.ottxor@gentoo
1 commit: 98320a29950681a08097699d035f54e90f1253a4
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 2 16:58:10 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 2 16:58:10 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=98320a29
7
8 added hostfingerprint
9
10 Package-Manager: portage-2.2.0_alpha191
11
12 ---
13 sci-physics/espresso++/ChangeLog | 3 +++
14 sci-physics/espresso++/espresso++-9999.ebuild | 3 +++
15 2 files changed, 6 insertions(+)
16
17 diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
18 index 2ae6bac..922a676 100644
19 --- a/sci-physics/espresso++/ChangeLog
20 +++ b/sci-physics/espresso++/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 02 Aug 2013; Christoph Junghans <ottxor@g.o> espresso++-9999.ebuild:
26 + added hostfingerprint
27 +
28 14 Jun 2013; Justin Lecher <jlec@g.o> espresso++-9999.ebuild,
29 metadata.xml:
30 Bump to EAPI=5 and drop KEYWORDS of live ebuilds; bump to new python eclasses
31
32 diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
33 index 5ba22a2..983a8c5 100644
34 --- a/sci-physics/espresso++/espresso++-9999.ebuild
35 +++ b/sci-physics/espresso++/espresso++-9999.ebuild
36 @@ -22,6 +22,9 @@ fi
37
38 CMAKE_REMOVE_MODULES_LIST="FindBoost"
39
40 +EHP_OPTS="--config hostfingerprints.hg.berlios.de=f4:79:d2:17:f8:0c:9b:c2:6e:65:60:2a:49:0e:09:79:85:6d:4b:e3"
41 +EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
42 +EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
43 LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
44 SLOT="0"
45 KEYWORDS=""