From: Georgy Yakovlev Date: Fri, 17 May 2019 00:13:02 +0000 (-0700) Subject: virtual/cargo: drop vulnerable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d04363c762bbd607fac205da35c61d5f87bdc795;p=gentoo.git virtual/cargo: drop vulnerable Bug: https://bugs.gentoo.org/685970 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- diff --git a/virtual/cargo/cargo-1.34.0.ebuild b/virtual/cargo/cargo-1.34.0.ebuild deleted file mode 100644 index 5e7370192922..000000000000 --- a/virtual/cargo/cargo-1.34.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}* - )" diff --git a/virtual/cargo/cargo-1.34.1.ebuild b/virtual/cargo/cargo-1.34.1.ebuild deleted file mode 100644 index 032ae4f274f3..000000000000 --- a/virtual/cargo/cargo-1.34.1.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}* - )"