diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2015-02-08 20:41:08 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2015-02-08 20:41:08 +0000 |
commit | e8d8043db079c49b0a3f47a22e1710065aef375b (patch) | |
tree | 7005395a07f6f37e64105c40bdecd955b2da1a72 /dev-cpp/icnc | |
parent | Fix RDEPEND. Thanks to Kristian. See bug #539120 (diff) | |
download | gentoo-2-e8d8043db079c49b0a3f47a22e1710065aef375b.tar.gz gentoo-2-e8d8043db079c49b0a3f47a22e1710065aef375b.tar.bz2 gentoo-2-e8d8043db079c49b0a3f47a22e1710065aef375b.zip |
fixed deps and install of api docu (bug #539318)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-cpp/icnc')
-rw-r--r-- | dev-cpp/icnc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/icnc/icnc-1.0.100.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog index 060b2d56e736..de2fbd452a63 100644 --- a/dev-cpp/icnc/ChangeLog +++ b/dev-cpp/icnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/icnc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.1 2014/12/08 19:03:02 ottxor Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.2 2015/02/08 20:41:08 ottxor Exp $ + + 08 Feb 2015; Christoph Junghans <ottxor@gentoo.org> icnc-1.0.100.ebuild: + fixed deps and install of api docu (bug #539318) *icnc-1.0.100 (08 Dec 2014) 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 |