commit:     7b929aaed11e115b90d034d0acf654b3585e249d
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 11 15:41:07 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Dec 11 15:41:18 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7b929aae

sync with upstream

Package-Manager: portage-2.2.14

---
 dev-cpp/icnc/ChangeLog        |  3 +++
 dev-cpp/icnc/icnc-9999.ebuild | 22 ++++------------------
 2 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog
index 238b967..7f3c6d5 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 <[email protected]> icnc-9999.ebuild:
+  sync with upstream
+
   09 Dec 2014; Christoph Junghans <[email protected]> icnc-9999.ebuild:
   testing got fixed upstream
 

diff --git a/dev-cpp/icnc/icnc-9999.ebuild b/dev-cpp/icnc/icnc-9999.ebuild
index e0a5704..cc65021 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
 }

Reply via email to