summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-02-08 20:41:19 +0000
committerChristoph Junghans <ottxor@gentoo.org>2015-02-08 20:41:19 +0000
commitee1827abcd2a096f62103ef89440b4a0c0e62891 (patch)
tree5369c367b35e93dd8278e9d64cd6f8d963afb6d3 /dev-cpp/icnc/icnc-1.0.100.ebuild
parentFix RDEPEND. Thanks to Kristian. See bug #539120 (diff)
downloadhistorical-ee1827abcd2a096f62103ef89440b4a0c0e62891.tar.gz
historical-ee1827abcd2a096f62103ef89440b4a0c0e62891.tar.bz2
historical-ee1827abcd2a096f62103ef89440b4a0c0e62891.zip
fixed deps and install of api docu (bug #539318)
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0xC2000586
Diffstat (limited to 'dev-cpp/icnc/icnc-1.0.100.ebuild')
-rw-r--r--dev-cpp/icnc/icnc-1.0.100.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-cpp/icnc/icnc-1.0.100.ebuild b/dev-cpp/icnc/icnc-1.0.100.ebuild
index 7f6b4284797b..943e9f5323fb 100644
--- a/dev-cpp/icnc/icnc-1.0.100.ebuild
+++ b/dev-cpp/icnc/icnc-1.0.100.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.1 2014/12/08 19:03:02 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.2 2015/02/08 20:41:08 ottxor Exp $
EAPI=5
@@ -32,6 +32,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
+ doc? ( app-doc/doxygen )
test? ( ${PYTHON_DEPS} )
"
@@ -64,7 +65,7 @@ src_install() {
insinto /usr/share/doc/${P}/html
doins -r "${ED}"/usr/doc/api/*
fi
- rm -r "${ED}"/usr/doc/api || die
+ rm -fr "${ED}"/usr/doc/api
rmdir "${ED}"/usr/doc || die
if use examples ; then
insinto /usr/share/${PN}/examples