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 B88C71382C5 for ; Wed, 16 May 2018 13:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA60E08F0; Wed, 16 May 2018 13:09:51 +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 C7FFEE08F0 for ; Wed, 16 May 2018 13:09:51 +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 90E21335C49 for ; Wed, 16 May 2018 13:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805E32B for ; Wed, 16 May 2018 13:09:48 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1526476158.a7ef8ca83bc1952e34e7da6d08abab4c19394255.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/parity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/parity/parity-9999.ebuild X-VCS-Directories: sys-devel/parity/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: a7ef8ca83bc1952e34e7da6d08abab4c19394255 X-VCS-Branch: master Date: Wed, 16 May 2018 13:09:48 +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: d38e14ce-2d15-4c43-9840-046b17bc5177 X-Archives-Hash: d883f1d182e7ddec974a97f38df07b5c commit: a7ef8ca83bc1952e34e7da6d08abab4c19394255 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed May 16 13:08:25 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed May 16 13:09:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ef8ca8 sys-devel/parity: drop warning, finds MSSDK from registry Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-devel/parity/parity-9999.ebuild | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index d6e19cd51a4..381b4c75382 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,19 +18,6 @@ LICENSE="LGPL-3" SLOT="0" IUSE="" -pkg_setup() { - if [ -z "${MSSDK}" ]; then - einfo "NOTE: When using Visual Studio 2008, the Platform SDK is no longer" - einfo "installed alongside with the other components, but has it's own" - einfo "root directory, most likely something like this:" - einfo "" - einfo " C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A" - einfo "" - einfo "To make parity find it's paths correctly, please set MSSDK to the" - einfo "value correspoding to the above example for your system." - fi -} - if [[ ${PV} == 9999 ]]; then src_prepare() { confix --bootstrap || die