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 F26001395E3 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 5963CE0B26; 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 4106FE0B26 for ; Thu, 24 Nov 2016 05:04:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5D439340F27 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 BFBCB4A6 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.0f93af82ae084b74e5bb28587ca662f6ce054cec.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csgapps/metadata.xml sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild X-VCS-Directories: sci-chemistry/votca-csgapps/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 0f93af82ae084b74e5bb28587ca662f6ce054cec 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: 2b293116-e567-48f0-b7c4-c8ba63ac9b23 X-Archives-Hash: d8dcd5facf940aa2df9cf944ceb2d07a commit: 0f93af82ae084b74e5bb28587ca662f6ce054cec Author: Christoph Junghans gentoo org> AuthorDate: Thu Nov 24 05:01:04 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=0f93af82 sci-chemistry/votca-csgapps: remove googlecode refs Package-Manager: portage-2.3.0 sci-chemistry/votca-csgapps/metadata.xml | 1 - sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sci-chemistry/votca-csgapps/metadata.xml b/sci-chemistry/votca-csgapps/metadata.xml index c9e0e7e..b555f74 100644 --- a/sci-chemistry/votca-csgapps/metadata.xml +++ b/sci-chemistry/votca-csgapps/metadata.xml @@ -10,7 +10,6 @@ Gentoo Chemistry Project - votca votca/csgapps diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild index c5c9afa..0b7225e 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,10 +7,7 @@ EAPI=4 inherit cmake-utils if [ "${PV}" != "9999" ]; then - SRC_URI="https://downloads.votca.googlecode.com/hg/${PF}.tar.gz" -else - inherit mercurial - EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg" + SRC_URI="https://github.com/votca/downloads/raw/master/${PF}.tar.gz" fi DESCRIPTION="Extra applications for votca-csg"