From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEAC01584AD for ; Sat, 10 May 2025 06:06:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B6ED5343197 for ; Sat, 10 May 2025 06:06:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E0D831103C0; Sat, 10 May 2025 06:06:04 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D1E4D1103C0 for ; Sat, 10 May 2025 06:06:04 +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 8831E343129 for ; Sat, 10 May 2025 06:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020022774 for ; Sat, 10 May 2025 06:06:03 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1746857039.976cda57ca742e51ab08a91cbe653cf1722f7910.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-134.0.6998.117.ebuild www-client/chromium/chromium-136.0.7103.92.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 976cda57ca742e51ab08a91cbe653cf1722f7910 X-VCS-Branch: master Date: Sat, 10 May 2025 06:06:03 +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: 99114209-3550-4ca1-80d4-96b39ee29095 X-Archives-Hash: c268a4e3fedf944293883c366f6c5389 commit: 976cda57ca742e51ab08a91cbe653cf1722f7910 Author: Matt Jolly gentoo org> AuthorDate: Thu May 1 07:54:25 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 10 06:03:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976cda57 www-client/chromium: update LICENSE Closes: https://bugs.gentoo.org/492424 Signed-off-by: Matt Jolly gentoo.org> [List main BSD license first, then alphabetical order] Signed-off-by: Ulrich Müller gentoo.org> www-client/chromium/chromium-134.0.6998.117.ebuild | 5 ++++- www-client/chromium/chromium-136.0.7103.92.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-134.0.6998.117.ebuild b/www-client/chromium/chromium-134.0.6998.117.ebuild index 20b7094c1756..c6e698f03878 100644 --- a/www-client/chromium/chromium-134.0.6998.117.ebuild +++ b/www-client/chromium/chromium-134.0.6998.117.ebuild @@ -68,7 +68,10 @@ SRC_URI="https://chromium-tarballs.distfiles.gentoo.org/${P}-linux.tar.xz ) pgo? ( https://github.com/elkablo/chromium-profiler/releases/download/v0.2/chromium-profiler-0.2.tar )" -LICENSE="BSD" +# https://gitweb.gentoo.org/proj/chromium-tools.git/tree/get-chromium-licences.py +LICENSE="BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Base64 Boost-1.0 CC-BY-3.0 CC-BY-4.0 Clear-BSD" +LICENSE+=" FFT2D FTL IJG ISC LGPL-2 LGPL-2.1 libpng libpng2 MIT MPL-1.1 MPL-2.0 Ms-PL openssl PSF-2" +LICENSE+=" SGI-B-2.0 SSLeay SunSoft Unicode-3.0 Unicode-DFS-2015 Unlicense unRAR UoI-NCSA X11-Lucent" SLOT="0/stable" # Dev exists mostly to give devs some breathing room for beta/stable releases; # it shouldn't be keyworded but adventurous users can select it. diff --git a/www-client/chromium/chromium-136.0.7103.92.ebuild b/www-client/chromium/chromium-136.0.7103.92.ebuild index 78224a529288..6f150ca7d454 100644 --- a/www-client/chromium/chromium-136.0.7103.92.ebuild +++ b/www-client/chromium/chromium-136.0.7103.92.ebuild @@ -69,7 +69,10 @@ SRC_URI="https://github.com/chromium-linux-tarballs/chromium-tarballs/releases/d ) pgo? ( https://github.com/elkablo/chromium-profiler/releases/download/v0.2/chromium-profiler-0.2.tar )" -LICENSE="BSD" +# https://gitweb.gentoo.org/proj/chromium-tools.git/tree/get-chromium-licences.py +LICENSE="BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Base64 Boost-1.0 CC-BY-3.0 CC-BY-4.0 Clear-BSD" +LICENSE+=" FFT2D FTL IJG ISC LGPL-2 LGPL-2.1 libpng libpng2 MIT MPL-1.1 MPL-2.0 Ms-PL openssl PSF-2" +LICENSE+=" SGI-B-2.0 SSLeay SunSoft Unicode-3.0 Unicode-DFS-2015 Unlicense unRAR UoI-NCSA X11-Lucent" SLOT="0/stable" # Dev exists mostly to give devs some breathing room for beta/stable releases; # it shouldn't be keyworded but adventurous users can select it.