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-libs/votca-tools/
Date: Mon, 01 Sep 2014 00:21:55
Message-Id: 1409530888.ab8ca179a44ab1b6feafc4c53e358dfaff876fa0.ottxor@gentoo
1 commit: ab8ca179a44ab1b6feafc4c53e358dfaff876fa0
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 31 23:56:27 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=ab8ca179
7
8 sync with gx86
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-libs/votca-tools/ChangeLog | 5 ++++-
14 sci-libs/votca-tools/votca-tools-9999.ebuild | 12 +++++++-----
15 2 files changed, 11 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog
18 index 5de32cc..fb3e7d8 100644
19 --- a/sci-libs/votca-tools/ChangeLog
20 +++ b/sci-libs/votca-tools/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-libs/votca-tools
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 + 31 Aug 2014; Christoph Junghans <ottxor@g.o> votca-tools-9999.ebuild:
28 + sync with gx86
29 +
30 31 Dec 2012; Christoph Junghans <ottxor@g.o> votca-tools-9999.ebuild:
31 update EHG_REPO_URI
32
33
34 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
35 index 90f87a8..9d964a0 100644
36 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild
37 +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
38 @@ -2,17 +2,20 @@
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 eutils multilib
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/${P}_pristine.tar.gz"
53 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
54 else
55 SRC_URI=""
56 inherit mercurial
57 EHG_REPO_URI="https://code.google.com/p/votca.tools/"
58 + KEYWORDS=""
59 fi
60
61 DESCRIPTION="Votca tools library"
62 @@ -20,7 +23,6 @@ HOMEPAGE="http://www.votca.org"
63
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 -KEYWORDS=""
67 IUSE="doc +fftw +gsl sqlite"
68
69 RDEPEND="fftw? ( sci-libs/fftw:3.0 )
70 @@ -51,7 +53,7 @@ src_install() {
71 cmake-utils_src_install
72 if use doc; then
73 cd "${CMAKE_BUILD_DIR}"
74 - emake html
75 + cmake-utils_src_make html
76 dohtml -r share/doc/html/*
77 fi
78 }