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 A590D138350 for ; Thu, 12 Mar 2020 06:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD06E099C; Thu, 12 Mar 2020 06:55:08 +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 976B7E099C for ; Thu, 12 Mar 2020 06:55:08 +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 DC7F634F133 for ; Thu, 12 Mar 2020 06:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 820A82B for ; Thu, 12 Mar 2020 06:55:04 +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: <1583996081.17a34c16162c4109d35ed91efe95853344af624a.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/parity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/parity/Manifest sys-devel/parity/parity-2.0.0.ebuild sys-devel/parity/parity-2.0.1.ebuild 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: 17a34c16162c4109d35ed91efe95853344af624a X-VCS-Branch: master Date: Thu, 12 Mar 2020 06:55:04 +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: 975033e4-b222-47ac-99a2-d139b6eff9cf X-Archives-Hash: 89066a13b05e3116d46bbd3239ab3ca2 commit: 17a34c16162c4109d35ed91efe95853344af624a Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Mar 12 06:53:27 2020 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu Mar 12 06:54:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a34c16 sys-devel/parity: EAPI 7, revbump, old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Haubenwallner gentoo.org> sys-devel/parity/Manifest | 2 +- sys-devel/parity/{parity-2.0.0.ebuild => parity-2.0.1.ebuild} | 6 +++--- sys-devel/parity/parity-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-devel/parity/Manifest b/sys-devel/parity/Manifest index c740aca6a7b..c3d3a17e4c4 100644 --- a/sys-devel/parity/Manifest +++ b/sys-devel/parity/Manifest @@ -1 +1 @@ -DIST parity-2.0.0.tar.bz2 371278 BLAKE2B 49a183c7249d83757b9596dad71ad4feb4fbcc63966cfc90da50cce5fb03aa4118360165640ad3ebe73e0a37da7efdd3583685fa084ba7bffa8f6c2c2168ef7c SHA512 ff0b166d400bc7e14ec3c46c2f7fa32a4dfd69f044d20ea97d7fc6361493f5def682dfc7b51e09619357d1e88c5b44e1105b785be3ed1f58c38eb3d35a9bc748 +DIST parity-2.0.1.tar.bz2 371662 BLAKE2B c0fca272665bbe346d5d5ca18e06c65209df61454310811b939239f8ba25ec7a08ad2f864fb43780329dc1f0120afdb6ea4ee2b4b42d2888860358aa1dc176f4 SHA512 3c96c87b87f40cb7affd6ee9a87c8e7cf628aedb44a2d3d89370a5b5e32a43cb15a897ae27425e9d6a00581ffd50a70c7a7481f1ca259eddd1e6f2310b554eb9 diff --git a/sys-devel/parity/parity-2.0.0.ebuild b/sys-devel/parity/parity-2.0.1.ebuild similarity index 96% rename from sys-devel/parity/parity-2.0.0.ebuild rename to sys-devel/parity/parity-2.0.1.ebuild index 24c5d7682b3..7f41d7bf06e 100644 --- a/sys-devel/parity/parity-2.0.0.ebuild +++ b/sys-devel/parity/parity-2.0.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="git@github.com:haubi/parity.git https://github.com/haubi/parity.git" - DEPEND="dev-util/confix" + BDEPEND="dev-util/confix" else SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2" KEYWORDS="~x64-cygwin" @@ -68,7 +68,7 @@ src_configure() { } pkg_postinst() { - if [[ -n ${ROOT%/} ]] ; then + if [[ -n ${ROOT} ]] ; then einfo "To enable all available MSVC versions, on the target machine please run:" einfo " '${EPREFIX}/usr/bin/parity-setup' --enable-all" else diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index 24c5d7682b3..7f41d7bf06e 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="git@github.com:haubi/parity.git https://github.com/haubi/parity.git" - DEPEND="dev-util/confix" + BDEPEND="dev-util/confix" else SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2" KEYWORDS="~x64-cygwin" @@ -68,7 +68,7 @@ src_configure() { } pkg_postinst() { - if [[ -n ${ROOT%/} ]] ; then + if [[ -n ${ROOT} ]] ; then einfo "To enable all available MSVC versions, on the target machine please run:" einfo " '${EPREFIX}/usr/bin/parity-setup' --enable-all" else