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 33A20138334 for ; Sat, 4 Aug 2018 12:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2869CE07F0; Sat, 4 Aug 2018 12:16:06 +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 CACB6E07F0 for ; Sat, 4 Aug 2018 12:16:05 +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 E1384335CD8 for ; Sat, 4 Aug 2018 12:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A19396 for ; Sat, 4 Aug 2018 12:16:02 +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: <1533384954.643d2403b4db5d732d834fccf7d6ba477f98da2c.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cargo/cargo-1.28.0.ebuild X-VCS-Directories: virtual/cargo/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 643d2403b4db5d732d834fccf7d6ba477f98da2c X-VCS-Branch: master Date: Sat, 4 Aug 2018 12:16:02 +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: 0a1d34df-a98f-4465-9826-7ffdc0e41251 X-Archives-Hash: 402a598abff47bceabed39b0c6d0778e commit: 643d2403b4db5d732d834fccf7d6ba477f98da2c Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Aug 4 12:10:23 2018 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Aug 4 12:15:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643d2403 virtual/cargo: version bump to 1.28.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 virtual/cargo/cargo-1.28.0.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/virtual/cargo/cargo-1.28.0.ebuild b/virtual/cargo/cargo-1.28.0.ebuild new file mode 100644 index 00000000000..e05ec4b3130 --- /dev/null +++ b/virtual/cargo/cargo-1.28.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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}* + )"