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 6295813881C for ; Thu, 24 Sep 2015 05:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E57E821C006; Thu, 24 Sep 2015 05:20:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C75121C006 for ; Thu, 24 Sep 2015 05:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C456D340AA7 for ; Thu, 24 Sep 2015 05:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7432118C for ; Thu, 24 Sep 2015 05:20:17 +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: <1443072074.3bc86599c97f44eecddaaa1c66535563ce914db2.ottxor@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: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 3bc86599c97f44eecddaaa1c66535563ce914db2 X-VCS-Branch: master Date: Thu, 24 Sep 2015 05:20:17 +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: 50756e40-7608-4ed9-ad9d-885faeba2e0d X-Archives-Hash: 9927380c281581f438d9ea1247920a6b commit: 3bc86599c97f44eecddaaa1c66535563ce914db2 Author: Christoph Junghans gentoo org> AuthorDate: Thu Sep 24 05:00:23 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Sep 24 05:21:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3bc86599 sci-libs/votca-tools: sync with gx86 Package-Manager: portage-2.2.20.1 sci-libs/votca-tools/ChangeLog | 5 ++++- sci-libs/votca-tools/votca-tools-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index 3fef99a..c5ce237 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/votca-tools -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 24 Sep 2015; Christoph Junghans votca-tools-9999.ebuild: + sci-libs/votca-tools: sync with gx86 + 13 Nov 2014; Christoph Junghans votca-tools-9999.ebuild: deps on boost:= diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild index e724f4e..4dae0bf 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild @@ -9,12 +9,12 @@ CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils eutils multilib if [ "${PV}" != "9999" ]; then - SRC_URI="http://downloads.votca.googlecode.com/hg/${P}_pristine.tar.gz" + SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" + S="${WORKDIR}/${P#votca-}" else - SRC_URI="" - inherit mercurial - EHG_REPO_URI="https://code.google.com/p/votca.tools/" + inherit git-r3 + EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" KEYWORDS="" fi