Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
Date: Tue, 01 Dec 2020 16:14:49
Message-Id: 1606839276.944d865582a419b31183f4408a8895f45b7e6607.mjo@gentoo
1 commit: 944d865582a419b31183f4408a8895f45b7e6607
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 16:10:55 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 16:14:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944d8655
7
8 sci-mathematics/octave: new revision with sys-apps/texinfo in RDEPEND.
9
10 Closes: https://bugs.gentoo.org/743019
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 .../octave/{octave-6.1.0.ebuild => octave-6.1.0-r1.ebuild} | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-mathematics/octave/octave-6.1.0.ebuild b/sci-mathematics/octave/octave-6.1.0-r1.ebuild
18 similarity index 96%
19 rename from sci-mathematics/octave/octave-6.1.0.ebuild
20 rename to sci-mathematics/octave/octave-6.1.0-r1.ebuild
21 index ff79efc69a4..cbd2dd72530 100644
22 --- a/sci-mathematics/octave/octave-6.1.0.ebuild
23 +++ b/sci-mathematics/octave/octave-6.1.0-r1.ebuild
24 @@ -16,9 +16,13 @@ IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl
25 ssl static-libs sundials X zlib"
26 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
27
28 +# Although it is listed in INSTALL.OCTAVE as a build tool, Octave runs
29 +# "makeinfo" from sys-apps/texinfo at runtime to convert its texinfo
30 +# documentation to text (see scripts/help/help.m).
31 RDEPEND="
32 app-arch/bzip2
33 app-text/ghostscript-gpl
34 + sys-apps/texinfo
35 dev-libs/libpcre:3=
36 sys-libs/ncurses:0=
37 sys-libs/zlib
38 @@ -74,7 +78,6 @@ RDEPEND="
39 X? ( x11-libs/libX11:0= )"
40 DEPEND="${RDEPEND}
41 dev-util/gperf
42 - sys-apps/texinfo
43 virtual/pkgconfig
44 doc? (
45 dev-texlive/texlive-fontsrecommended