diff options
author | François Bissey <frp.bissey@gmail.com> | 2021-03-17 10:57:13 +1300 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2021-03-16 18:42:09 -0400 |
commit | 2240bdc6f264381ad7ca58225457bac424f992cc (patch) | |
tree | 36087c837ae789f2868f849394277aa53ab1c75a /sci-mathematics/topcom | |
parent | sci-mathematics/topcom: define HTML_DOCS only when doc is in USE. (diff) | |
download | gentoo-2240bdc6f264381ad7ca58225457bac424f992cc.tar.gz gentoo-2240bdc6f264381ad7ca58225457bac424f992cc.tar.bz2 gentoo-2240bdc6f264381ad7ca58225457bac424f992cc.zip |
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@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/topcom')
-rw-r--r-- | sci-mathematics/topcom/topcom-0.17.8-r1.ebuild | 10 |
1 files 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 36196048f942..1bf043adc34f 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 |