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 DBF061381FA for ; Mon, 31 Dec 2012 03:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A026921C01F; Mon, 31 Dec 2012 03:17:43 +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 E343921C011 for ; Mon, 31 Dec 2012 03:17:42 +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 F0C8733CEF2 for ; Mon, 31 Dec 2012 03:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 952B5E543D for ; Mon, 31 Dec 2012 03:17:40 +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: <1356919903.e7d169a3e47de9889a9684ee05531f1a430f822d.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/votca-tools/ChangeLog sci-libs/votca-tools/votca-tools-9999.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e7d169a3e47de9889a9684ee05531f1a430f822d X-VCS-Branch: master Date: Mon, 31 Dec 2012 03:17:40 +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: d3d58a4c-6958-4399-bae3-929612ddb712 X-Archives-Hash: d08c76c1a5e3296898e34d96816b5795 commit: e7d169a3e47de9889a9684ee05531f1a430f822d Author: Christoph Junghans gentoo org> AuthorDate: Mon Dec 31 02:11:43 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Mon Dec 31 02:11:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e7d169a3 update EHG_REPO_URI Package-Manager: portage-2.2.0_alpha149 --- sci-libs/votca-tools/ChangeLog | 3 +++ sci-libs/votca-tools/votca-tools-9999.ebuild | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index 6d24c3c..5de32cc 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Dec 2012; Christoph Junghans votca-tools-9999.ebuild: + update EHG_REPO_URI + 25 Jul 2012; Christoph Junghans votca-tools-9999.ebuild: sync with gx86 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild index a2805a0..22447d6 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild @@ -12,9 +12,7 @@ if [ "${PV}" != "9999" ]; then else SRC_URI="" inherit mercurial - EHG_REPO_URI="https://tools.votca.googlecode.com/hg" - EHG_REVISION="default" - S="${WORKDIR}/${EHG_REPO_URI##*/}" + EHG_REPO_URI="https://code.google.com/p/votca.tools/" fi DESCRIPTION="Votca tools library"