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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AB42158099 for ; Wed, 22 Nov 2023 22:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C7E92BC023; Wed, 22 Nov 2023 22:42:43 +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 2AE012BC023 for ; Wed, 22 Nov 2023 22:42:43 +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 12D02335DC1 for ; Wed, 22 Nov 2023 22:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADC5A64 for ; Wed, 22 Nov 2023 22:42:40 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1700692917.2f3244a17040ac83d91bfb7388968f8bb7412dcb.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/giac/giac-1.9.0.67.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 2f3244a17040ac83d91bfb7388968f8bb7412dcb X-VCS-Branch: master Date: Wed, 22 Nov 2023 22:42:40 +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: e0a37a94-da4d-43f2-97ce-a8ce9032627f X-Archives-Hash: 9b212b6bcafe52db423d9b7a18da0c37 commit: 2f3244a17040ac83d91bfb7388968f8bb7412dcb Author: Michael Orlitzky gentoo org> AuthorDate: Wed Nov 22 22:41:57 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Nov 22 22:41:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3244a1 sci-mathematics/giac: update LICENSE Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/giac/giac-1.9.0.67.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/giac/giac-1.9.0.67.ebuild b/sci-mathematics/giac/giac-1.9.0.67.ebuild index a9165fd96178..8e4bf2f1a4ce 100644 --- a/sci-mathematics/giac/giac-1.9.0.67.ebuild +++ b/sci-mathematics/giac/giac-1.9.0.67.ebuild @@ -10,7 +10,11 @@ MY_PV=$(ver_cut 1-3) DESCRIPTION="A free C++ Computer Algebra System library and its interfaces" HOMEPAGE="https://www-fourier.ujf-grenoble.fr/~parisse/giac.html" SRC_URI="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${FETCH_P}.tar.gz" -LICENSE="GPL-2" + +# The licensing is explained in README. We disable or delete several +# bundled features (MicroPytho, QuickJS, FLTK, gl2ps) that are +# specifically mentioned there. +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86"