From eac79638e9ef9313c9ad70c477ea4c1b79b61400 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 18 Jul 2017 20:24:13 +0200 Subject: virtual/rust: Initial import. This package provides an abstraction level for rust and rust-bin. Currently only firefox depends on it (obligatory since v54, optionally in earlier versions, but hardcoded to non-bin there). new file: rust/metadata.xml new file: rust/rust-1.15.1.ebuild new file: rust/rust-1.16.0.ebuild --- virtual/rust/metadata.xml | 8 ++++++++ virtual/rust/rust-1.15.1.ebuild | 15 +++++++++++++++ virtual/rust/rust-1.16.0.ebuild | 15 +++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 virtual/rust/metadata.xml create mode 100644 virtual/rust/rust-1.15.1.ebuild create mode 100644 virtual/rust/rust-1.16.0.ebuild (limited to 'virtual') diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml new file mode 100644 index 000000000000..d9b367ed3b93 --- /dev/null +++ b/virtual/rust/metadata.xml @@ -0,0 +1,8 @@ + + + + + mozilla@gentoo.org + Gentoo Mozilla Team + + diff --git a/virtual/rust/rust-1.15.1.ebuild b/virtual/rust/rust-1.15.1.ebuild new file mode 100644 index 000000000000..4c56dd441f48 --- /dev/null +++ b/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/virtual/rust/rust-1.16.0.ebuild b/virtual/rust/rust-1.16.0.ebuild new file mode 100644 index 000000000000..4c56dd441f48 --- /dev/null +++ b/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}* )" -- cgit v1.2.3-65-gdbad