Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
Date: Sat, 04 Aug 2018 12:16:08
Message-Id: 1533384954.643d2403b4db5d732d834fccf7d6ba477f98da2c.djc@gentoo
1 commit: 643d2403b4db5d732d834fccf7d6ba477f98da2c
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 12:10:23 2018 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 12:15:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643d2403
7
8 virtual/cargo: version bump to 1.28.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 virtual/cargo/cargo-1.28.0.ebuild | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 diff --git a/virtual/cargo/cargo-1.28.0.ebuild b/virtual/cargo/cargo-1.28.0.ebuild
16 new file mode 100644
17 index 00000000000..e05ec4b3130
18 --- /dev/null
19 +++ b/virtual/cargo/cargo-1.28.0.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +DESCRIPTION="Package manager for Rust"
27 +HOMEPAGE=""
28 +SRC_URI=""
29 +
30 +LICENSE=""
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~arm64 ~x86"
33 +
34 +CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
35 +
36 +RDEPEND="|| (
37 + =dev-lang/rust-${PV}*[cargo]
38 + =dev-lang/rust-bin-${PV}*[cargo]
39 + =dev-util/cargo-${CARGO_DEPEND_VERSION}*
40 + )"