From 07ec850c531dfa765f4ebc7f6f9ee423eecf6ac5 Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 10 Dec 2018 14:38:35 +0000 Subject: [PATCH] bump(virtual/cargo): sync with upstream --- .../metadata/md5-cache/virtual/cargo-1.31.0 | 7 +++++++ .../virtual/cargo/cargo-1.31.0.ebuild | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.31.0 create mode 100644 sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.31.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.31.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.31.0 new file mode 100644 index 0000000000..39857c8abe --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.31.0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Package manager for Rust +EAPI=7 +KEYWORDS=~amd64 ~arm64 ~x86 +RDEPEND=|| ( =dev-lang/rust-1.31.0* =dev-lang/rust-bin-1.31.0* ) +SLOT=0 +_md5_=b218da112ca865e0d09cd6f178b38b94 diff --git a/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.31.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.31.0.ebuild new file mode 100644 index 0000000000..8d3318f5f6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.31.0.ebuild @@ -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}* + )"