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-csg/
Date: Mon, 01 Sep 2014 00:21:54
Message-Id: 1409530888.2204b05f8fb25b1a98092f8eec008efffb18b4f4.ottxor@gentoo
1 commit: 2204b05f8fb25b1a98092f8eec008efffb18b4f4
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 1 00:21:20 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=2204b05f
7
8 sync with gx86
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-chemistry/votca-csg/ChangeLog | 5 ++++-
14 sci-chemistry/votca-csg/votca-csg-9999.ebuild | 14 ++++++++------
15 2 files changed, 12 insertions(+), 7 deletions(-)
16
17 diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog
18 index c290cab..9fff6d4 100644
19 --- a/sci-chemistry/votca-csg/ChangeLog
20 +++ b/sci-chemistry/votca-csg/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-chemistry/votca-csg
23 -# Copyright 1999-2013 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-csg-9999.ebuild:
28 + sync with gx86
29 +
30 09 Mar 2013; Christoph Junghans <ottxor@g.o> votca-csg-9999.ebuild:
31 fix doc build on darwin
32
33
34 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
35 index 31fa847..6fc1afe 100644
36 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
37 +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
38 @@ -4,19 +4,22 @@
39
40 EAPI=5
41
42 +CMAKE_MAKEFILE_GENERATOR="ninja"
43 +
44 inherit bash-completion-r1 cmake-utils multilib
45
46 IUSE="doc examples extras +gromacs"
47 PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
48 if [ "${PV}" != "9999" ]; then
49 - SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz
50 - doc? ( http://votca.googlecode.com/files/${PN}-manual-${PV}.pdf )
51 - examples? ( http://votca.googlecode.com/files/${PN}-tutorials-${PV}.tar.gz )"
52 - RESTRICT="primaryuri"
53 + SRC_URI="http://downloads.votca.googlecode.com/hg/${P}.tar.gz
54 + doc? ( http://downloads.votca.googlecode.com/hg/${PN}-manual-${PV}.pdf )
55 + examples? ( http://downloads.votca.googlecode.com/hg/${PN}-tutorials-${PV}.tar.gz )"
56 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
57 else
58 SRC_URI=""
59 inherit mercurial
60 EHG_REPO_URI="https://code.google.com/p/votca.csg/"
61 + KEYWORDS=""
62 fi
63
64 DESCRIPTION="Votca coarse-graining engine"
65 @@ -24,7 +27,6 @@ HOMEPAGE="http://www.votca.org"
66
67 LICENSE="Apache-2.0"
68 SLOT="0"
69 -KEYWORDS=""
70
71 RDEPEND="=sci-libs/votca-tools-${PV}
72 gromacs? ( sci-chemistry/gromacs:= )
73 @@ -98,7 +100,7 @@ src_install() {
74 dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
75 fi
76 cd "${CMAKE_BUILD_DIR}" || die
77 - emake html
78 + cmake-utils_src_make html
79 dohtml -r share/doc/html/*
80 fi
81 if use examples; then