aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro01eg <o01eg@yandex.ru>2018-09-28 11:12:26 +0300
committero01eg <o01eg@yandex.ru>2018-09-28 11:12:26 +0300
commit22cb8716d5149947608fea885f130c6d26a86a06 (patch)
tree539d9f211a81598a37f863e883e85385efb57e83 /virtual
parentBump Rust to 1.29.1 (diff)
downloadrust-22cb8716d5149947608fea885f130c6d26a86a06.tar.gz
rust-22cb8716d5149947608fea885f130c6d26a86a06.tar.bz2
rust-22cb8716d5149947608fea885f130c6d26a86a06.zip
Add virtual/cargo same as portage's one.
Diffstat (limited to 'virtual')
-rw-r--r--virtual/cargo/cargo-9999.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/cargo/cargo-9999.ebuild b/virtual/cargo/cargo-9999.ebuild
new file mode 100644
index 0000000..af35b63
--- /dev/null
+++ b/virtual/cargo/cargo-9999.ebuild
@@ -0,0 +1,18 @@
+# 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=""
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*[cargo]
+ =dev-lang/rust-bin-${PV}[cargo]
+ =dev-util/cargo-${PV}*
+ )"