summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-19 16:50:36 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-19 16:52:52 -0800
commitc94f0f8774d1f81d09cad43aa986adc9654918c9 (patch)
tree2bc847bfe209d796294a80aefb61234cd2ce4abc /virtual
parentvirtual/cargo: drop 1.35.0 (diff)
downloadgentoo-c94f0f8774d1f81d09cad43aa986adc9654918c9.tar.gz
gentoo-c94f0f8774d1f81d09cad43aa986adc9654918c9.tar.bz2
gentoo-c94f0f8774d1f81d09cad43aa986adc9654918c9.zip
virtual/cargo: drop 1.36.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/cargo/cargo-1.36.0.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/virtual/cargo/cargo-1.36.0.ebuild b/virtual/cargo/cargo-1.36.0.ebuild
deleted file mode 100644
index 5e7370192922..000000000000
--- a/virtual/cargo/cargo-1.36.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"