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 C3D48138334 for ; Thu, 11 Apr 2019 18:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5FEEE0855; Thu, 11 Apr 2019 18:44:01 +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 9B87EE0855 for ; Thu, 11 Apr 2019 18:44:01 +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 0DF4F340D6E for ; Thu, 11 Apr 2019 18:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80688520 for ; Thu, 11 Apr 2019 18:43:58 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1554695416.372f2c9d3ee42924ba694b78f76dc16e9e4f3cc2.steils@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-util/cargo/cargo-0.30.0-r1.ebuild dev-util/cargo/cargo-0.30.0.ebuild X-VCS-Directories: dev-util/cargo/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 372f2c9d3ee42924ba694b78f76dc16e9e4f3cc2 X-VCS-Branch: master Date: Thu, 11 Apr 2019 18:43:58 +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: 71108843-5808-4c42-b853-d5b08ca3229e X-Archives-Hash: 54c55587967fb7a239e030db33fb1821 commit: 372f2c9d3ee42924ba694b78f76dc16e9e4f3cc2 Author: Stefan Strogin gmail com> AuthorDate: Mon Apr 8 03:50:16 2019 +0000 Commit: Stefan Strogin gmail com> CommitDate: Mon Apr 8 03:50:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=372f2c9d dev-util/cargo: sync ebuild with gentoo.git Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> dev-util/cargo/{cargo-0.30.0.ebuild => cargo-0.30.0-r1.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-util/cargo/cargo-0.30.0.ebuild b/dev-util/cargo/cargo-0.30.0-r1.ebuild similarity index 96% rename from dev-util/cargo/cargo-0.30.0.ebuild rename to dev-util/cargo/cargo-0.30.0-r1.ebuild index d7b8db3..35ff0d6 100644 --- a/dev-util/cargo/cargo-0.30.0.ebuild +++ b/dev-util/cargo/cargo-0.30.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -156,7 +156,8 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="doc libressl" -COMMON_DEPEND="sys-libs/zlib +COMMON_DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425 + sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-libs/libssh2 @@ -200,3 +201,7 @@ src_install() { doins src/etc/_cargo doman src/etc/man/* } + +pkg_postrm() { + eselect rust update +}