mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 01:21:02 +02:00
sys-apps/zram-generator: Sync with Gentoo
It's from Gentoo commit 01ba4dc61965ef7658a24728841c04c9a1ce4871.
This commit is contained in:
parent
cc8e9a93fb
commit
1e2b0fd186
@ -4,44 +4,44 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
CRATES="
|
CRATES="
|
||||||
ahash-0.4.7
|
ahash@0.4.7
|
||||||
anyhow-1.0.45
|
anyhow@1.0.45
|
||||||
autocfg-1.0.1
|
autocfg@1.0.1
|
||||||
bitflags-1.2.1
|
bitflags@1.2.1
|
||||||
cc-1.0.72
|
cc@1.0.72
|
||||||
cfg-if-1.0.0
|
cfg-if@1.0.0
|
||||||
clap-2.33.3
|
clap@2.33.3
|
||||||
ctor-0.1.21
|
ctor@0.1.21
|
||||||
dlv-list-0.2.3
|
dlv-list@0.2.3
|
||||||
fasteval-0.2.4
|
fasteval@0.2.4
|
||||||
fs_extra-1.2.0
|
fs_extra@1.2.0
|
||||||
getrandom-0.2.3
|
getrandom@0.2.3
|
||||||
hashbrown-0.9.1
|
hashbrown@0.9.1
|
||||||
libc-0.2.107
|
libc@0.2.107
|
||||||
liboverdrop-0.0.2
|
liboverdrop@0.0.2
|
||||||
log-0.4.14
|
log@0.4.14
|
||||||
memoffset-0.6.4
|
memoffset@0.6.4
|
||||||
nix-0.22.2
|
nix@0.22.2
|
||||||
ordered-multimap-0.3.1
|
ordered-multimap@0.3.1
|
||||||
ppv-lite86-0.2.15
|
ppv-lite86@0.2.15
|
||||||
proc-macro2-1.0.32
|
proc-macro2@1.0.32
|
||||||
quote-1.0.10
|
quote@1.0.10
|
||||||
rand-0.8.4
|
rand@0.8.4
|
||||||
rand_chacha-0.3.1
|
rand_chacha@0.3.1
|
||||||
rand_core-0.6.3
|
rand_core@0.6.3
|
||||||
rand_hc-0.3.1
|
rand_hc@0.3.1
|
||||||
redox_syscall-0.2.10
|
redox_syscall@0.2.10
|
||||||
remove_dir_all-0.5.3
|
remove_dir_all@0.5.3
|
||||||
rust-ini-0.17.0
|
rust-ini@0.17.0
|
||||||
syn-1.0.81
|
syn@1.0.81
|
||||||
tempfile-3.2.0
|
tempfile@3.2.0
|
||||||
textwrap-0.11.0
|
textwrap@0.11.0
|
||||||
unicode-width-0.1.9
|
unicode-width@0.1.9
|
||||||
unicode-xid-0.2.2
|
unicode-xid@0.2.2
|
||||||
wasi-0.10.2+wasi-snapshot-preview1
|
wasi@0.10.2+wasi-snapshot-preview1
|
||||||
winapi-0.3.9
|
winapi@0.3.9
|
||||||
winapi-i686-pc-windows-gnu-0.4.0
|
winapi-i686-pc-windows-gnu@0.4.0
|
||||||
winapi-x86_64-pc-windows-gnu-0.4.0
|
winapi-x86_64-pc-windows-gnu@0.4.0
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit cargo systemd toolchain-funcs
|
inherit cargo systemd toolchain-funcs
|
||||||
@ -49,16 +49,17 @@ inherit cargo systemd toolchain-funcs
|
|||||||
DESCRIPTION="Systemd unit generator for zram swap devices"
|
DESCRIPTION="Systemd unit generator for zram swap devices"
|
||||||
HOMEPAGE="https://github.com/systemd/zram-generator"
|
HOMEPAGE="https://github.com/systemd/zram-generator"
|
||||||
SRC_URI="https://github.com/systemd/zram-generator/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
SRC_URI="https://github.com/systemd/zram-generator/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
$(cargo_crate_uris ${CRATES})"
|
${CARGO_CRATE_URIS}"
|
||||||
|
|
||||||
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT"
|
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
|
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
|
||||||
IUSE="+man"
|
IUSE="+man"
|
||||||
|
|
||||||
BDEPEND="virtual/rust
|
BDEPEND="
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
man? ( app-text/ronn-ng )"
|
man? ( app-text/ronn-ng )
|
||||||
|
"
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="lib/systemd/system-generators/zram-generator"
|
QA_FLAGS_IGNORED="lib/systemd/system-generators/zram-generator"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user