From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44550158020 for ; Sat, 19 Nov 2022 11:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B31C1E095A; Sat, 19 Nov 2022 11:41:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92414E095A for ; Sat, 19 Nov 2022 11:41:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CB8D3412F8 for ; Sat, 19 Nov 2022 11:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B067759 for ; Sat, 19 Nov 2022 11:41:47 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1668857970.b5d33c7b390c0e39b4b125e0cbf4a95045859a08.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gaul-devel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild X-VCS-Directories: sci-libs/gaul-devel/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b5d33c7b390c0e39b4b125e0cbf4a95045859a08 X-VCS-Branch: master Date: Sat, 19 Nov 2022 11:41:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 907c78ba-0662-4b83-8789-f2141acf3629 X-Archives-Hash: 7e9ceb145b2eb778cd500b3533596849 commit: b5d33c7b390c0e39b4b125e0cbf4a95045859a08 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Nov 19 09:03:09 2022 +0000 Commit: Andrew Ammerlaan gentoo 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 levelnine.at> Signed-off-by: Andrew Ammerlaan 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"