bump(virtual/cargo): sync with upstream

This commit is contained in:
David Michael 2018-11-14 18:26:47 +00:00
parent bcbff4b7f9
commit 1f7e729085
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Package manager for Rust
EAPI=7
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.29.2*[cargo] =dev-lang/rust-bin-1.29.2*[cargo] =dev-util/cargo-0.30.0* )
SLOT=0
_md5_=8e1f6bf663f0890cc235ca5b2e3007a9

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Package manager for Rust
EAPI=7
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.30.1* =dev-lang/rust-bin-1.30.1* )
SLOT=0
_md5_=b218da112ca865e0d09cd6f178b38b94

View File

@ -0,0 +1,20 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Package manager for Rust"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
RDEPEND="|| (
=dev-lang/rust-${PV}*[cargo]
=dev-lang/rust-bin-${PV}*[cargo]
=dev-util/cargo-${CARGO_DEPEND_VERSION}*
)"

View File

@ -0,0 +1,17 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Package manager for Rust"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
=dev-lang/rust-bin-${PV}*
)"