ottxor 15/03/06 22:05:30 Modified: icnc-1.0.100.ebuild ChangeLog Log: fixed install without doc (bug #542022) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.3 dev-cpp/icnc/icnc-1.0.100.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?r1=1.2&r2=1.3 Index: icnc-1.0.100.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- icnc-1.0.100.ebuild 8 Feb 2015 20:41:08 -0000 1.2 +++ icnc-1.0.100.ebuild 6 Mar 2015 22:05:30 -0000 1.3 @@ -1,6 +1,6 @@ # 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.2 2015/02/08 20:41:08 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.3 2015/03/06 22:05:30 ottxor Exp $ EAPI=5 @@ -40,6 +40,7 @@ local mycmakeargs=( $(cmake-utils_use mpi BUILD_LIBS_FOR_MPI) -DLIB=$(get_libdir) + $(cmake-utils_use_find_package doc Doxygen) ) cmake-utils_src_configure if use test ; then @@ -65,8 +66,7 @@ insinto /usr/share/doc/${P}/html doins -r "${ED}"/usr/doc/api/* fi - rm -fr "${ED}"/usr/doc/api - rmdir "${ED}"/usr/doc || die + rm -fr "${ED}"/usr/doc if use examples ; then insinto /usr/share/${PN}/examples doins -r "${ED}"/usr/samples/* 1.3 dev-cpp/icnc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Feb 2015 20:41:08 -0000 1.2 +++ ChangeLog 6 Mar 2015 22:05:30 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/icnc # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.3 2015/03/06 22:05:30 ottxor Exp $ + + 06 Mar 2015; Christoph Junghans <ott...@gentoo.org> icnc-1.0.100.ebuild: + fixed install without doc (bug #542022) 08 Feb 2015; Christoph Junghans <ott...@gentoo.org> icnc-1.0.100.ebuild: fixed deps and install of api docu (bug #539318)