aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-12-11 08:41:07 -0700
committerChristoph Junghans <ottxor@gentoo.org>2014-12-11 08:41:18 -0700
commit7b929aaed11e115b90d034d0acf654b3585e249d (patch)
tree69ea9ec498cf0e2a9815d1f78637213dde26bb86
parentTreated a small problem with CUDA in sci-physics/abinit, corrected its depend... (diff)
downloadsci-7b929aaed11e115b90d034d0acf654b3585e249d.tar.gz
sci-7b929aaed11e115b90d034d0acf654b3585e249d.tar.bz2
sci-7b929aaed11e115b90d034d0acf654b3585e249d.zip
sync with upstream
Package-Manager: portage-2.2.14
-rw-r--r--dev-cpp/icnc/ChangeLog3
-rw-r--r--dev-cpp/icnc/icnc-9999.ebuild22
2 files changed, 7 insertions, 18 deletions
diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog
index 238b96754..7f3c6d539 100644
--- a/dev-cpp/icnc/ChangeLog
+++ b/dev-cpp/icnc/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Dec 2014; Christoph Junghans <ottxor@gentoo.org> icnc-9999.ebuild:
+ sync with upstream
+
09 Dec 2014; Christoph Junghans <ottxor@gentoo.org> icnc-9999.ebuild:
testing got fixed upstream
diff --git a/dev-cpp/icnc/icnc-9999.ebuild b/dev-cpp/icnc/icnc-9999.ebuild
index e0a57042a..cc650213c 100644
--- a/dev-cpp/icnc/icnc-9999.ebuild
+++ b/dev-cpp/icnc/icnc-9999.ebuild
@@ -44,24 +44,10 @@ src_configure() {
cmake-utils_src_configure
}
-src_compile() {
- cmake-utils_src_compile
-}
-
src_install() {
cmake-utils_src_install
- if use doc ; then
- insinto /usr/share/doc/${P}/html
- doins -r "${ED}"/usr/doc/api/*
- fi
- rm -r "${ED}"/usr/doc/api || die
- rmdir "${ED}"/usr/doc || die
- if use examples ; then
- insinto /usr/share/${PN}/examples
- doins -r "${ED}"/usr/samples/*
- fi
- rm -r "${ED}"/usr/samples || die
- insinto /usr/share/${PN}/
- doins -r "${ED}"/usr/misc/*
- rm -r "${ED}"/usr/misc/ || die
+ mv "${ED}"/usr/share/{icnc/doc/api,doc/${P}/html} || die
+ rmdir "${ED}"/usr/share/icnc/doc || die
+ use doc || rm -r "${ED}"/usr/share/doc/${P}/html || die
+ use examples || rm -r "${ED}"/usr/share/icnc/samples || die
}