From: Dirkjan Ochtman Date: Fri, 13 Jul 2018 20:16:44 +0000 (+0200) Subject: virtual/cargo: initial version 1.27.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e42627cc9349699282c54c7c2ddd35e84cce00d1;p=gentoo.git 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 --- diff --git a/virtual/cargo/cargo-1.27.1.ebuild b/virtual/cargo/cargo-1.27.1.ebuild new file mode 100644 index 000000000000..ddb3bfb6cf14 --- /dev/null +++ b/virtual/cargo/cargo-1.27.1.ebuild @@ -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* + )" diff --git a/virtual/cargo/metadata.xml b/virtual/cargo/metadata.xml new file mode 100644 index 000000000000..85cf4eb92057 --- /dev/null +++ b/virtual/cargo/metadata.xml @@ -0,0 +1,8 @@ + + + + + rust@gentoo.org + Rust Project + +