From: Dirkjan Ochtman Date: Fri, 5 Oct 2018 13:04:18 +0000 (+0200) Subject: virtual/cargo: remove old cargo versions X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ae6218914bd9b3f1cd2171ae64c728fda605d6cf;p=gentoo.git virtual/cargo: remove old cargo versions Signed-off-by: Dirkjan Ochtman Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild deleted file mode 100644 index ecc9d88e9198..000000000000 --- a/virtual/cargo/cargo-1.25.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 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 x86" - -BDEPEND="" -RDEPEND="|| ( - =dev-lang/rust-${PV}*[extended] - =dev-util/cargo-0.26.0* - )" diff --git a/virtual/cargo/cargo-1.28.0.ebuild b/virtual/cargo/cargo-1.28.0.ebuild deleted file mode 100644 index 58d8d61dc885..000000000000 --- a/virtual/cargo/cargo-1.28.0.ebuild +++ /dev/null @@ -1,20 +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" - -CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0" - -RDEPEND="|| ( - =dev-lang/rust-${PV}*[cargo] - =dev-lang/rust-bin-${PV}*[cargo] - =dev-util/cargo-${CARGO_DEPEND_VERSION}* - )"