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 905F9158009 for ; Tue, 20 Jun 2023 03:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD5A7E0858; Tue, 20 Jun 2023 03:11: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EEC4E0858 for ; Tue, 20 Jun 2023 03:11: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 37EC7340F84 for ; Tue, 20 Jun 2023 03:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9321DA9B for ; Tue, 20 Jun 2023 03:11:01 +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: <1687229054.4e584308bedf48a2f30b2a74d161fad21e726e77.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/syzygy/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/syzygy/syzygy-1.0.2.ebuild X-VCS-Directories: games-puzzle/syzygy/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4e584308bedf48a2f30b2a74d161fad21e726e77 X-VCS-Branch: master Date: Tue, 20 Jun 2023 03:11:01 +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: 8858c725-d5d9-49e7-9ceb-721cbb97350a X-Archives-Hash: 2997625642815ece6b665eda6c3c815b commit: 4e584308bedf48a2f30b2a74d161fad21e726e77 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 19 20:15:33 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 20 02:44:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e584308 games-puzzle/syzygy: modernize cargo.eclass usage Signed-off-by: Ionen Wolkens gentoo.org> games-puzzle/syzygy/syzygy-1.0.2.ebuild | 87 +++++++++++++++++---------------- 1 file changed, 45 insertions(+), 42 deletions(-) diff --git a/games-puzzle/syzygy/syzygy-1.0.2.ebuild b/games-puzzle/syzygy/syzygy-1.0.2.ebuild index 86262b7a99cf..c4b802feffd0 100644 --- a/games-puzzle/syzygy/syzygy-1.0.2.ebuild +++ b/games-puzzle/syzygy/syzygy-1.0.2.ebuild @@ -1,56 +1,59 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CRATES=" - adler32-1.2.0 - app_dirs-1.2.1 - autocfg-1.0.1 - bitflags-1.2.1 - byteorder-1.3.4 - cc-1.0.66 - cfg-if-1.0.0 - deflate-0.7.20 - fuchsia-cprng-0.1.1 - getopts-0.2.21 - glob-0.2.11 - ico-0.1.0 - inflate-0.3.4 - lazy_static-1.4.0 - libc-0.2.126 - num-integer-0.1.44 - num-iter-0.1.42 - num-traits-0.2.14 - ole32-sys-0.2.0 - png-0.11.0 - rand-0.4.6 - rand_core-0.3.1 - rand_core-0.4.2 - rdrand-0.4.0 - sdl2-0.35.2 - sdl2-sys-0.35.2 - serde-1.0.118 - shell32-sys-0.1.2 - toml-0.5.9 - unicode-width-0.1.8 - version-compare-0.1.0 - winapi-0.2.8 - winapi-0.3.9 - winapi-build-0.1.1 - winapi-i686-pc-windows-gnu-0.4.0 - winapi-x86_64-pc-windows-gnu-0.4.0 - winres-0.1.12 - xdg-2.2.0" + adler32@1.2.0 + app_dirs@1.2.1 + autocfg@1.0.1 + bitflags@1.2.1 + byteorder@1.3.4 + cc@1.0.66 + cfg-if@1.0.0 + deflate@0.7.20 + fuchsia-cprng@0.1.1 + getopts@0.2.21 + glob@0.2.11 + ico@0.1.0 + inflate@0.3.4 + lazy_static@1.4.0 + libc@0.2.126 + num-integer@0.1.44 + num-iter@0.1.42 + num-traits@0.2.14 + ole32-sys@0.2.0 + png@0.11.0 + rand@0.4.6 + rand_core@0.3.1 + rand_core@0.4.2 + rdrand@0.4.0 + sdl2-sys@0.35.2 + sdl2@0.35.2 + serde@1.0.118 + shell32-sys@0.1.2 + toml@0.5.9 + unicode-width@0.1.8 + version-compare@0.1.0 + winapi-build@0.1.1 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.2.8 + winapi@0.3.9 + winres@0.1.12 + xdg@2.2.0" inherit cargo desktop xdg DESCRIPTION="Narrative meta-puzzle game" HOMEPAGE="https://mdsteele.games/syzygy/" SRC_URI=" - https://github.com/mdsteele/syzygy/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris)" + https://github.com/mdsteele/syzygy/archive/v${PV}.tar.gz + -> ${P}.tar.gz + ${CARGO_CRATE_URIS}" -LICENSE="BSD GPL-3+ ISC MIT ZLIB" +LICENSE="GPL-3+" +LICENSE+=" ISC MIT ZLIB" # crates +LICENSE+=" BSD" # non-automated extra SLOT="0" KEYWORDS="~amd64"