From: Nils Freydank Date: Tue, 18 Jul 2017 18:24:13 +0000 (+0200) Subject: virtual/rust: Initial import. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eac79638e9ef9313c9ad70c477ea4c1b79b61400;p=gentoo.git 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 --- 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}* )"