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 5037C1581F0 for ; Mon, 29 Apr 2024 21:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 784C8E2A28; Mon, 29 Apr 2024 21:27:45 +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 1CA39E2A16 for ; Mon, 29 Apr 2024 21:27:45 +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 226EC3430AF for ; Mon, 29 Apr 2024 21:27:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DC8A177C for ; Mon, 29 Apr 2024 21:27:42 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714340523.6ab2d104bb06597abcb52ef18e935fdd8f335a7d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/tokei/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/tokei/tokei-12.1.1.ebuild dev-util/tokei/tokei-12.1.2.ebuild X-VCS-Directories: dev-util/tokei/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6ab2d104bb06597abcb52ef18e935fdd8f335a7d X-VCS-Branch: master Date: Mon, 29 Apr 2024 21:27:42 +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: 2f6eb2a0-1322-42da-9767-78f4f88d1f1a X-Archives-Hash: dbc3aff6634c9ab806575f368d3ab76b commit: 6ab2d104bb06597abcb52ef18e935fdd8f335a7d Author: Lucio Sauer posteo net> AuthorDate: Sun Apr 28 21:35:52 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Apr 28 21:42:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ab2d104 dev-util/tokei: remove incorrect RESTRICT=mirror Speed up cargo eclass SRC_URI generation >From the PMS: > mirror > The package’s SRC_URI entries may not be mirrored, and > mirrors should not be checked when fetching. The crate dependencies may very well be mirrored, judging by their licenses. To fetch distfiles from their original locations immediately, set `GENTOO_MIRRORS=`. https://devmanual.gentoo.org/general-concepts/manifest/#generating-the-manifest Signed-off-by: Lucio Sauer posteo.net> dev-util/tokei/tokei-12.1.1.ebuild | 315 ++++++++++++++++++------------------- dev-util/tokei/tokei-12.1.2.ebuild | 307 ++++++++++++++++++------------------ 2 files changed, 310 insertions(+), 312 deletions(-) diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild index 4fc85cd4fe..cf6352ec5e 100644 --- a/dev-util/tokei/tokei-12.1.1.ebuild +++ b/dev-util/tokei/tokei-12.1.1.ebuild @@ -6,161 +6,161 @@ EAPI=7 CRATES=" -ahash-0.3.8 -aho-corasick-0.7.15 -ansi_term-0.11.0 -arrayref-0.3.6 -arrayvec-0.4.12 -arrayvec-0.5.1 -atty-0.2.14 -autocfg-1.0.0 -base64-0.11.0 -bitflags-1.2.1 -blake2b_simd-0.5.10 -block-buffer-0.7.3 -block-padding-0.1.5 -bstr-0.2.13 -byte-tools-0.3.1 -bytecount-0.6.0 -byteorder-1.3.4 -cc-1.0.54 -cfg-if-0.1.10 -cfg-if-1.0.0 -chrono-0.4.11 -chrono-tz-0.5.2 -clap-2.33.3 -cloudabi-0.1.0 -const-random-0.1.8 -const-random-macro-0.1.8 -const_fn-0.4.2 -constant_time_eq-0.1.5 -crossbeam-channel-0.5.0 -crossbeam-deque-0.8.0 -crossbeam-epoch-0.9.1 -crossbeam-utils-0.7.2 -crossbeam-utils-0.8.0 -dashmap-3.11.10 -deunicode-0.4.3 -digest-0.8.1 -dirs-3.0.1 -dirs-sys-0.3.5 -dtoa-0.4.6 -either-1.5.3 -encoding_rs-0.8.23 -encoding_rs_io-0.1.7 -env_logger-0.8.2 -fake-simd-0.1.2 -fnv-1.0.7 -generic-array-0.12.3 -getrandom-0.1.14 -getrandom-0.2.0 -git2-0.13.14 -globset-0.4.5 -globwalk-0.8.1 -grep-matcher-0.1.4 -grep-searcher-0.1.7 -half-1.6.0 -hermit-abi-0.1.14 -hex-0.4.2 -humansize-1.1.0 -humantime-2.0.1 -idna-0.2.0 -ignore-0.4.17 -instant-0.1.5 -itoa-0.4.6 -jobserver-0.1.21 -lazy_static-1.4.0 -libc-0.2.71 -libgit2-sys-0.12.16+1.1.0 -libz-sys-1.1.0 -linked-hash-map-0.5.3 -lock_api-0.4.0 -log-0.4.11 -maplit-1.0.2 -matches-0.1.8 -memchr-2.3.3 -memmap-0.7.0 -memoffset-0.6.1 -nodrop-0.1.14 -num-format-0.4.0 -num-integer-0.1.43 -num-traits-0.2.12 -num_cpus-1.13.0 -once_cell-1.5.2 -opaque-debug-0.2.3 -parking_lot-0.11.1 -parking_lot_core-0.8.0 -parse-zoneinfo-0.3.0 -percent-encoding-2.1.0 -pest-2.1.3 -pest_derive-2.1.0 -pest_generator-2.1.3 -pest_meta-2.1.3 -pkg-config-0.3.17 -ppv-lite86-0.2.8 -proc-macro-hack-0.5.16 -proc-macro2-1.0.18 -quote-1.0.7 -rand-0.7.3 -rand-0.8.0 -rand_chacha-0.2.2 -rand_chacha-0.3.0 -rand_core-0.5.1 -rand_core-0.6.0 -rand_hc-0.2.0 -rand_hc-0.3.0 -rayon-1.5.0 -rayon-core-1.9.0 -redox_syscall-0.1.56 -redox_users-0.3.4 -regex-1.4.2 -regex-syntax-0.6.21 -remove_dir_all-0.5.3 -rust-argon2-0.7.0 -ryu-1.0.5 -same-file-1.0.6 -scopeguard-1.1.0 -serde-1.0.118 -serde_cbor-0.11.1 -serde_derive-1.0.118 -serde_json-1.0.61 -serde_yaml-0.8.14 -sha-1-0.8.2 -slug-0.1.4 -smallvec-1.4.0 -strsim-0.8.0 -syn-1.0.33 -tempfile-3.1.0 -tera-1.6.0 -term_size-0.3.2 -termcolor-1.1.0 -textwrap-0.11.0 -thread_local-1.0.1 -time-0.1.43 -tinyvec-0.3.3 -toml-0.5.8 -typenum-1.12.0 -ucd-trie-0.1.3 -unic-char-property-0.9.0 -unic-char-range-0.9.0 -unic-common-0.9.0 -unic-segment-0.9.0 -unic-ucd-segment-0.9.0 -unic-ucd-version-0.9.0 -unicode-bidi-0.3.4 -unicode-normalization-0.1.13 -unicode-width-0.1.7 -unicode-xid-0.2.0 -url-2.1.1 -vcpkg-0.2.10 -vec_map-0.8.2 -walkdir-2.3.1 -wasi-0.9.0+wasi-snapshot-preview1 -winapi-0.3.8 -winapi-i686-pc-windows-gnu-0.4.0 -winapi-util-0.1.5 -winapi-x86_64-pc-windows-gnu-0.4.0 -yaml-rust-0.4.4 +ahash@0.3.8 +aho-corasick@0.7.15 +ansi_term@0.11.0 +arrayref@0.3.6 +arrayvec@0.4.12 +arrayvec@0.5.1 +atty@0.2.14 +autocfg@1.0.0 +base64@0.11.0 +bitflags@1.2.1 +blake2b_simd@0.5.10 +block-buffer@0.7.3 +block-padding@0.1.5 +bstr@0.2.13 +byte-tools@0.3.1 +bytecount@0.6.0 +byteorder@1.3.4 +cc@1.0.54 +cfg-if@0.1.10 +cfg-if@1.0.0 +chrono@0.4.11 +chrono-tz@0.5.2 +clap@2.33.3 +cloudabi@0.1.0 +const-random@0.1.8 +const-random-macro@0.1.8 +const_fn@0.4.2 +constant_time_eq@0.1.5 +crossbeam-channel@0.5.0 +crossbeam-deque@0.8.0 +crossbeam-epoch@0.9.1 +crossbeam-utils@0.7.2 +crossbeam-utils@0.8.0 +dashmap@3.11.10 +deunicode@0.4.3 +digest@0.8.1 +dirs@3.0.1 +dirs-sys@0.3.5 +dtoa@0.4.6 +either@1.5.3 +encoding_rs@0.8.23 +encoding_rs_io@0.1.7 +env_logger@0.8.2 +fake-simd@0.1.2 +fnv@1.0.7 +generic-array@0.12.3 +getrandom@0.1.14 +getrandom@0.2.0 +git2@0.13.14 +globset@0.4.5 +globwalk@0.8.1 +grep-matcher@0.1.4 +grep-searcher@0.1.7 +half@1.6.0 +hermit-abi@0.1.14 +hex@0.4.2 +humansize@1.1.0 +humantime@2.0.1 +idna@0.2.0 +ignore@0.4.17 +instant@0.1.5 +itoa@0.4.6 +jobserver@0.1.21 +lazy_static@1.4.0 +libc@0.2.71 +libgit2-sys@0.12.16+1.1.0 +libz-sys@1.1.0 +linked-hash-map@0.5.3 +lock_api@0.4.0 +log@0.4.11 +maplit@1.0.2 +matches@0.1.8 +memchr@2.3.3 +memmap@0.7.0 +memoffset@0.6.1 +nodrop@0.1.14 +num-format@0.4.0 +num-integer@0.1.43 +num-traits@0.2.12 +num_cpus@1.13.0 +once_cell@1.5.2 +opaque-debug@0.2.3 +parking_lot@0.11.1 +parking_lot_core@0.8.0 +parse-zoneinfo@0.3.0 +percent-encoding@2.1.0 +pest@2.1.3 +pest_derive@2.1.0 +pest_generator@2.1.3 +pest_meta@2.1.3 +pkg-config@0.3.17 +ppv-lite86@0.2.8 +proc-macro-hack@0.5.16 +proc-macro2@1.0.18 +quote@1.0.7 +rand@0.7.3 +rand@0.8.0 +rand_chacha@0.2.2 +rand_chacha@0.3.0 +rand_core@0.5.1 +rand_core@0.6.0 +rand_hc@0.2.0 +rand_hc@0.3.0 +rayon@1.5.0 +rayon-core@1.9.0 +redox_syscall@0.1.56 +redox_users@0.3.4 +regex@1.4.2 +regex-syntax@0.6.21 +remove_dir_all@0.5.3 +rust-argon2@0.7.0 +ryu@1.0.5 +same-file@1.0.6 +scopeguard@1.1.0 +serde@1.0.118 +serde_cbor@0.11.1 +serde_derive@1.0.118 +serde_json@1.0.61 +serde_yaml@0.8.14 +sha@1-0.8.2 +slug@0.1.4 +smallvec@1.4.0 +strsim@0.8.0 +syn@1.0.33 +tempfile@3.1.0 +tera@1.6.0 +term_size@0.3.2 +termcolor@1.1.0 +textwrap@0.11.0 +thread_local@1.0.1 +time@0.1.43 +tinyvec@0.3.3 +toml@0.5.8 +typenum@1.12.0 +ucd-trie@0.1.3 +unic-char-property@0.9.0 +unic-char-range@0.9.0 +unic-common@0.9.0 +unic-segment@0.9.0 +unic-ucd-segment@0.9.0 +unic-ucd-version@0.9.0 +unicode-bidi@0.3.4 +unicode-normalization@0.1.13 +unicode-width@0.1.7 +unicode-xid@0.2.0 +url@2.1.1 +vcpkg@0.2.10 +vec_map@0.8.2 +walkdir@2.3.1 +wasi@0.9.0+wasi-snapshot-preview1 +winapi@0.3.8 +winapi-i686-pc-windows-gnu@0.4.0 +winapi-util@0.1.5 +winapi-x86_64-pc-windows-gnu@0.4.0 +yaml-rust@0.4.4 " inherit cargo @@ -168,9 +168,8 @@ inherit cargo DESCRIPTION="Count your code, quickly" HOMEPAGE="https://tokei.rs" SRC_URI="https://github.com/XAMPPRocky/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" -# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. -RESTRICT="mirror" + ${CARGO_CRATE_URIS}" + LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild index 22d88578aa..6867e81d02 100644 --- a/dev-util/tokei/tokei-12.1.2.ebuild +++ b/dev-util/tokei/tokei-12.1.2.ebuild @@ -6,157 +6,157 @@ EAPI=7 CRATES=" -aho-corasick-0.7.15 -ansi_term-0.11.0 -arrayref-0.3.6 -arrayvec-0.4.12 -arrayvec-0.5.1 -atty-0.2.14 -autocfg-1.0.0 -base64-0.11.0 -bitflags-1.2.1 -blake2b_simd-0.5.10 -block-buffer-0.7.3 -block-padding-0.1.5 -bstr-0.2.13 -byte-tools-0.3.1 -bytecount-0.6.0 -byteorder-1.3.4 -cc-1.0.54 -cfg-if-0.1.10 -cfg-if-1.0.0 -chrono-0.4.11 -chrono-tz-0.5.2 -clap-2.33.3 -cloudabi-0.1.0 -const_fn-0.4.2 -constant_time_eq-0.1.5 -crossbeam-channel-0.5.0 -crossbeam-deque-0.8.0 -crossbeam-epoch-0.9.1 -crossbeam-utils-0.7.2 -crossbeam-utils-0.8.0 -dashmap-4.0.1 -deunicode-0.4.3 -digest-0.8.1 -dirs-3.0.1 -dirs-sys-0.3.5 -dtoa-0.4.6 -either-1.5.3 -encoding_rs-0.8.23 -encoding_rs_io-0.1.7 -env_logger-0.8.2 -fake-simd-0.1.2 -fnv-1.0.7 -generic-array-0.12.3 -getrandom-0.1.14 -getrandom-0.2.0 -git2-0.13.15 -globset-0.4.5 -globwalk-0.8.1 -grep-matcher-0.1.4 -grep-searcher-0.1.7 -half-1.6.0 -hermit-abi-0.1.14 -hex-0.4.2 -humansize-1.1.0 -humantime-2.0.1 -idna-0.2.0 -ignore-0.4.17 -instant-0.1.5 -itoa-0.4.6 -jobserver-0.1.21 -lazy_static-1.4.0 -libc-0.2.71 -libgit2-sys-0.12.17+1.1.0 -libz-sys-1.1.0 -linked-hash-map-0.5.3 -lock_api-0.4.0 -log-0.4.11 -maplit-1.0.2 -matches-0.1.8 -memchr-2.3.3 -memmap-0.7.0 -memoffset-0.6.1 -nodrop-0.1.14 -num-format-0.4.0 -num-integer-0.1.43 -num-traits-0.2.12 -num_cpus-1.13.0 -once_cell-1.5.2 -opaque-debug-0.2.3 -parking_lot-0.11.1 -parking_lot_core-0.8.0 -parse-zoneinfo-0.3.0 -percent-encoding-2.1.0 -pest-2.1.3 -pest_derive-2.1.0 -pest_generator-2.1.3 -pest_meta-2.1.3 -pkg-config-0.3.17 -ppv-lite86-0.2.8 -proc-macro2-1.0.18 -quote-1.0.7 -rand-0.7.3 -rand-0.8.0 -rand_chacha-0.2.2 -rand_chacha-0.3.0 -rand_core-0.5.1 -rand_core-0.6.0 -rand_hc-0.2.0 -rand_hc-0.3.0 -rayon-1.5.0 -rayon-core-1.9.0 -redox_syscall-0.1.56 -redox_users-0.3.4 -regex-1.4.3 -regex-syntax-0.6.22 -remove_dir_all-0.5.3 -rust-argon2-0.7.0 -ryu-1.0.5 -same-file-1.0.6 -scopeguard-1.1.0 -serde-1.0.118 -serde_cbor-0.11.1 -serde_derive-1.0.118 -serde_json-1.0.61 -serde_yaml-0.8.15 -sha-1-0.8.2 -slug-0.1.4 -smallvec-1.4.0 -strsim-0.8.0 -syn-1.0.33 -tempfile-3.1.0 -tera-1.6.1 -term_size-0.3.2 -termcolor-1.1.0 -textwrap-0.11.0 -thread_local-1.0.1 -time-0.1.43 -tinyvec-0.3.3 -toml-0.5.8 -typenum-1.12.0 -ucd-trie-0.1.3 -unic-char-property-0.9.0 -unic-char-range-0.9.0 -unic-common-0.9.0 -unic-segment-0.9.0 -unic-ucd-segment-0.9.0 -unic-ucd-version-0.9.0 -unicode-bidi-0.3.4 -unicode-normalization-0.1.13 -unicode-width-0.1.7 -unicode-xid-0.2.0 -url-2.1.1 -vcpkg-0.2.10 -vec_map-0.8.2 -walkdir-2.3.1 -wasi-0.9.0+wasi-snapshot-preview1 -winapi-0.3.8 -winapi-i686-pc-windows-gnu-0.4.0 -winapi-util-0.1.5 -winapi-x86_64-pc-windows-gnu-0.4.0 -yaml-rust-0.4.5 +aho-corasick@0.7.15 +ansi_term@0.11.0 +arrayref@0.3.6 +arrayvec@0.4.12 +arrayvec@0.5.1 +atty@0.2.14 +autocfg@1.0.0 +base64@0.11.0 +bitflags@1.2.1 +blake2b_simd@0.5.10 +block-buffer@0.7.3 +block-padding@0.1.5 +bstr@0.2.13 +byte-tools@0.3.1 +bytecount@0.6.0 +byteorder@1.3.4 +cc@1.0.54 +cfg-if@0.1.10 +cfg-if@1.0.0 +chrono@0.4.11 +chrono-tz@0.5.2 +clap@2.33.3 +cloudabi@0.1.0 +const_fn@0.4.2 +constant_time_eq@0.1.5 +crossbeam-channel@0.5.0 +crossbeam-deque@0.8.0 +crossbeam-epoch@0.9.1 +crossbeam-utils@0.7.2 +crossbeam-utils@0.8.0 +dashmap@4.0.1 +deunicode@0.4.3 +digest@0.8.1 +dirs@3.0.1 +dirs-sys@0.3.5 +dtoa@0.4.6 +either@1.5.3 +encoding_rs@0.8.23 +encoding_rs_io@0.1.7 +env_logger@0.8.2 +fake-simd@0.1.2 +fnv@1.0.7 +generic-array@0.12.3 +getrandom@0.1.14 +getrandom@0.2.0 +git2@0.13.15 +globset@0.4.5 +globwalk@0.8.1 +grep-matcher@0.1.4 +grep-searcher@0.1.7 +half@1.6.0 +hermit-abi@0.1.14 +hex@0.4.2 +humansize@1.1.0 +humantime@2.0.1 +idna@0.2.0 +ignore@0.4.17 +instant@0.1.5 +itoa@0.4.6 +jobserver@0.1.21 +lazy_static@1.4.0 +libc@0.2.71 +libgit2-sys@0.12.17+1.1.0 +libz-sys@1.1.0 +linked-hash-map@0.5.3 +lock_api@0.4.0 +log@0.4.11 +maplit@1.0.2 +matches@0.1.8 +memchr@2.3.3 +memmap@0.7.0 +memoffset@0.6.1 +nodrop@0.1.14 +num-format@0.4.0 +num-integer@0.1.43 +num-traits@0.2.12 +num_cpus@1.13.0 +once_cell@1.5.2 +opaque-debug@0.2.3 +parking_lot@0.11.1 +parking_lot_core@0.8.0 +parse-zoneinfo@0.3.0 +percent-encoding@2.1.0 +pest@2.1.3 +pest_derive@2.1.0 +pest_generator@2.1.3 +pest_meta@2.1.3 +pkg-config@0.3.17 +ppv-lite86@0.2.8 +proc-macro2@1.0.18 +quote@1.0.7 +rand@0.7.3 +rand@0.8.0 +rand_chacha@0.2.2 +rand_chacha@0.3.0 +rand_core@0.5.1 +rand_core@0.6.0 +rand_hc@0.2.0 +rand_hc@0.3.0 +rayon@1.5.0 +rayon-core@1.9.0 +redox_syscall@0.1.56 +redox_users@0.3.4 +regex@1.4.3 +regex-syntax@0.6.22 +remove_dir_all@0.5.3 +rust-argon2@0.7.0 +ryu@1.0.5 +same-file@1.0.6 +scopeguard@1.1.0 +serde@1.0.118 +serde_cbor@0.11.1 +serde_derive@1.0.118 +serde_json@1.0.61 +serde_yaml@0.8.15 +sha@1-0.8.2 +slug@0.1.4 +smallvec@1.4.0 +strsim@0.8.0 +syn@1.0.33 +tempfile@3.1.0 +tera@1.6.1 +term_size@0.3.2 +termcolor@1.1.0 +textwrap@0.11.0 +thread_local@1.0.1 +time@0.1.43 +tinyvec@0.3.3 +toml@0.5.8 +typenum@1.12.0 +ucd-trie@0.1.3 +unic-char-property@0.9.0 +unic-char-range@0.9.0 +unic-common@0.9.0 +unic-segment@0.9.0 +unic-ucd-segment@0.9.0 +unic-ucd-version@0.9.0 +unicode-bidi@0.3.4 +unicode-normalization@0.1.13 +unicode-width@0.1.7 +unicode-xid@0.2.0 +url@2.1.1 +vcpkg@0.2.10 +vec_map@0.8.2 +walkdir@2.3.1 +wasi@0.9.0+wasi-snapshot-preview1 +winapi@0.3.8 +winapi-i686-pc-windows-gnu@0.4.0 +winapi-util@0.1.5 +winapi-x86_64-pc-windows-gnu@0.4.0 +yaml-rust@0.4.5 " inherit cargo @@ -164,9 +164,8 @@ inherit cargo DESCRIPTION="Count your code, quickly" HOMEPAGE="https://tokei.rs" SRC_URI="https://github.com/XAMPPRocky/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" -# Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. -RESTRICT="mirror" + ${CARGO_CRATE_URIS}" + LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" SLOT="0" KEYWORDS="~amd64 ~x86"