commit:     796124d9f1f2f558bfe825bcfd1586cfe52ef523
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 14:40:16 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> 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 <[email protected]> espresso++-9999.ebuild:
+  move live version to git
+
   13 Nov 2014; Christoph Junghans <[email protected]> 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
 

Reply via email to