diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-06-17 16:13:57 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-06-18 17:09:22 -0700 |
commit | f75ab6bd0258a76c3be96fa50f0cfaa9a5926ba1 (patch) | |
tree | b7684d98f768cca69d8ff56db87fb58c21ccbf16 /virtual | |
parent | www-client/firefox: x86 stable (bug #688332) (diff) | |
download | gentoo-f75ab6bd0258a76c3be96fa50f0cfaa9a5926ba1.tar.gz gentoo-f75ab6bd0258a76c3be96fa50f0cfaa9a5926ba1.tar.bz2 gentoo-f75ab6bd0258a76c3be96fa50f0cfaa9a5926ba1.zip |
virtual/cargo: cleanup old unstable versions
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/cargo/cargo-1.29.2.ebuild | 20 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.30.1.ebuild | 17 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.31.1.ebuild | 17 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.32.0.ebuild | 17 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.33.0.ebuild | 17 |
5 files changed, 0 insertions, 88 deletions
diff --git a/virtual/cargo/cargo-1.29.2.ebuild b/virtual/cargo/cargo-1.29.2.ebuild deleted file mode 100644 index 75db85982890..000000000000 --- a/virtual/cargo/cargo-1.29.2.ebuild +++ /dev/null @@ -1,20 +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" - -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}* - )" diff --git a/virtual/cargo/cargo-1.30.1.ebuild b/virtual/cargo/cargo-1.30.1.ebuild deleted file mode 100644 index 85bd2b1722d9..000000000000 --- a/virtual/cargo/cargo-1.30.1.ebuild +++ /dev/null @@ -1,17 +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 ~ppc64 ~x86" - -RDEPEND="|| ( - =dev-lang/rust-${PV}* - =dev-lang/rust-bin-${PV}* - )" diff --git a/virtual/cargo/cargo-1.31.1.ebuild b/virtual/cargo/cargo-1.31.1.ebuild deleted file mode 100644 index 85bd2b1722d9..000000000000 --- a/virtual/cargo/cargo-1.31.1.ebuild +++ /dev/null @@ -1,17 +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 ~ppc64 ~x86" - -RDEPEND="|| ( - =dev-lang/rust-${PV}* - =dev-lang/rust-bin-${PV}* - )" diff --git a/virtual/cargo/cargo-1.32.0.ebuild b/virtual/cargo/cargo-1.32.0.ebuild deleted file mode 100644 index 5e7370192922..000000000000 --- a/virtual/cargo/cargo-1.32.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.33.0.ebuild b/virtual/cargo/cargo-1.33.0.ebuild deleted file mode 100644 index 5e7370192922..000000000000 --- a/virtual/cargo/cargo-1.33.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}* - )" |