From 91dab2f4acc06c005635c81b0ca397de9b4fd6c0 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 24 Jan 2018 17:51:28 -0500 Subject: [PATCH] bump(virtual/rust): sync with upstream --- .../metadata/md5-cache/virtual/rust-1.15.1 | 7 +++++++ .../metadata/md5-cache/virtual/rust-1.16.0 | 7 +++++++ .../metadata/md5-cache/virtual/rust-1.19.0 | 7 +++++++ .../metadata/md5-cache/virtual/rust-1.23.0 | 7 +++++++ .../portage-stable/virtual/rust/metadata.xml | 8 ++++++++ .../virtual/rust/rust-1.15.1.ebuild | 15 +++++++++++++++ .../virtual/rust/rust-1.16.0.ebuild | 15 +++++++++++++++ .../virtual/rust/rust-1.19.0.ebuild | 15 +++++++++++++++ .../virtual/rust/rust-1.23.0.ebuild | 15 +++++++++++++++ 9 files changed, 96 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.15.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.16.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.19.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 create mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.15.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.16.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.19.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.15.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.15.1 new file mode 100644 index 0000000000..cb0a52ac9b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.15.1 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for Rust language compiler +EAPI=6 +KEYWORDS=~amd64 ~x86 +RDEPEND=|| ( =dev-lang/rust-1.15.1* =dev-lang/rust-bin-1.15.1* ) +SLOT=0 +_md5_=2c4fb1691726464b05d4358d6b32e969 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.16.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.16.0 new file mode 100644 index 0000000000..987e402de6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.16.0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for Rust language compiler +EAPI=6 +KEYWORDS=~amd64 ~x86 +RDEPEND=|| ( =dev-lang/rust-1.16.0* =dev-lang/rust-bin-1.16.0* ) +SLOT=0 +_md5_=2c4fb1691726464b05d4358d6b32e969 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.19.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.19.0 new file mode 100644 index 0000000000..2b971c5cc6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.19.0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for Rust language compiler +EAPI=6 +KEYWORDS=~amd64 ~x86 +RDEPEND=|| ( =dev-lang/rust-1.19.0* =dev-lang/rust-bin-1.19.0* ) +SLOT=0 +_md5_=2c4fb1691726464b05d4358d6b32e969 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 new file mode 100644 index 0000000000..86af7d159e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for Rust language compiler +EAPI=6 +KEYWORDS=~amd64 ~x86 +RDEPEND=|| ( =dev-lang/rust-1.23.0* =dev-lang/rust-bin-1.23.0* ) +SLOT=0 +_md5_=e021228b7e2243030200e59e74c71d63 diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml new file mode 100644 index 0000000000..85cf4eb920 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml @@ -0,0 +1,8 @@ + + + + + rust@gentoo.org + Rust Project + + diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.15.1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.15.1.ebuild new file mode 100644 index 0000000000..4c56dd441f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.15.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Virtual for Rust language compiler" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.16.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.16.0.ebuild new file mode 100644 index 0000000000..4c56dd441f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.16.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Virtual for Rust language compiler" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.19.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.19.0.ebuild new file mode 100644 index 0000000000..4c56dd441f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.19.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Virtual for Rust language compiler" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild new file mode 100644 index 0000000000..92f092c7e3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Virtual for Rust language compiler" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"