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 7676A138334 for ; Thu, 27 Sep 2018 16:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A2DE0917; Thu, 27 Sep 2018 16:23:55 +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 A256AE0917 for ; Thu, 27 Sep 2018 16:23:55 +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 469B1335CE4 for ; Thu, 27 Sep 2018 16:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3265742A for ; Thu, 27 Sep 2018 16:23:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1538065156.31e553e6286724c6486fcbabe1902d551e1682cc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cargo/cargo-1.25.0.ebuild X-VCS-Directories: virtual/cargo/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 31e553e6286724c6486fcbabe1902d551e1682cc X-VCS-Branch: master Date: Thu, 27 Sep 2018 16:23:51 +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: 0923e085-1d82-4504-9a8b-f901ad8e348f X-Archives-Hash: 99d7b4e9a66e88aaa2ae87aacf1ebaf6 commit: 31e553e6286724c6486fcbabe1902d551e1682cc Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Sep 27 16:12:44 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Sep 27 16:19:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e553e6 virtual/cargo: adding virtual for stable cargo-0.26.0 Bug: https://bugs.gentoo.org/646078 Signed-off-by: Thomas Deutschmann gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 virtual/cargo/cargo-1.25.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild new file mode 100644 index 00000000000..fbe79d67fdc --- /dev/null +++ b/virtual/cargo/cargo-1.25.0.ebuild @@ -0,0 +1,18 @@ +# 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" + +BDEPEND="" +RDEPEND="|| ( + =dev-lang/rust-${PV}*[extended] + =dev-util/cargo-0.26.0* + )"