From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-963314-garchives=archives.gentoo.org@lists.gentoo.org>
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 82342139696
	for <garchives@archives.gentoo.org>; Mon, 24 Jul 2017 14:48:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B64A2E0D31;
	Mon, 24 Jul 2017 14:48:35 +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 96E78E0D31
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jul 2017 14:48:35 +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 CACA9341816
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jul 2017 14:48:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 41A7D74C1
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jul 2017 14:48:33 +0000 (UTC)
From: "Dirkjan Ochtman" <djc@gentoo.org>
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" <djc@gentoo.org>
Message-ID: <1500907701.1849f45f1d4ea78c349c8b4ba50c60a116ff91ad.djc@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/rust/rust-1.19.0.ebuild
X-VCS-Directories: virtual/rust/
X-VCS-Committer: djc
X-VCS-Committer-Name: Dirkjan Ochtman
X-VCS-Revision: 1849f45f1d4ea78c349c8b4ba50c60a116ff91ad
X-VCS-Branch: master
Date: Mon, 24 Jul 2017 14:48:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d9f2c231-4a0a-4ecd-8686-929fae08a1df
X-Archives-Hash: 588653f0ff380ec7720cd4e6d27ee636

commit:     1849f45f1d4ea78c349c8b4ba50c60a116ff91ad
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 14:48:10 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 14:48:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1849f45f

virtual/rust: version bump to 1.19.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 virtual/rust/rust-1.19.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.19.0.ebuild b/virtual/rust/rust-1.19.0.ebuild
new file mode 100644
index 00000000000..4c56dd441f4
--- /dev/null
+++ b/virtual/rust/rust-1.19.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"