Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Sat, 08 Dec 2018 20:05:46
Message-Id: 1544299528.a0ec442ebd5cc04acba4531d55d42cf855e75e78.chutzpah@gentoo
1 commit: a0ec442ebd5cc04acba4531d55d42cf855e75e78
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 20:03:58 2018 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 20:05:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ec442e
7
8 virtual/rust: Version bump to 1.31.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 virtual/rust/rust-1.31.0.ebuild | 15 +++++++++++++++
14 1 file changed, 15 insertions(+)
15
16 diff --git a/virtual/rust/rust-1.31.0.ebuild b/virtual/rust/rust-1.31.0.ebuild
17 new file mode 100644
18 index 00000000000..f0642556ce5
19 --- /dev/null
20 +++ b/virtual/rust/rust-1.31.0.ebuild
21 @@ -0,0 +1,15 @@
22 +# Copyright 1999-2018 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="Virtual for Rust language compiler"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~arm64 ~x86"
34 +
35 +BDEPEND=""
36 +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"