virtual/cargo: initial version 1.27.1

This abstracts over the separately installed dev-util/cargo and the
cargo that can be installed as part of rust and rust-bin from
1.27.1 forward.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Dirkjan Ochtman
2018-07-13 22:16:44 +02:00
parent 10c62b7836
commit e42627cc93
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Package manager for Rust"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND=""
RDEPEND="|| (
=dev-lang/rust-${PV}*[cargo]
=dev-lang/rust-bin-${PV}*[cargo]
=dev-util/cargo-0.28.0*
)"

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>rust@gentoo.org</email>
<name>Rust Project</name>
</maintainer>
</pkgmetadata>