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/cargo/
Date: Fri, 24 May 2019 09:07:01
Message-Id: 1558688551.dcc106e44bf2981a6d358130eb2f37fa4c90d901.gyakovlev@gentoo
1 commit: dcc106e44bf2981a6d358130eb2f37fa4c90d901
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 05:31:58 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 09:02:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc106e4
7
8 virtual/cargo: bump to 1.35.0
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 virtual/cargo/cargo-1.35.0.ebuild | 17 +++++++++++++++++
14 1 file changed, 17 insertions(+)
15
16 diff --git a/virtual/cargo/cargo-1.35.0.ebuild b/virtual/cargo/cargo-1.35.0.ebuild
17 new file mode 100644
18 index 00000000000..5e737019292
19 --- /dev/null
20 +++ b/virtual/cargo/cargo-1.35.0.ebuild
21 @@ -0,0 +1,17 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="Package manager for Rust"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
34 +
35 +RDEPEND="|| (
36 + =dev-lang/rust-${PV}*
37 + =dev-lang/rust-bin-${PV}*
38 + )"