Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Fri, 04 Mar 2022 06:12:32
Message-Id: 1646374335.3700e8b720b0e505d8c739405a9861b650c544b8.gyakovlev@gentoo
1 commit: 3700e8b720b0e505d8c739405a9861b650c544b8
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 22:51:35 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 06:12:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3700e8b7
7
8 virtual/rust: add 1.59.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 virtual/rust/rust-1.59.0.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
16 new file mode 100644
17 index 000000000000..8de903f38293
18 --- /dev/null
19 +++ b/virtual/rust/rust-1.59.0.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +inherit multilib-build
27 +
28 +DESCRIPTION="Virtual for Rust language compiler"
29 +
30 +LICENSE=""
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
33 +IUSE="rustfmt"
34 +
35 +BDEPEND=""
36 +RDEPEND="|| (
37 + ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
38 + ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
39 +)"