From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC6D81395E2 for ; Thu, 24 Nov 2016 05:04:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1CBCE0B2A; Thu, 24 Nov 2016 05:04:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B78EE0B2A for ; Thu, 24 Nov 2016 05:04:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5D5E340F2F for ; Thu, 24 Nov 2016 05:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE89487 for ; Thu, 24 Nov 2016 05:04:41 +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: <1479963864.6250b6c458f70ebf920e9a6e9eeeb59081866cf8.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csg/metadata.xml sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 6250b6c458f70ebf920e9a6e9eeeb59081866cf8 X-VCS-Branch: master Date: Thu, 24 Nov 2016 05:04:41 +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: 9bdf8f60-8c6e-4f4e-8385-35146695a64e X-Archives-Hash: cf0da70c042ae41b7dd9d02d018b46f9 commit: 6250b6c458f70ebf920e9a6e9eeeb59081866cf8 Author: Christoph Junghans gentoo org> AuthorDate: Thu Nov 24 04:58:30 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Nov 24 05:04:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6250b6c4 sci-chemistry/votca-csg: remove googlecode refs Package-Manager: portage-2.3.0 sci-chemistry/votca-csg/metadata.xml | 1 - sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild | 12 +++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/votca-csg/metadata.xml b/sci-chemistry/votca-csg/metadata.xml index ac1ad46..e078f2b 100644 --- a/sci-chemistry/votca-csg/metadata.xml +++ b/sci-chemistry/votca-csg/metadata.xml @@ -14,7 +14,6 @@ Pull in extra applications from sci-chemistry/votca-csgapps - votca votca/csg-tutorials diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild index b3ad749..a16d9f5 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild @@ -9,15 +9,9 @@ inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs" PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )" if [ "${PV}" != "9999" ]; then - SRC_URI="https://downloads.votca.googlecode.com/hg/${P}.tar.gz - doc? ( https://downloads.votca.googlecode.com/hg/${PN}-manual-${PV}.pdf ) - examples? ( https://downloads.votca.googlecode.com/hg/${PN}-tutorials-${PV}.tar.gz )" -else - SRC_URI="" - inherit mercurial - EHG_REPO_URI="https://csg.votca.googlecode.com/hg" - PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} ) - examples? ( =sci-chemistry/${PN}-tutorials-${PV} )" + SRC_URI="https://github.com/votca/downloads/raw/master/${P}.tar.gz + doc? ( https://github.com/votca/downloads/raw/master/${PN}-manual-${PV}.pdf ) + examples? ( https://github.com/votca/downloads/raw/master/${PN}-tutorials-${PV}.tar.gz )" fi DESCRIPTION="Votca coarse-graining engine"