virtual/cargo: remove old versions
authorDirkjan Ochtman <djc@gentoo.org>
Sat, 29 Sep 2018 19:09:28 +0000 (21:09 +0200)
committerDirkjan Ochtman <djc@gentoo.org>
Sat, 29 Sep 2018 19:15:17 +0000 (21:15 +0200)
Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
virtual/cargo/cargo-1.27.1.ebuild [deleted file]

diff --git a/virtual/cargo/cargo-1.27.1.ebuild b/virtual/cargo/cargo-1.27.1.ebuild
deleted file mode 100644 (file)
index ddb3bfb..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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*
-               )"