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 25E341381FA for ; Mon, 31 Dec 2012 03:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5A421C011; 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 0934721C019 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 1D7AD33D835 for ; Mon, 31 Dec 2012 03:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BF69BE5446 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: <1356919991.31fe1765fb35db0799d9c0825e13a5458d9fecfd.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/votca-csg/ChangeLog sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 31fe1765fb35db0799d9c0825e13a5458d9fecfd 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: e919c01e-1655-4550-aee7-30321ccb2077 X-Archives-Hash: 47078d77dbefedf127ac767afe5cd27f commit: 31fe1765fb35db0799d9c0825e13a5458d9fecfd Author: Christoph Junghans gentoo org> AuthorDate: Mon Dec 31 02:13:11 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Mon Dec 31 02:13:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31fe1765 update EHG_REPO_URI Package-Manager: portage-2.2.0_alpha149 --- sci-chemistry/votca-csg/ChangeLog | 3 +++ sci-chemistry/votca-csg/votca-csg-9999.ebuild | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index 97ca527..bd1f2d3 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Dec 2012; Christoph Junghans votca-csg-9999.ebuild: + update EHG_REPO_URI + 25 Jul 2012; Christoph Junghans votca-csg-9999.ebuild: sync with gx86 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index cd73981..10953bc 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -16,9 +16,7 @@ if [ "${PV}" != "9999" ]; then else SRC_URI="" inherit mercurial - EHG_REPO_URI="https://csg.votca.googlecode.com/hg" - EHG_REVISION="default" - S="${WORKDIR}/${EHG_REPO_URI##*/}" + EHG_REPO_URI="https://code.google.com/p/votca.csg/" PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} ) examples? ( =sci-chemistry/${PN}-tutorials-${PV} )" fi