Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 554663 Details for
Bug 669876
dev-lang/rust-1.30.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/cargo for this rust version
cargo-0.31.1.ebuild (text/plain), 3.80 KB, created by
Oleg
on 2018-11-09 16:44:19 UTC
(
hide
)
Description:
dev-util/cargo for this rust version
Filename:
MIME Type:
Creator:
Oleg
Created:
2018-11-09 16:44:19 UTC
Size:
3.80 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >CARGO_SNAPSHOT_DATE="2016-09-01" > >CRATES=" >adler32-1.0.3 >aho-corasick-0.6.9 >ansi_term-0.11.0 >arrayvec-0.4.7 >atty-0.2.11 >backtrace-0.3.9 >backtrace-sys-0.1.24 >bitflags-1.0.4 >bufstream-0.1.4 >build_const-0.2.1 >cc-1.0.25 >cfg-if-0.1.6 >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.19.0 >crc-1.8.1 >crossbeam-channel-0.2.6 >crossbeam-epoch-0.6.1 >crossbeam-utils-0.5.0 >crossbeam-utils-0.6.0 >crypto-hash-0.3.1 >curl-0.4.19 >curl-sys-0.4.15 >env_logger-0.5.13 >failure-0.1.3 >failure_derive-0.1.3 >filetime-0.2.2 >flate2-1.0.4 >fnv-1.0.6 >foreign-types-0.3.2 >foreign-types-shared-0.1.1 >fs2-0.4.3 >fuchsia-zircon-0.3.3 >fuchsia-zircon-sys-0.3.3 >fwdansi-1.0.1 >git2-0.7.5 >git2-curl-0.8.2 >glob-0.2.11 >globset-0.4.2 >hex-0.3.2 >home-0.3.3 >humantime-1.1.1 >idna-0.1.5 >ignore-0.4.4 >itoa-0.4.3 >jobserver-0.1.11 >kernel32-sys-0.2.2 >lazy_static-1.2.0 >lazycell-1.2.0 >libc-0.2.43 >libgit2-sys-0.7.10 >libssh2-sys-0.2.11 >libz-sys-1.0.25 >lock_api-0.1.4 >log-0.4.6 >matches-0.1.8 >memchr-2.1.1 >memoffset-0.2.1 >miniz-sys-0.1.11 >miniz_oxide-0.2.0 >miniz_oxide_c_api-0.2.0 >miow-0.3.3 >nodrop-0.1.12 >num_cpus-1.8.0 >opener-0.3.0 >openssl-0.10.15 >openssl-probe-0.1.2 >openssl-src-111.0.1+1.1.1 >openssl-sys-0.9.39 >owning_ref-0.3.3 >parking_lot-0.6.4 >parking_lot_core-0.3.1 >percent-encoding-1.0.1 >pkg-config-0.3.14 >proc-macro2-0.4.21 >quick-error-1.2.2 >quote-0.6.10 >rand-0.4.3 >rand-0.5.5 >rand_core-0.2.2 >rand_core-0.3.0 >redox_syscall-0.1.40 >redox_termios-0.1.1 >regex-1.0.6 >regex-syntax-0.6.3 >remove_dir_all-0.5.1 >rustc-demangle-0.1.9 >rustc-workspace-hack-1.0.0 >rustc_version-0.2.3 >rustfix-0.4.2 >ryu-0.2.6 >same-file-1.0.4 >schannel-0.1.14 >scopeguard-0.3.3 >semver-0.9.0 >semver-parser-0.7.0 >serde-1.0.80 >serde_derive-1.0.80 >serde_ignored-0.0.4 >serde_json-1.0.32 >shell-escape-0.1.4 >smallvec-0.6.5 >socket2-0.3.8 >stable_deref_trait-1.1.1 >strsim-0.7.0 >syn-0.15.18 >synstructure-0.10.1 >tar-0.4.19 >tempfile-3.0.4 >termcolor-1.0.4 >termion-1.5.1 >textwrap-0.10.0 >thread_local-0.3.6 >toml-0.4.8 >ucd-util-0.1.2 >unicode-bidi-0.3.4 >unicode-normalization-0.1.7 >unicode-width-0.1.5 >unicode-xid-0.1.0 >unreachable-1.0.0 >url-1.7.2 >utf8-ranges-1.0.2 >vcpkg-0.2.6 >vec_map-0.8.1 >version_check-0.1.5 >void-1.0.2 >walkdir-2.2.6 >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.1 >winapi-x86_64-pc-windows-gnu-0.4.0 >wincolor-1.0.1 >" > >inherit cargo bash-completion-r1 multiprocessing versionator rust-toolchain > >BOOTSTRAP_VERSION="0.$(($(get_version_component_range 2) - 1)).0" > >DESCRIPTION="The Rust's package manager" >HOMEPAGE="http://crates.io" >SRC_URI="https://github.com/rust-lang/cargo/archive/${PV}.tar.gz -> ${P}.tar.gz > $(cargo_crate_uris ${CRATES}) > $(rust_all_arch_uris cargo-${BOOTSTRAP_VERSION})" > >RESTRICT="mirror" >LICENSE="|| ( MIT Apache-2.0 )" >SLOT="0" >KEYWORDS="amd64 ~arm64 x86" > >IUSE="doc libressl" > >COMMON_DEPEND="sys-libs/zlib > !libressl? ( dev-libs/openssl:0= ) > libressl? ( dev-libs/libressl:0= ) > net-libs/libssh2 > net-libs/http-parser:=" >RDEPEND="${COMMON_DEPEND} > !dev-util/cargo-bin > net-misc/curl[ssl]" >DEPEND="${COMMON_DEPEND} > >=virtual/rust-1.28.0 > dev-util/cmake > sys-apps/coreutils > sys-apps/diffutils > sys-apps/findutils > sys-apps/sed" > >PATCHES=() > >src_configure() { > # Do nothing > echo "Configuring cargo..." >} > >src_compile() { > export CARGO_HOME="${ECARGO_HOME}" > local cargo="${WORKDIR}/cargo-${BOOTSTRAP_VERSION}-$(rust_abi)/cargo/bin/cargo" > ${cargo} build -j$(makeopts_jobs) --release || die > > # Building HTML documentation > use doc && ${cargo} doc >} > >src_install() { > dobin target/release/cargo > > # Install HTML documentation > use doc && HTML_DOCS=("target/doc") > einstalldocs > > newbashcomp src/etc/cargo.bashcomp.sh cargo > insinto /usr/share/zsh/site-functions > doins src/etc/_cargo > doman src/etc/man/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 669876
:
553528
|
553530
|
554659
|
554661
| 554663