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: Fri, 18 Jan 2019 01:19:49
Message-Id: 1547774374.df1c32782e8e5311ac89be39c365765e1494c41b.chutzpah@gentoo
1 commit: df1c32782e8e5311ac89be39c365765e1494c41b
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Jan 18 01:19:19 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 01:19:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1c3278
7
8 virtual/cargo: Version bump to 1.32.0
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.56, Repoman-2.3.12
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 virtual/cargo/cargo-1.32.0.ebuild | 17 +++++++++++++++++
15 1 file changed, 17 insertions(+)
16
17 diff --git a/virtual/cargo/cargo-1.32.0.ebuild b/virtual/cargo/cargo-1.32.0.ebuild
18 new file mode 100644
19 index 00000000000..5e737019292
20 --- /dev/null
21 +++ b/virtual/cargo/cargo-1.32.0.ebuild
22 @@ -0,0 +1,17 @@
23 +# Copyright 1999-2019 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 ~ppc64 ~x86"
35 +
36 +RDEPEND="|| (
37 + =dev-lang/rust-${PV}*
38 + =dev-lang/rust-bin-${PV}*
39 + )"