From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC02D138350 for ; Tue, 18 Feb 2020 03:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF861E0950; Tue, 18 Feb 2020 03:37:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47179E0950 for ; Tue, 18 Feb 2020 03:37:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E45E34EDE4 for ; Tue, 18 Feb 2020 03:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910642B for ; Tue, 18 Feb 2020 03:37:05 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1581996997.32987270f97cc9d8fe06db4baf7e14f4ca97ec55.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cargo/cargo-1.37.0.ebuild virtual/cargo/cargo-1.38.0.ebuild virtual/cargo/cargo-1.39.0.ebuild virtual/cargo/cargo-1.40.0.ebuild virtual/cargo/metadata.xml X-VCS-Directories: virtual/cargo/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 32987270f97cc9d8fe06db4baf7e14f4ca97ec55 X-VCS-Branch: master Date: Tue, 18 Feb 2020 03:37:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfb52913-1767-4442-bbc5-2ec2278587d0 X-Archives-Hash: 6c5c04ee2356a7ca242bde053d3714b2 commit: 32987270f97cc9d8fe06db4baf7e14f4ca97ec55 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Feb 18 03:33:06 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Feb 18 03:36:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32987270 virtual/cargo: remove last rited package Closes: https://bugs.gentoo.org/695698 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/cargo/cargo-1.37.0.ebuild | 17 ----------------- virtual/cargo/cargo-1.38.0.ebuild | 17 ----------------- virtual/cargo/cargo-1.39.0.ebuild | 17 ----------------- virtual/cargo/cargo-1.40.0.ebuild | 15 --------------- virtual/cargo/metadata.xml | 8 -------- 5 files changed, 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 631c2ccb793..00000000000 --- 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 03936f0889c..00000000000 --- 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 5e737019292..00000000000 --- 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 a36d725b602..00000000000 --- 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 85cf4eb9205..00000000000 --- a/virtual/cargo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - rust@gentoo.org - Rust Project - -