# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CRATES=" ansi_term-0.11.0 atty-0.2.13 bit-set-0.4.0 bit-vec-0.4.4 bitflags-1.1.0 cfg-if-0.1.9 chan-0.1.23 chan-signal-0.3.3 clap-2.33.0 dbus-0.5.4 fuchsia-cprng-0.1.1 lazy_static-0.2.11 libc-0.2.62 libdbus-sys-0.1.5 log-0.4.8 pkg-config-0.3.15 rand-0.3.23 rand-0.4.6 rand_core-0.3.1 rand_core-0.4.2 rdrand-0.4.0 redox_syscall-0.1.56 rust-ini-0.10.3 strsim-0.8.0 textwrap-0.11.0 time-0.1.42 unicode-width-0.1.6 vec_map-0.8.1 winapi-0.3.8 winapi-i686-pc-windows-gnu-0.4.0 winapi-x86_64-pc-windows-gnu-0.4.0 xcb-0.8.2 " inherit cargo DESCRIPTION="A clone of the Redshift utility written in Rust" HOMEPAGE="https://git.sr.ht/~laumann/${PN}" SRC_URI="https://git.sr.ht/~laumann/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="dev-util/cmake >=virtual/rust-1.32.0 " S="${WORKDIR}/${PN}-v${PV}"