Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/topcom/
Date: Fri, 28 May 2021 15:57:47
Message-Id: 1622217439.c92ee1afebec98ba5b8d627fa27e83b9804ae5c9.soap@gentoo
1 commit: c92ee1afebec98ba5b8d627fa27e83b9804ae5c9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 15:57:19 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 15:57:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92ee1af
7
8 sci-mathematics/topcom: fix docinto argument (avoid double 'prefix')
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 .../topcom/{topcom-0.17.7.ebuild => topcom-0.17.7-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/topcom/topcom-0.17.7.ebuild b/sci-mathematics/topcom/topcom-0.17.7-r1.ebuild
17 similarity index 93%
18 rename from sci-mathematics/topcom/topcom-0.17.7.ebuild
19 rename to sci-mathematics/topcom/topcom-0.17.7-r1.ebuild
20 index 6ff02493a14..0e7e8c06ff2 100644
21 --- a/sci-mathematics/topcom/topcom-0.17.7.ebuild
22 +++ b/sci-mathematics/topcom/topcom-0.17.7-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -41,7 +41,7 @@ src_install() {
30
31 use examples && dodoc -r "${S}"/examples
32
33 - docinto /usr/share/doc/${PF}/html
34 + docinto html
35 use doc && dodoc "${DISTDIR}"/TOPCOM-manual.html
36
37 mv "${ED}"/usr/bin/cube "${ED}"/usr/bin/topcom_cube || die