commit: 2240bdc6f264381ad7ca58225457bac424f992cc Author: François Bissey <frp.bissey <AT> gmail <DOT> com> AuthorDate: Tue Mar 16 21:57:13 2021 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Mar 16 22:42:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2240bdc6
sci-mathematics/topcom: removing doc use flag, unconditional installation Closes: https://github.com/gentoo/gentoo/pull/19936 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: François René Pierre Bissey <frp.bissey <AT> gmail.com> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/topcom/topcom-0.17.8-r1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/topcom/topcom-0.17.8-r1.ebuild b/sci-mathematics/topcom/topcom-0.17.8-r1.ebuild index 36196048f94..1bf043adc34 100644 --- a/sci-mathematics/topcom/topcom-0.17.8-r1.ebuild +++ b/sci-mathematics/topcom/topcom-0.17.8-r1.ebuild @@ -9,12 +9,12 @@ DESCRIPTION="Computing Triangulations Of Point Configurations and Oriented Matro HOMEPAGE="http://www.rambau.wm.uni-bayreuth.de/TOPCOM/" SRC_URI=" http://www.rambau.wm.uni-bayreuth.de/Software/TOPCOM-${PV}.tar.gz - doc? ( http://www.rambau.wm.uni-bayreuth.de/TOPCOM/TOPCOM-manual.html ) + http://www.rambau.wm.uni-bayreuth.de/TOPCOM/TOPCOM-manual.html " KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" -IUSE="doc examples" +IUSE="examples" DEPEND=" dev-libs/gmp:0 @@ -25,6 +25,8 @@ BDEPEND="app-shells/tcsh" PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" ) +HTML_DOCS=( "${DISTDIR}/TOPCOM-manual.html" ) + src_prepare () { default @@ -42,10 +44,6 @@ src_configure() { } src_install () { - if use doc ; then - HTML_DOCS=( "${DISTDIR}/TOPCOM-manual.html" ) - fi - default if use examples; then
