diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-17 19:33:06 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-17 19:36:37 -0800 |
commit | 32987270f97cc9d8fe06db4baf7e14f4ca97ec55 (patch) | |
tree | 89fa5ad50537891be6b6f652b08c7fa4d5ba6eb8 /virtual | |
parent | sci-geosciences/gmt: Drop 4.5.6 (diff) | |
download | gentoo-32987270f97cc9d8fe06db4baf7e14f4ca97ec55.tar.gz gentoo-32987270f97cc9d8fe06db4baf7e14f4ca97ec55.tar.bz2 gentoo-32987270f97cc9d8fe06db4baf7e14f4ca97ec55.zip |
virtual/cargo: remove last rited package
Closes: https://bugs.gentoo.org/695698
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/cargo/cargo-1.37.0.ebuild | 17 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.38.0.ebuild | 17 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.39.0.ebuild | 17 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.40.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/cargo/metadata.xml | 8 |
5 files changed, 0 insertions, 74 deletions
diff --git a/virtual/cargo/cargo-1.37.0.ebuild b/virtual/cargo/cargo-1.37.0.ebuild deleted file mode 100644 index 631c2ccb793c..000000000000 --- a/virtual/cargo/cargo-1.37.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.38.0.ebuild b/virtual/cargo/cargo-1.38.0.ebuild deleted file mode 100644 index 03936f0889c2..000000000000 --- a/virtual/cargo/cargo-1.38.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 ~arm ~arm64 ~ppc64 ~x86" - -RDEPEND="|| ( - =dev-lang/rust-${PV}* - =dev-lang/rust-bin-${PV}* - )" diff --git a/virtual/cargo/cargo-1.39.0.ebuild b/virtual/cargo/cargo-1.39.0.ebuild deleted file mode 100644 index 5e7370192922..000000000000 --- a/virtual/cargo/cargo-1.39.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.40.0.ebuild b/virtual/cargo/cargo-1.40.0.ebuild deleted file mode 100644 index a36d725b6021..000000000000 --- a/virtual/cargo/cargo-1.40.0.ebuild +++ /dev/null @@ -1,15 +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" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -RDEPEND="|| ( - =dev-lang/rust-${PV}* - =dev-lang/rust-bin-${PV}* - )" diff --git a/virtual/cargo/metadata.xml b/virtual/cargo/metadata.xml deleted file mode 100644 index 85cf4eb92057..000000000000 --- a/virtual/cargo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>rust@gentoo.org</email> - <name>Rust Project</name> - </maintainer> -</pkgmetadata> |