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/cargo/
Date: Sat, 08 Dec 2018 20:05:46
Message-Id: 1544299528.b4c1199e167e44b117a25e8e593e1f00131ca2ab.chutzpah@gentoo
1 commit: b4c1199e167e44b117a25e8e593e1f00131ca2ab
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 20:04:44 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=b4c1199e
7
8 virtual/cargo: Version bump to 1.31.0
9
10 Bug: https://bugs.gentoo.org/672646
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 virtual/cargo/cargo-1.31.0.ebuild | 17 +++++++++++++++++
15 1 file changed, 17 insertions(+)
16
17 diff --git a/virtual/cargo/cargo-1.31.0.ebuild b/virtual/cargo/cargo-1.31.0.ebuild
18 new file mode 100644
19 index 00000000000..8d3318f5f69
20 --- /dev/null
21 +++ b/virtual/cargo/cargo-1.31.0.ebuild
22 @@ -0,0 +1,17 @@
23 +# Copyright 1999-2018 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DESCRIPTION="Package manager for Rust"
29 +HOMEPAGE=""
30 +SRC_URI=""
31 +
32 +LICENSE=""
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~arm64 ~x86"
35 +
36 +RDEPEND="|| (
37 + =dev-lang/rust-${PV}*
38 + =dev-lang/rust-bin-${PV}*
39 + )"