Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
Date: Mon, 03 May 2021 09:50:45
Message-Id: 1620035400.f39d632b12f70d6c6c9110fa858b49a39d9e06e7.zlogene@gentoo
1 commit: f39d632b12f70d6c6c9110fa858b49a39d9e06e7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 09:50:00 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 09:50:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39d632b
7
8 sci-mathematics/octave: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sci-mathematics/octave/octave-5.2.0.ebuild | 7 +++----
14 sci-mathematics/octave/octave-6.2.0.ebuild | 5 ++---
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/sci-mathematics/octave/octave-5.2.0.ebuild b/sci-mathematics/octave/octave-5.2.0.ebuild
18 index 873ea617a81..0427a86b5e7 100644
19 --- a/sci-mathematics/octave/octave-5.2.0.ebuild
20 +++ b/sci-mathematics/octave/octave-5.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/octave/"
28 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
29
30 SLOT="0/${PV}"
31 -IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl
32 +IUSE="curl doc fftw +glpk gnuplot gui hdf5 java opengl
33 portaudio postscript +qhull +qrupdate readline sndfile +sparse
34 ssl static-libs X zlib"
35 KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
36 @@ -48,8 +48,7 @@ RDEPEND="
37 x11-libs/gl2ps:0=
38 )
39 ssl? (
40 - !libressl? ( dev-libs/openssl:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + dev-libs/openssl:0=
43 )
44 portaudio? ( media-libs/portaudio )
45 postscript? (
46
47 diff --git a/sci-mathematics/octave/octave-6.2.0.ebuild b/sci-mathematics/octave/octave-6.2.0.ebuild
48 index 0485737c240..f38aa0631f6 100644
49 --- a/sci-mathematics/octave/octave-6.2.0.ebuild
50 +++ b/sci-mathematics/octave/octave-6.2.0.ebuild
51 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/octave/"
52 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
53
54 SLOT="0/${PV}"
55 -IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl
56 +IUSE="curl doc fftw +glpk gnuplot gui hdf5 java opengl
57 portaudio postscript +qhull +qrupdate readline sndfile +sparse
58 ssl static-libs sundials X zlib"
59 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
60 @@ -71,8 +71,7 @@ RDEPEND="
61 sci-libs/umfpack:0=
62 )
63 ssl? (
64 - !libressl? ( dev-libs/openssl:0= )
65 - libressl? ( dev-libs/libressl:0= )
66 + dev-libs/openssl:0=
67 )
68 sundials? ( >=sci-libs/sundials-4:0= )
69 X? ( x11-libs/libX11:0= )"