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 24FBF138A1B for ; Sun, 1 Mar 2015 14:44:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1114E08A8; Sun, 1 Mar 2015 14:44:36 +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 66E54E08A8 for ; Sun, 1 Mar 2015 14:44:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25049340CB3 for ; Sun, 1 Mar 2015 14:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCAD312CF0 for ; Sun, 1 Mar 2015 14:44:33 +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: <1425220816.796124d9f1f2f558bfe825bcfd1586cfe52ef523.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/espresso++/ChangeLog sci-physics/espresso++/espresso++-9999.ebuild X-VCS-Directories: sci-physics/espresso++/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 796124d9f1f2f558bfe825bcfd1586cfe52ef523 X-VCS-Branch: master Date: Sun, 1 Mar 2015 14:44:33 +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: c8b9d288-9118-4f92-ada8-9c6be6b95a89 X-Archives-Hash: 5bad5038a2c63c089feadf663c41c671 commit: 796124d9f1f2f558bfe825bcfd1586cfe52ef523 Author: Christoph Junghans gentoo org> AuthorDate: Sun Mar 1 14:40:16 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Mar 1 14:40:16 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=796124d9 move live version to git Package-Manager: portage-2.2.14 --- sci-physics/espresso++/ChangeLog | 5 ++++- sci-physics/espresso++/espresso++-9999.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index dd0c03d..cd16389 100644 --- a/sci-physics/espresso++/ChangeLog +++ b/sci-physics/espresso++/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-physics/espresso++ -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Mar 2015; Christoph Junghans espresso++-9999.ebuild: + move live version to git + 13 Nov 2014; Christoph Junghans espresso++-9999.ebuild: sync with gx86 diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index d21c133..8320cdd 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,14 +12,14 @@ inherit cmake-utils python-single-r1 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research" HOMEPAGE="https://www.espresso-pp.de" +MY_PN="${PN//+/p}" if [[ ${PV} = 9999 ]]; then - EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}" - inherit mercurial + EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git" + inherit git-r3 KEYWORDS= else - inherit vcs-snapshot #SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz" - SRC_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2" + SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" fi