Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
Date: Thu, 27 Sep 2018 16:23:57
Message-Id: 1538065156.31e553e6286724c6486fcbabe1902d551e1682cc.whissi@gentoo
1 commit: 31e553e6286724c6486fcbabe1902d551e1682cc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 16:12:44 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 16:19:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e553e6
7
8 virtual/cargo: adding virtual for stable cargo-0.26.0
9
10 Bug: https://bugs.gentoo.org/646078
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 virtual/cargo/cargo-1.25.0.ebuild | 18 ++++++++++++++++++
15 1 file changed, 18 insertions(+)
16
17 diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild
18 new file mode 100644
19 index 00000000000..fbe79d67fdc
20 --- /dev/null
21 +++ b/virtual/cargo/cargo-1.25.0.ebuild
22 @@ -0,0 +1,18 @@
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 +BDEPEND=""
37 +RDEPEND="|| (
38 + =dev-lang/rust-${PV}*[extended]
39 + =dev-util/cargo-0.26.0*
40 + )"