# Copyright 2017-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.2.0 EAPI=7 CRATES=" ansi_term-0.9.0 backtrace-0.3.40 backtrace-sys-0.1.32 bstr-0.2.8 byteorder-1.3.2 cargo-license-0.2.0 cargo_metadata-0.6.4 cc-1.0.47 cfg-if-0.1.10 csv-1.1.1 csv-core-0.1.6 error-chain-0.12.1 failure-0.1.6 failure_derive-0.1.6 getopts-0.2.21 itoa-0.4.4 lazy_static-1.4.0 libc-0.2.65 memchr-2.2.1 proc-macro2-1.0.6 quote-1.0.2 regex-automata-0.1.8 rustc-demangle-0.1.16 ryu-1.0.2 semver-0.9.0 semver-parser-0.7.0 serde-1.0.102 serde_derive-1.0.102 serde_json-1.0.41 syn-1.0.8 synstructure-0.12.3 toml-0.4.10 unicode-width-0.1.6 unicode-xid-0.2.0 version_check-0.1.5 " inherit cargo DESCRIPTION="Cargo subcommand to see license of dependencies" HOMEPAGE="https://github.com/onur/cargo-license" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" QA_FLAGS_IGNORED="/usr/bin/cargo-license" src_install() { cargo_src_install --path=. einstalldocs }