summaryrefslogtreecommitdiff
path: root/dev-util/cargo-ebuild/cargo-ebuild-0.3.3.ebuild
blob: 536e479ebd74a931c5d059e0cf50974247f55279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Auto-Generated by cargo-ebuild 0.3.1

EAPI=7

CRATES="
	ansi_term-0.11.0
	anyhow-1.0.42
	atty-0.2.14
	base-x-0.2.8
	bitflags-1.2.1
	bumpalo-3.7.0
	camino-1.0.5
	cargo-lock-7.0.1
	cargo-platform-0.1.1
	cargo_metadata-0.14.0
	cfg-if-1.0.0
	clap-2.33.3
	const_fn-0.4.8
	discard-1.0.4
	either-1.6.1
	form_urlencoded-1.0.1
	getrandom-0.2.3
	heck-0.3.3
	hermit-abi-0.1.19
	idna-0.2.3
	itertools-0.10.1
	itoa-0.4.7
	lazy_static-1.4.0
	libc-0.2.98
	log-0.4.14
	matches-0.1.8
	percent-encoding-2.1.0
	phf-0.9.0
	phf_generator-0.9.0
	phf_macros-0.9.0
	phf_shared-0.9.0
	ppv-lite86-0.2.10
	proc-macro-error-1.0.4
	proc-macro-error-attr-1.0.4
	proc-macro-hack-0.5.19
	proc-macro2-1.0.28
	quote-1.0.9
	rand-0.8.4
	rand_chacha-0.3.1
	rand_core-0.6.3
	rand_hc-0.3.1
	rustc_version-0.2.3
	ryu-1.0.5
	semver-0.9.0
	semver-1.0.4
	semver-parser-0.7.0
	serde-1.0.127
	serde_derive-1.0.127
	serde_json-1.0.66
	sha1-0.6.0
	siphasher-0.3.6
	standback-0.2.17
	stdweb-0.4.20
	stdweb-derive-0.5.3
	stdweb-internal-macros-0.2.9
	stdweb-internal-runtime-0.1.5
	strsim-0.8.0
	structopt-0.3.22
	structopt-derive-0.4.15
	syn-1.0.74
	textwrap-0.11.0
	time-0.2.27
	time-macros-0.1.1
	time-macros-impl-0.1.2
	tinyvec-1.3.1
	tinyvec_macros-0.1.0
	toml-0.5.8
	unicode-bidi-0.3.5
	unicode-normalization-0.1.19
	unicode-segmentation-1.8.0
	unicode-width-0.1.8
	unicode-xid-0.2.2
	url-2.2.2
	vec_map-0.8.2
	version_check-0.9.3
	wasi-0.10.2+wasi-snapshot-preview1
	wasm-bindgen-0.2.75
	wasm-bindgen-backend-0.2.75
	wasm-bindgen-macro-0.2.75
	wasm-bindgen-macro-support-0.2.75
	wasm-bindgen-shared-0.2.75
	winapi-0.3.9
	winapi-i686-pc-windows-gnu-0.4.0
	winapi-x86_64-pc-windows-gnu-0.4.0
"

inherit cargo

DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses."
HOMEPAGE="https://gitweb.gentoo.org/proj/cargo-ebuild.git"
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2
	$(cargo_crate_uris ${CRATES})"

LICENSE="Apache-2.0 Boost-1.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"

QA_FLAGS_IGNORED="usr/bin/cargo-ebuild"