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: Fri, 13 Jul 2018 20:17:47
Message-Id: 1531513004.e42627cc9349699282c54c7c2ddd35e84cce00d1.djc@gentoo
1 commit: e42627cc9349699282c54c7c2ddd35e84cce00d1
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 13 20:16:44 2018 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 13 20:16:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42627cc
7
8 virtual/cargo: initial version 1.27.1
9
10 This abstracts over the separately installed dev-util/cargo and the
11 cargo that can be installed as part of rust and rust-bin from
12 1.27.1 forward.
13
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 virtual/cargo/cargo-1.27.1.ebuild | 19 +++++++++++++++++++
17 virtual/cargo/metadata.xml | 8 ++++++++
18 2 files changed, 27 insertions(+)
19
20 diff --git a/virtual/cargo/cargo-1.27.1.ebuild b/virtual/cargo/cargo-1.27.1.ebuild
21 new file mode 100644
22 index 00000000000..ddb3bfb6cf1
23 --- /dev/null
24 +++ b/virtual/cargo/cargo-1.27.1.ebuild
25 @@ -0,0 +1,19 @@
26 +# Copyright 1999-2018 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DESCRIPTION="Package manager for Rust"
32 +HOMEPAGE=""
33 +SRC_URI=""
34 +
35 +LICENSE=""
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~arm64 ~x86"
38 +
39 +BDEPEND=""
40 +RDEPEND="|| (
41 + =dev-lang/rust-${PV}*[cargo]
42 + =dev-lang/rust-bin-${PV}*[cargo]
43 + =dev-util/cargo-0.28.0*
44 + )"
45
46 diff --git a/virtual/cargo/metadata.xml b/virtual/cargo/metadata.xml
47 new file mode 100644
48 index 00000000000..85cf4eb9205
49 --- /dev/null
50 +++ b/virtual/cargo/metadata.xml
51 @@ -0,0 +1,8 @@
52 +<?xml version="1.0" encoding="UTF-8"?>
53 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 +<pkgmetadata>
55 + <maintainer type="project">
56 + <email>rust@g.o</email>
57 + <name>Rust Project</name>
58 + </maintainer>
59 +</pkgmetadata>