commit: b5d33c7b390c0e39b4b125e0cbf4a95045859a08 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Nov 19 09:03:09 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Nov 19 11:39:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d33c7b
sci-libs/gaul-devel: 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/gaul-devel/gaul-devel-0.1849-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild b/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild index 883d578b3fea..21816edadf13 100644 --- a/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild +++ b/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit autotools DESCRIPTION="Genetic Algorithm Utility Library" -HOMEPAGE="http://GAUL.sourceforge.net/" +HOMEPAGE="https://gaul.sourceforge.net" SRC_URI="mirror://sourceforge/gaul/${P}-0.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="slang"
