Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
Date: Sun, 01 Mar 2015 14:44:38
Message-Id: 1425220816.796124d9f1f2f558bfe825bcfd1586cfe52ef523.ottxor@gentoo
1 commit: 796124d9f1f2f558bfe825bcfd1586cfe52ef523
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 14:40:16 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 14:40:16 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=796124d9
7
8 move live version to git
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 sci-physics/espresso++/ChangeLog | 5 ++++-
14 sci-physics/espresso++/espresso++-9999.ebuild | 10 +++++-----
15 2 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
18 index dd0c03d..cd16389 100644
19 --- a/sci-physics/espresso++/ChangeLog
20 +++ b/sci-physics/espresso++/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-physics/espresso++
23 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 01 Mar 2015; Christoph Junghans <ottxor@g.o> espresso++-9999.ebuild:
28 + move live version to git
29 +
30 13 Nov 2014; Christoph Junghans <ottxor@g.o> espresso++-9999.ebuild:
31 sync with gx86
32
33
34 diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
35 index d21c133..8320cdd 100644
36 --- a/sci-physics/espresso++/espresso++-9999.ebuild
37 +++ b/sci-physics/espresso++/espresso++-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 +# Copyright 1999-2015 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 @@ -12,14 +12,14 @@ inherit cmake-utils python-single-r1
45 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
46 HOMEPAGE="https://www.espresso-pp.de"
47
48 +MY_PN="${PN//+/p}"
49 if [[ ${PV} = 9999 ]]; then
50 - EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}"
51 - inherit mercurial
52 + EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git"
53 + inherit git-r3
54 KEYWORDS=
55 else
56 - inherit vcs-snapshot
57 #SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
58 - SRC_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
59 + SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
61 fi