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 70BAD15808B for ; Sun, 13 Feb 2022 20:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BBB5E091C; Sun, 13 Feb 2022 20:24:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 66A30E091C for ; Sun, 13 Feb 2022 20:24:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9D83D342EB5 for ; Sun, 13 Feb 2022 20:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04B3272 for ; Sun, 13 Feb 2022 20:24:41 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1644633027.3a0d3db6e2f62b4b2d3f0ebbe949f91d63d4d39a.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/code-server-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/code-server-bin/code-server-bin-3.12.0.ebuild www-apps/code-server-bin/code-server-bin-4.0.1.ebuild www-apps/code-server-bin/code-server-bin-4.0.2.ebuild X-VCS-Directories: www-apps/code-server-bin/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3a0d3db6e2f62b4b2d3f0ebbe949f91d63d4d39a X-VCS-Branch: master Date: Sun, 13 Feb 2022 20:24:41 +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: 46b0b7f8-3dca-4ef2-b4cf-b1784180942b X-Archives-Hash: 43aff911261c698bf3936b651f530d90 commit: 3a0d3db6e2f62b4b2d3f0ebbe949f91d63d4d39a Author: Leonardo Hernandez Hernandez outlook com> AuthorDate: Sat Feb 5 02:04:03 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 12 02:30:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a0d3db6 www-apps/code-server-bin: fix licenses Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Leonardo Hernandez Hernandez outlook.com> www-apps/code-server-bin/code-server-bin-3.12.0.ebuild | 9 +++++++-- www-apps/code-server-bin/code-server-bin-4.0.1.ebuild | 6 +++++- www-apps/code-server-bin/code-server-bin-4.0.2.ebuild | 10 ++++++---- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/www-apps/code-server-bin/code-server-bin-3.12.0.ebuild b/www-apps/code-server-bin/code-server-bin-3.12.0.ebuild index 39258a555..1b38d7c7e 100644 --- a/www-apps/code-server-bin/code-server-bin-3.12.0.ebuild +++ b/www-apps/code-server-bin/code-server-bin-3.12.0.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=8 @@ -17,7 +17,12 @@ SRC_URI=" " RESTRICT="test" -LICENSE="MIT" +LICENSE="MIT 0BSD ISC PYTHON BSD-2 BSD Apache-2.0 Unlicense LGPL-2.1+ + || ( BSD-2 MIT Apache-2.0 ) + || ( MIT CC0-1.0 ) + || ( MIT WTFPL ) +" + SLOT="0" KEYWORDS="-* ~amd64 ~arm64" IUSE="gnome-keyring" diff --git a/www-apps/code-server-bin/code-server-bin-4.0.1.ebuild b/www-apps/code-server-bin/code-server-bin-4.0.1.ebuild index b3c52ff91..6e9129274 100644 --- a/www-apps/code-server-bin/code-server-bin-4.0.1.ebuild +++ b/www-apps/code-server-bin/code-server-bin-4.0.1.ebuild @@ -17,7 +17,11 @@ SRC_URI=" " RESTRICT="test" -LICENSE="MIT" +LICENSE="MIT 0BSD ISC PYTHON BSD-2 BSD Apache-2.0 Unlicense LGPL-2.1+ + || ( BSD-2 MIT Apache-2.0 ) + || ( MIT CC0-1.0 ) + || ( MIT WTFPL ) +" SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE="gnome-keyring" diff --git a/www-apps/code-server-bin/code-server-bin-4.0.2.ebuild b/www-apps/code-server-bin/code-server-bin-4.0.2.ebuild index 00d3be17d..ae11684ad 100644 --- a/www-apps/code-server-bin/code-server-bin-4.0.2.ebuild +++ b/www-apps/code-server-bin/code-server-bin-4.0.2.ebuild @@ -17,7 +17,11 @@ SRC_URI=" " RESTRICT="test" -LICENSE="MIT " +LICENSE="MIT 0BSD ISC PYTHON BSD-2 BSD Apache-2.0 Unlicense LGPL-2.1+ + || ( BSD-2 MIT Apache-2.0 ) + || ( MIT CC0-1.0 ) + || ( MIT WTFPL ) +" SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE="gnome-keyring" @@ -84,11 +88,9 @@ src_prepare() { # already in /usr/portage/licenses/MIT rm ./LICENSE.txt || die - # Other OS's + # For windows rm -rf ./vendor/modules/code-oss-dev/node_modules/windows-foreground-love || die rm -rf .vendor/modules/code-oss-dev/node_modules/@parcel/watcher/prebuilds/win32-x64 || die - rm -rf .vendor/modules/code-oss-dev/node_modules/@parcel/watcher/prebuilds/darwin-x64 || die - rm -rf .vendor/modules/code-oss-dev/node_modules/@parcel/watcher/prebuilds/darwin-arm64 || die if [[ $ELIBC != "musl" ]]; then rm -rf ./node_modules/@node-rs/argon2-linux-x64-musl || die