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-chemistry/votca-csgapps/
Date: Mon, 01 Sep 2014 00:21:54
Message-Id: 1409530888.95ea6d27598aaa5092bdec077d6bc5ba404ec042.ottxor@gentoo
1 commit: 95ea6d27598aaa5092bdec077d6bc5ba404ec042
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 1 00:14:07 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 1 00:21:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=95ea6d27
7
8 sync with gx86
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-chemistry/votca-csgapps/ChangeLog | 5 ++++-
14 sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 10 ++++++----
15 2 files changed, 10 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog
18 index 501f7fb..45954ff 100644
19 --- a/sci-chemistry/votca-csgapps/ChangeLog
20 +++ b/sci-chemistry/votca-csgapps/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-chemistry/votca-csgapps
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 01 Sep 2014; Christoph Junghans <ottxor@g.o> votca-csgapps-9999.ebuild:
28 + sync with gx86
29 +
30 31 Dec 2012; Christoph Junghans <ottxor@g.o> votca-csgapps-9999.ebuild:
31 update EHG_REPO_URI
32
33
34 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
35 index dadeba9..570a21d 100644
36 --- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
37 +++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
38 @@ -2,16 +2,19 @@
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: $
41
42 -EAPI=4
43 +EAPI=5
44 +
45 +CMAKE_MAKEFILE_GENERATOR="ninja"
46
47 inherit cmake-utils
48
49 if [ "${PV}" != "9999" ]; then
50 - SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz"
51 - RESTRICT="primaryuri"
52 + SRC_URI="http://downloads.votca.googlecode.com/hg/${PF}.tar.gz"
53 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
54 else
55 inherit mercurial
56 EHG_REPO_URI="https://code.google.com/p/votca.csgapps/"
57 + KEYWORDS=""
58 fi
59
60 DESCRIPTION="Extra applications for votca-csg"
61 @@ -19,7 +22,6 @@ HOMEPAGE="http://www.votca.org"
62
63 LICENSE="Apache-2.0"
64 SLOT="0"
65 -KEYWORDS=""
66 IUSE=""
67
68 RDEPEND="=sci-chemistry/${PN%apps}-${PV}"