You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/cargo-tree/cargo-tree-0.25.0.ebuild

183 lines
3.0 KiB

# Copyright 2017-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CRATES="
adler32-1.0.3
aho-corasick-0.6.10
ansi_term-0.11.0
atty-0.2.11
autocfg-0.1.2
backtrace-0.3.14
backtrace-sys-0.1.28
bitflags-1.0.4
build_const-0.2.1
byteorder-1.3.1
bytesize-1.0.0
cargo-0.34.0
cc-1.0.30
cfg-if-0.1.7
clap-2.32.0
cloudabi-0.0.3
commoncrypto-0.2.0
commoncrypto-sys-0.2.0
core-foundation-0.6.3
core-foundation-sys-0.6.2
crates-io-0.22.0
crc-1.8.1
crc32fast-1.1.2
crossbeam-channel-0.3.8
crossbeam-utils-0.6.5
crypto-hash-0.3.3
curl-0.4.19
curl-sys-0.4.16
env_logger-0.6.0
failure-0.1.5
failure_derive-0.1.5
filetime-0.2.4
fixedbitset-0.1.9
flate2-1.0.6
fnv-1.0.6
foreign-types-0.3.2
foreign-types-shared-0.1.1
fs2-0.4.3
fuchsia-cprng-0.1.1
fwdansi-1.0.1
git2-0.8.0
git2-curl-0.9.0
glob-0.2.11
globset-0.4.2
heck-0.3.1
hex-0.3.2
home-0.3.4
humantime-1.2.0
idna-0.1.5
ignore-0.4.6
im-rc-12.3.1
itoa-0.4.3
jobserver-0.1.12
kernel32-sys-0.2.2
lazy_static-1.3.0
lazycell-1.2.1
libc-0.2.49
libgit2-sys-0.7.11
libnghttp2-sys-0.1.1
libssh2-sys-0.2.11
libz-sys-1.0.25
log-0.4.6
matches-0.1.8
memchr-2.2.0
miniz-sys-0.1.11
miniz_oxide-0.2.1
miniz_oxide_c_api-0.2.1
miow-0.3.3
num_cpus-1.10.0
opener-0.3.2
openssl-0.10.19
openssl-probe-0.1.2
openssl-sys-0.9.42
ordermap-0.3.5
percent-encoding-1.0.1
petgraph-0.4.13
pkg-config-0.3.14
proc-macro2-0.4.27
quick-error-1.2.2
quote-0.6.11
rand-0.6.5
rand_chacha-0.1.1
rand_core-0.3.1
rand_core-0.4.0
rand_hc-0.1.0
rand_isaac-0.1.1
rand_jitter-0.1.3
rand_os-0.1.2
rand_pcg-0.1.2
rand_xorshift-0.1.1
rdrand-0.4.0
redox_syscall-0.1.51
redox_termios-0.1.1
regex-1.1.2
regex-syntax-0.6.5
remove_dir_all-0.5.1
rustc-demangle-0.1.13
rustc-workspace-hack-1.0.0
rustc_version-0.2.3
rustfix-0.4.4
ryu-0.2.7
same-file-1.0.4
schannel-0.1.15
scopeguard-0.3.3
semver-0.9.0
semver-parser-0.7.0
serde-1.0.89
serde_derive-1.0.89
serde_ignored-0.0.4
serde_json-1.0.39
shell-escape-0.1.4
sized-chunks-0.1.1
smallvec-0.6.9
socket2-0.3.8
strsim-0.7.0
structopt-0.2.14
structopt-derive-0.2.14
syn-0.15.27
synstructure-0.10.1
tar-0.4.21
tempfile-3.0.7
termcolor-1.0.4
termion-1.5.1
textwrap-0.10.0
thread_local-0.3.6
toml-0.4.10
typenum-1.10.0
ucd-util-0.1.3
unicode-bidi-0.3.4
unicode-normalization-0.1.8
unicode-segmentation-1.2.1
unicode-width-0.1.5
unicode-xid-0.1.0
url-1.7.2
url_serde-0.2.0
utf8-ranges-1.0.2
vcpkg-0.2.6
vec_map-0.8.1
walkdir-2.2.7
winapi-0.2.8
winapi-0.3.6
winapi-build-0.1.1
winapi-i686-pc-windows-gnu-0.4.0
winapi-util-0.1.2
winapi-x86_64-pc-windows-gnu-0.4.0
wincolor-1.0.1
"
inherit cargo
DESCRIPTION="Cargo subcommand that visualizes crate dependency graph in a tree-like format"
HOMEPAGE="https://github.com/sfackler/cargo-tree"
SRC_URI="https://github.com/sfackler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
BDEPEND="
dev-util/cmake
>=virtual/rust-1.33
"
RDEPEND="
dev-libs/openssl:0=
sys-libs/zlib
"
DEPEND="${RDEPEND}"
src_install(){
cargo_src_install --path=.
einstalldocs
}