From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 885461381F3 for ; Fri, 2 Aug 2013 16:58:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C039E0956; Fri, 2 Aug 2013 16:58:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB183E0956 for ; Fri, 2 Aug 2013 16:58:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4D1F33EB9D for ; Fri, 2 Aug 2013 16:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1E674E468F for ; Fri, 2 Aug 2013 16:58:36 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1375462690.98320a29950681a08097699d035f54e90f1253a4.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/espresso++/ChangeLog sci-physics/espresso++/espresso++-9999.ebuild X-VCS-Directories: sci-physics/espresso++/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 98320a29950681a08097699d035f54e90f1253a4 X-VCS-Branch: master Date: Fri, 2 Aug 2013 16:58:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc8a0cf9-8b83-4a9b-9ffa-717084969643 X-Archives-Hash: 644a414c51d2eb7a1e15dcc00f8a8a9d commit: 98320a29950681a08097699d035f54e90f1253a4 Author: Christoph Junghans gentoo org> AuthorDate: Fri Aug 2 16:58:10 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Aug 2 16:58:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=98320a29 added hostfingerprint Package-Manager: portage-2.2.0_alpha191 --- sci-physics/espresso++/ChangeLog | 3 +++ sci-physics/espresso++/espresso++-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index 2ae6bac..922a676 100644 --- a/sci-physics/espresso++/ChangeLog +++ b/sci-physics/espresso++/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Aug 2013; Christoph Junghans espresso++-9999.ebuild: + added hostfingerprint + 14 Jun 2013; Justin Lecher espresso++-9999.ebuild, metadata.xml: Bump to EAPI=5 and drop KEYWORDS of live ebuilds; bump to new python eclasses diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index 5ba22a2..983a8c5 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-9999.ebuild @@ -22,6 +22,9 @@ fi CMAKE_REMOVE_MODULES_LIST="FindBoost" +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" +EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate" +EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}" LICENSE="GPL-3 !system-boost? ( Boost-1.0 )" SLOT="0" KEYWORDS=""