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 A6B5C138334 for ; Sat, 20 Oct 2018 18:58:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0396FE087E; Sat, 20 Oct 2018 18:58:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C97D0E087E for ; Sat, 20 Oct 2018 18:58:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 520B3335CC8 for ; Sat, 20 Oct 2018 18:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3EE9439 for ; Sat, 20 Oct 2018 18:58:34 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1540061908.f0af60d27859caa220f06fac51860f48e5e99a9a.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cargo/cargo-1.29.2.ebuild X-VCS-Directories: virtual/cargo/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: f0af60d27859caa220f06fac51860f48e5e99a9a X-VCS-Branch: master Date: Sat, 20 Oct 2018 18:58:34 +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-Archives-Salt: 1557dea2-2fbf-431a-adc1-79c20bd11ded X-Archives-Hash: 3aaec4fcad26dca34c279a043fdb9ee0 commit: f0af60d27859caa220f06fac51860f48e5e99a9a Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Oct 20 18:58:12 2018 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Oct 20 18:58:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0af60d2 virtual/cargo: version bump to 1.29.2 Signed-off-by: Dirkjan Ochtman gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 virtual/cargo/cargo-1.29.2.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/virtual/cargo/cargo-1.29.2.ebuild b/virtual/cargo/cargo-1.29.2.ebuild new file mode 100644 index 00000000000..75db8598289 --- /dev/null +++ b/virtual/cargo/cargo-1.29.2.ebuild @@ -0,0 +1,20 @@ +# 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}* + )"