diff options
author | Nils Freydank <holgersson@posteo.de> | 2017-07-18 20:24:13 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2017-07-24 16:48:21 +0200 |
commit | eac79638e9ef9313c9ad70c477ea4c1b79b61400 (patch) | |
tree | e4d9f1c1d9abeda15fceb51631b74b1620bbc222 /virtual | |
parent | app-crypt/keybase: Add app-crypt/keybase-9999 (diff) | |
download | gentoo-eac79638e9ef9313c9ad70c477ea4c1b79b61400.tar.gz gentoo-eac79638e9ef9313c9ad70c477ea4c1b79b61400.tar.bz2 gentoo-eac79638e9ef9313c9ad70c477ea4c1b79b61400.zip |
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
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/metadata.xml | 8 | ||||
-rw-r--r-- | virtual/rust/rust-1.15.1.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.16.0.ebuild | 15 |
3 files changed, 38 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>mozilla@gentoo.org</email> + <name>Gentoo Mozilla Team</name> +</maintainer> +</pkgmetadata> 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}* )" |