kensington 14/09/18 17:14:50 Modified: cmake-3.0.2.ebuild ChangeLog Log: Add doc USE flag to restore man pages and add other documentation wrt bug #523148. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.2 dev-util/cmake/cmake-3.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.0.2.ebuild?r1=1.1&r2=1.2 Index: cmake-3.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cmake-3.0.2.ebuild 15 Sep 2014 22:43:29 -0000 1.1 +++ cmake-3.0.2.ebuild 18 Sep 2014 17:14:50 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.0.2.ebuild,v 1.1 2014/09/15 22:43:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.0.2.ebuild,v 1.2 2014/09/18 17:14:50 kensington Exp $ EAPI=5 @@ -14,11 +14,11 @@ LICENSE="CMake" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="emacs ncurses qt4 qt5" +IUSE="doc emacs ncurses qt4 qt5" REQUIRED_USE="?? ( qt4 qt5 )" -DEPEND=" +RDEPEND=" >=app-arch/libarchive-2.8.0:= >=dev-libs/expat-2.0.1 >=net-misc/curl-7.20.0-r1[ssl] @@ -36,7 +36,9 @@ dev-qt/qtwidgets:5 ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx ) +" SITEFILE="50${PN}-gentoo.el" @@ -130,6 +132,8 @@ -DCMAKE_DOC_DIR=/share/doc/${PF} -DCMAKE_MAN_DIR=/share/man -DCMAKE_DATA_DIR=/share/${PN} + -DSPHINX_MAN=$(usex doc) + -DSPHINX_HTML=$(usex doc) $(cmake-utils_use_build ncurses CursesDialog) ) 1.299 dev-util/cmake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.299&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.299&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.298&r2=1.299 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v retrieving revision 1.298 retrieving revision 1.299 diff -u -r1.298 -r1.299 --- ChangeLog 15 Sep 2014 22:43:29 -0000 1.298 +++ ChangeLog 18 Sep 2014 17:14:50 -0000 1.299 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.298 2014/09/15 22:43:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.299 2014/09/18 17:14:50 kensington Exp $ + + 18 Sep 2014; Michael Palimaka <[email protected]> cmake-3.0.2.ebuild: + Add doc USE flag to restore man pages and add other documentation wrt bug + #523148. *cmake-3.0.2 (15 Sep 2014)
