summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2018-09-29 21:09:28 +0200
committerDirkjan Ochtman <djc@gentoo.org>2018-09-29 21:15:17 +0200
commitaf67713a2d8c18f7e67c1666a0e5ef5864552065 (patch)
tree6e81329bf2c220b7018a1b1346a82c33b411c728 /virtual/cargo
parentdev-util/cargo: remove old versions (diff)
downloadgentoo-af67713a2d8c18f7e67c1666a0e5ef5864552065.tar.gz
gentoo-af67713a2d8c18f7e67c1666a0e5ef5864552065.tar.bz2
gentoo-af67713a2d8c18f7e67c1666a0e5ef5864552065.zip
virtual/cargo: remove old versions
Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
Diffstat (limited to 'virtual/cargo')
-rw-r--r--virtual/cargo/cargo-1.27.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/virtual/cargo/cargo-1.27.1.ebuild b/virtual/cargo/cargo-1.27.1.ebuild
deleted file mode 100644
index ddb3bfb6cf14..000000000000
--- a/virtual/cargo/cargo-1.27.1.ebuild
+++ /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*
- )"