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 B14A7158089 for ; Sat, 4 Nov 2023 21:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 035522BC016; Sat, 4 Nov 2023 21:20:38 +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 D0D242BC016 for ; Sat, 4 Nov 2023 21:20:37 +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 CABD1335C7E for ; Sat, 4 Nov 2023 21:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D4CFAA1 for ; Sat, 4 Nov 2023 21:20:35 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1699132817.747a68550f6f1496755e7b66e4d572ba6d2dc4a3.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild x11-terms/gnome-terminal/gnome-terminal-3.50.1.ebuild X-VCS-Directories: x11-terms/gnome-terminal/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 747a68550f6f1496755e7b66e4d572ba6d2dc4a3 X-VCS-Branch: master Date: Sat, 4 Nov 2023 21:20:35 +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: 7baee8fa-f970-43b0-91ec-825bf6e094d8 X-Archives-Hash: 23e735e642c8af684103ca347ad77e4e commit: 747a68550f6f1496755e7b66e4d572ba6d2dc4a3 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Nov 4 21:20:17 2023 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Nov 4 21:20:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747a6855 x11-terms/gnome-terminal: update LICENSE Signed-off-by: Mart Raudsepp gentoo.org> x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild | 2 +- x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild | 2 +- x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild | 2 +- x11-terms/gnome-terminal/gnome-terminal-3.50.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild index de74066bc3b5..b5e9a78ba721 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild @@ -8,7 +8,7 @@ inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg DESCRIPTION="A terminal emulator for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/ https://gitlab.gnome.org/GNOME/gnome-terminal" -LICENSE="GPL-3+" +LICENSE="GPL-3+ GPL-3 CC-BY-SA-3.0 FDL-1.3" SLOT="0" IUSE="debug +gnome-shell +nautilus vanilla" SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.44.0-cntr-ntfy-autottl-ts.patch.xz )" diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild index acec9596eba4..6dcc37c28aaa 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild @@ -8,7 +8,7 @@ inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg DESCRIPTION="A terminal emulator for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Terminal" -LICENSE="GPL-3+" +LICENSE="GPL-3+ GPL-3 CC-BY-SA-3.0 FDL-1.3" SLOT="0" IUSE="debug +gnome-shell +nautilus vanilla" diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild index ca3f3dc3deee..9e6d4ec07158 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild @@ -8,7 +8,7 @@ inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg DESCRIPTION="A terminal emulator for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Terminal" -LICENSE="GPL-3+" +LICENSE="GPL-3+ GPL-3 CC-BY-SA-3.0 FDL-1.3" SLOT="0" IUSE="debug gnome-shell nautilus vanilla" diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.50.1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.50.1.ebuild index 48f27137df9c..ed5a954e1419 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.50.1.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.50.1.ebuild @@ -8,7 +8,7 @@ inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg DESCRIPTION="A terminal emulator for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Terminal" -LICENSE="GPL-3+" +LICENSE="GPL-3+ GPL-3 CC-BY-SA-3.0 FDL-1.3" SLOT="0" IUSE="debug gnome-shell nautilus vanilla"