Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/parity/
Date: Thu, 12 Mar 2020 06:55:09
Message-Id: 1583996081.17a34c16162c4109d35ed91efe95853344af624a.haubi@gentoo
1 commit: 17a34c16162c4109d35ed91efe95853344af624a
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 12 06:53:27 2020 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 12 06:54:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a34c16
7
8 sys-devel/parity: EAPI 7, revbump, old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 sys-devel/parity/Manifest | 2 +-
14 sys-devel/parity/{parity-2.0.0.ebuild => parity-2.0.1.ebuild} | 6 +++---
15 sys-devel/parity/parity-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/sys-devel/parity/Manifest b/sys-devel/parity/Manifest
19 index c740aca6a7b..c3d3a17e4c4 100644
20 --- a/sys-devel/parity/Manifest
21 +++ b/sys-devel/parity/Manifest
22 @@ -1 +1 @@
23 -DIST parity-2.0.0.tar.bz2 371278 BLAKE2B 49a183c7249d83757b9596dad71ad4feb4fbcc63966cfc90da50cce5fb03aa4118360165640ad3ebe73e0a37da7efdd3583685fa084ba7bffa8f6c2c2168ef7c SHA512 ff0b166d400bc7e14ec3c46c2f7fa32a4dfd69f044d20ea97d7fc6361493f5def682dfc7b51e09619357d1e88c5b44e1105b785be3ed1f58c38eb3d35a9bc748
24 +DIST parity-2.0.1.tar.bz2 371662 BLAKE2B c0fca272665bbe346d5d5ca18e06c65209df61454310811b939239f8ba25ec7a08ad2f864fb43780329dc1f0120afdb6ea4ee2b4b42d2888860358aa1dc176f4 SHA512 3c96c87b87f40cb7affd6ee9a87c8e7cf628aedb44a2d3d89370a5b5e32a43cb15a897ae27425e9d6a00581ffd50a70c7a7481f1ca259eddd1e6f2310b554eb9
25
26 diff --git a/sys-devel/parity/parity-2.0.0.ebuild b/sys-devel/parity/parity-2.0.1.ebuild
27 similarity index 96%
28 rename from sys-devel/parity/parity-2.0.0.ebuild
29 rename to sys-devel/parity/parity-2.0.1.ebuild
30 index 24c5d7682b3..7f41d7bf06e 100644
31 --- a/sys-devel/parity/parity-2.0.0.ebuild
32 +++ b/sys-devel/parity/parity-2.0.1.ebuild
33 @@ -1,12 +1,12 @@
34 # Copyright 1999-2020 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=6
38 +EAPI=7
39
40 if [[ ${PV} == 9999 ]]; then
41 inherit autotools git-r3
42 EGIT_REPO_URI="git@××××××.com:haubi/parity.git https://github.com/haubi/parity.git"
43 - DEPEND="dev-util/confix"
44 + BDEPEND="dev-util/confix"
45 else
46 SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2"
47 KEYWORDS="~x64-cygwin"
48 @@ -68,7 +68,7 @@ src_configure() {
49 }
50
51 pkg_postinst() {
52 - if [[ -n ${ROOT%/} ]] ; then
53 + if [[ -n ${ROOT} ]] ; then
54 einfo "To enable all available MSVC versions, on the target machine please run:"
55 einfo " '${EPREFIX}/usr/bin/parity-setup' --enable-all"
56 else
57
58 diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild
59 index 24c5d7682b3..7f41d7bf06e 100644
60 --- a/sys-devel/parity/parity-9999.ebuild
61 +++ b/sys-devel/parity/parity-9999.ebuild
62 @@ -1,12 +1,12 @@
63 # Copyright 1999-2020 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 -EAPI=6
67 +EAPI=7
68
69 if [[ ${PV} == 9999 ]]; then
70 inherit autotools git-r3
71 EGIT_REPO_URI="git@××××××.com:haubi/parity.git https://github.com/haubi/parity.git"
72 - DEPEND="dev-util/confix"
73 + BDEPEND="dev-util/confix"
74 else
75 SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2"
76 KEYWORDS="~x64-cygwin"
77 @@ -68,7 +68,7 @@ src_configure() {
78 }
79
80 pkg_postinst() {
81 - if [[ -n ${ROOT%/} ]] ; then
82 + if [[ -n ${ROOT} ]] ; then
83 einfo "To enable all available MSVC versions, on the target machine please run:"
84 einfo " '${EPREFIX}/usr/bin/parity-setup' --enable-all"
85 else