summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-19 16:48:54 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-19 16:52:52 -0800
commit26835147b8710a5b691ddd52d8f05dec3675beb8 (patch)
tree44e21d4cf0e2ecc04ac6819f8445d872bcf15125 /virtual
parentvirtual/cargo: drop 1.34.2 (diff)
downloadgentoo-26835147b8710a5b691ddd52d8f05dec3675beb8.tar.gz
gentoo-26835147b8710a5b691ddd52d8f05dec3675beb8.tar.bz2
gentoo-26835147b8710a5b691ddd52d8f05dec3675beb8.zip
virtual/cargo: drop 1.35.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.35.0.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/virtual/cargo/cargo-1.35.0.ebuild b/virtual/cargo/cargo-1.35.0.ebuild
deleted file mode 100644
index 2c015c4a0d90..000000000000
--- a/virtual/cargo/cargo-1.35.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}*
- )"