From a70e50939d6b0ca174cbd8a843cfc3bb9112c954 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 16 Nov 2017 11:58:35 -0500 Subject: [PATCH] virtual/rust: Import from Gentoo --- .../coreos-overlay/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 +++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/virtual/rust/metadata.xml create mode 100644 sdk_container/src/third_party/coreos-overlay/virtual/rust/rust-1.15.1.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/virtual/rust/rust-1.16.0.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/virtual/rust/rust-1.19.0.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/virtual/rust/metadata.xml b/sdk_container/src/third_party/coreos-overlay/virtual/rust/metadata.xml new file mode 100644 index 0000000000..85cf4eb920 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/virtual/rust/metadata.xml @@ -0,0 +1,8 @@ + + + + + rust@gentoo.org + Rust Project + + diff --git a/sdk_container/src/third_party/coreos-overlay/virtual/rust/rust-1.15.1.ebuild b/sdk_container/src/third_party/coreos-overlay/virtual/rust/rust-1.15.1.ebuild new file mode 100644 index 0000000000..4c56dd441f --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/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/coreos-overlay/virtual/rust/rust-1.16.0.ebuild b/sdk_container/src/third_party/coreos-overlay/virtual/rust/rust-1.16.0.ebuild new file mode 100644 index 0000000000..4c56dd441f --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/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/coreos-overlay/virtual/rust/rust-1.19.0.ebuild b/sdk_container/src/third_party/coreos-overlay/virtual/rust/rust-1.19.0.ebuild new file mode 100644 index 0000000000..4c56dd441f --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/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}* )"