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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1DBC15802C for ; Tue, 17 Dec 2024 19:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA83E0844; Tue, 17 Dec 2024 19:53:00 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E298DE0798 for ; Tue, 17 Dec 2024 19:52:59 +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 891AD33BF08 for ; Tue, 17 Dec 2024 19:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9171A26 for ; Tue, 17 Dec 2024 19:52:56 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1734464865.dba334aeba6356e275f6a099ac6eaf1ba0460288.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/devilutionx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild games-engines/devilutionx/devilutionx-1.5.3.ebuild X-VCS-Directories: games-engines/devilutionx/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: dba334aeba6356e275f6a099ac6eaf1ba0460288 X-VCS-Branch: master Date: Tue, 17 Dec 2024 19:52:56 +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: 49a02b0a-d9fb-4599-8b0f-73032ccf4ac5 X-Archives-Hash: 2452814d2a2ae1a1362a70b668d6b00c commit: dba334aeba6356e275f6a099ac6eaf1ba0460288 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Dec 16 16:39:44 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Dec 17 19:47:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba334ae games-engines/devilutionx: Change from Unlicense to Sustainable-Use-1.0 Relicensing done since 1.5.0: Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/39731 Signed-off-by: Ionen Wolkens gentoo.org> .../{devilutionx-1.5.3.ebuild => devilutionx-1.5.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/devilutionx/devilutionx-1.5.3.ebuild b/games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild similarity index 95% rename from games-engines/devilutionx/devilutionx-1.5.3.ebuild rename to games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild index d344483cdb2b..a21175177aa1 100644 --- a/games-engines/devilutionx/devilutionx-1.5.3.ebuild +++ b/games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI=" " S=${WORKDIR}/${PN}-src-${PV} -LICENSE="Unlicense BSD CC-BY-4.0 GPL-2+ LGPL-2.1+ MIT OFL-1.1 zerotier? ( BUSL-1.1 )" +LICENSE="Sustainable-Use-1.0 BSD CC-BY-4.0 GPL-2+ LGPL-2.1+ MIT OFL-1.1 zerotier? ( BUSL-1.1 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +sodium test zerotier"