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/mdsctk/
Date: Mon, 03 Jun 2013 23:31:29
Message-Id: 1370302273.c20fe59cecebe309fe24a563e9a0bfd9356e2216.ottxor@gentoo
1 commit: c20fe59cecebe309fe24a563e9a0bfd9356e2216
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 3 23:30:51 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 23:31:13 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c20fe59c
7
8 added ~amd64-linux + clean up
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 sci-chemistry/mdsctk/ChangeLog | 4 ++++
14 sci-chemistry/mdsctk/mdsctk-1.0.0.ebuild | 4 ++--
15 sci-chemistry/mdsctk/metadata.xml | 2 +-
16 3 files changed, 7 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-chemistry/mdsctk/ChangeLog b/sci-chemistry/mdsctk/ChangeLog
19 index 83aa8bc..ca0cede 100644
20 --- a/sci-chemistry/mdsctk/ChangeLog
21 +++ b/sci-chemistry/mdsctk/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 03 Jun 2013; Christoph Junghans <ottxor@g.o> mdsctk-1.0.0.ebuild,
27 + metadata.xml:
28 + added ~amd64-linux + clean up
29 +
30 *mdsctk-1.0.0 (02 Jun 2013)
31
32 02 Jun 2013; Christoph Junghans <ottxor@g.o> +mdsctk-1.0.0.ebuild,
33
34 diff --git a/sci-chemistry/mdsctk/mdsctk-1.0.0.ebuild b/sci-chemistry/mdsctk/mdsctk-1.0.0.ebuild
35 index 5601f7e..84093b0 100644
36 --- a/sci-chemistry/mdsctk/mdsctk-1.0.0.ebuild
37 +++ b/sci-chemistry/mdsctk/mdsctk-1.0.0.ebuild
38 @@ -12,11 +12,11 @@ SRC_URI="http://cnls.lanl.gov/~jphillips/wp-content/uploads/${P}.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 -KEYWORDS="~amd64"
43 +KEYWORDS="~amd64 ~amd64-linux"
44 IUSE="examples R"
45
46 DEPEND="
47 - sci-chemistry/gromacs
48 + sci-chemistry/gromacs:=
49 sci-libs/gsl
50 sys-libs/db[cxx]
51 virtual/blas
52
53 diff --git a/sci-chemistry/mdsctk/metadata.xml b/sci-chemistry/mdsctk/metadata.xml
54 index d24286a..3909537 100644
55 --- a/sci-chemistry/mdsctk/metadata.xml
56 +++ b/sci-chemistry/mdsctk/metadata.xml
57 @@ -7,6 +7,6 @@
58 <name>Christoph Junghans</name>
59 </maintainer>
60 <use>
61 - <flag name="R">Install <pkg>dev-lang/R</pkg> as well</flag>
62 + <flag name="R">Install <pkg>dev-lang/R</pkg> scripts as well</flag>
63 </use>
64 </pkgmetadata>