aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-12-14 15:29:41 -0700
committerChristoph Junghans <ottxor@gentoo.org>2013-12-14 15:29:41 -0700
commitba29197735efad502c4fb79e1d271903012dd152 (patch)
tree1f25186fad47d3fffcd5257fd64d7eeab6c55109
parentsys-cluster/modules: Updated maintainer email to gentoo.org (diff)
downloadsci-ba29197735efad502c4fb79e1d271903012dd152.tar.gz
sci-ba29197735efad502c4fb79e1d271903012dd152.tar.bz2
sci-ba29197735efad502c4fb79e1d271903012dd152.zip
fixed install
Package-Manager: portage-2.2.7
-rw-r--r--sci-chemistry/mdsctk/ChangeLog3
-rw-r--r--sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild3
2 files changed, 5 insertions, 1 deletions
diff --git a/sci-chemistry/mdsctk/ChangeLog b/sci-chemistry/mdsctk/ChangeLog
index 91fb1c755..7fd81d3fc 100644
--- a/sci-chemistry/mdsctk/ChangeLog
+++ b/sci-chemistry/mdsctk/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Dec 2013; Christoph Junghans <ottxor@gentoo.org> mdsctk-1.2.0.ebuild:
+ fixed install
+
*mdsctk-1.2.0 (12 Dec 2013)
12 Dec 2013; Christoph Junghans <ottxor@gentoo.org> +mdsctk-1.2.0.ebuild,
diff --git a/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild b/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild
index 80629e8d5..63a45e254 100644
--- a/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild
+++ b/sci-chemistry/mdsctk/mdsctk-1.2.0.ebuild
@@ -34,7 +34,8 @@ src_configure() {
src_install() {
dodoc AUTHORS README.md
- use R && dobin clustering_histogram.r clustering_nmi.r kmeans.r plot_histogram.r
+ use R && dobin clustering_nmi.r clustering_pdf.r density.r entropy.r kmeans.r mdsctk.r plot_pdf.r \
+ probability.r
insinto /usr/share/"${PN}"/examples
use examples && doins -r examples
cd "${BUILD_DIR}" || die