diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-05-16 17:13:02 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-05-16 17:13:02 -0700 |
commit | d04363c762bbd607fac205da35c61d5f87bdc795 (patch) | |
tree | 1979bdcaf64ffc0c090338c76a5b052bfd86d531 /virtual | |
parent | virtual/rust: drop vulnerable (diff) | |
download | gentoo-d04363c762bbd607fac205da35c61d5f87bdc795.tar.gz gentoo-d04363c762bbd607fac205da35c61d5f87bdc795.tar.bz2 gentoo-d04363c762bbd607fac205da35c61d5f87bdc795.zip |
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 <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/cargo/cargo-1.34.0.ebuild | 17 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.34.1.ebuild | 17 |
2 files changed, 0 insertions, 34 deletions
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}* - )" |