diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2018-10-05 15:04:18 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-10-05 15:10:58 +0200 |
commit | ae6218914bd9b3f1cd2171ae64c728fda605d6cf (patch) | |
tree | 71892d2924a8d75a257bc661147adcab5dccd8e7 /virtual | |
parent | sys-auth/sssd: Security cleanup (diff) | |
download | gentoo-ae6218914bd9b3f1cd2171ae64c728fda605d6cf.tar.gz gentoo-ae6218914bd9b3f1cd2171ae64c728fda605d6cf.tar.bz2 gentoo-ae6218914bd9b3f1cd2171ae64c728fda605d6cf.zip |
virtual/cargo: remove old cargo versions
Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/cargo/cargo-1.25.0.ebuild | 18 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.28.0.ebuild | 20 |
2 files changed, 0 insertions, 38 deletions
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}* - )" |