bump(virtual/rust): sync with upstream

This commit is contained in:
David Michael 2018-08-31 17:41:08 +00:00
parent d6fc7186c9
commit cdaa2bac09
9 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual for Rust language compiler
EAPI=6
KEYWORDS=amd64 ~arm64 x86
RDEPEND=|| ( =dev-lang/rust-1.25.0* =dev-lang/rust-bin-1.25.0* )
SLOT=0
_md5_=2ea68fcf8fa89d05306a664789fe880d

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual for Rust language compiler
EAPI=6
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.26.2* =dev-lang/rust-bin-1.26.2* )
SLOT=0
_md5_=c10f1e7aa361c9436f1b692dda62dca5

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual for Rust language compiler
EAPI=7
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.27.1* =dev-lang/rust-bin-1.27.1* )
SLOT=0
_md5_=972f1fbb9112b560e518e3b6a04d92d4

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual for Rust language compiler
EAPI=7
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.28.0* =dev-lang/rust-bin-1.28.0* )
SLOT=0
_md5_=972f1fbb9112b560e518e3b6a04d92d4

View File

@ -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>rust@gentoo.org</email>
<name>Rust Project</name>
</maintainer>
</pkgmetadata>

View File

@ -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 ~arm64 x86"
DEPEND=""
RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

View File

@ -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 ~arm64 ~x86"
DEPEND=""
RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

View File

@ -0,0 +1,15 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for Rust language compiler"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND=""
RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

View File

@ -0,0 +1,15 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for Rust language compiler"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND=""
RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"