commit: a5c7fb7c5bf1e14c38f0d4f117f9e4fa4bbbc562 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Nov 19 09:13:26 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Nov 19 11:39:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c7fb7c
sci-libs/mathgl: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/mathgl/mathgl-2.4.4-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild b/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild index ba882749acc0..67cf1d52fc52 100644 --- a/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild +++ b/sci-libs/mathgl/mathgl-2.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,10 +8,10 @@ WX_GTK_VER=3.0 inherit cmake wxwidgets multilib flag-o-matic DESCRIPTION="Math Graphics Library" -HOMEPAGE="http://mathgl.sourceforge.net/" +HOMEPAGE="https://mathgl.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://sourceforge/${PN}/STIX_font.tgz" -LICENSE="LGPL-3" +LICENSE="LGPL-3+" SLOT="0/7.5.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fltk gif glut gsl hdf hdf5 jpeg mpi octave opengl openmp pdf
