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: Wed, 11 Mar 2020 08:11:42
Message-Id: 1583914251.37296c161c91efa48e17f520ce9af06c615ea93c.haubi@gentoo
1 commit: 37296c161c91efa48e17f520ce9af06c615ea93c
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 15:43:42 2020 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 08:10:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37296c16
7
8 sys-devel/parity: revbump 2.0.0
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 | 1 +
14 sys-devel/parity/{parity-9999.ebuild => parity-2.0.0.ebuild} | 2 +-
15 sys-devel/parity/parity-9999.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-devel/parity/Manifest b/sys-devel/parity/Manifest
19 new file mode 100644
20 index 00000000000..c740aca6a7b
21 --- /dev/null
22 +++ b/sys-devel/parity/Manifest
23 @@ -0,0 +1 @@
24 +DIST parity-2.0.0.tar.bz2 371278 BLAKE2B 49a183c7249d83757b9596dad71ad4feb4fbcc63966cfc90da50cce5fb03aa4118360165640ad3ebe73e0a37da7efdd3583685fa084ba7bffa8f6c2c2168ef7c SHA512 ff0b166d400bc7e14ec3c46c2f7fa32a4dfd69f044d20ea97d7fc6361493f5def682dfc7b51e09619357d1e88c5b44e1105b785be3ed1f58c38eb3d35a9bc748
25
26 diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-2.0.0.ebuild
27 similarity index 95%
28 copy from sys-devel/parity/parity-9999.ebuild
29 copy to sys-devel/parity/parity-2.0.0.ebuild
30 index 696e51ba124..24c5d7682b3 100644
31 --- a/sys-devel/parity/parity-9999.ebuild
32 +++ b/sys-devel/parity/parity-2.0.0.ebuild
33 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
34 EGIT_REPO_URI="git@××××××.com:haubi/parity.git https://github.com/haubi/parity.git"
35 DEPEND="dev-util/confix"
36 else
37 - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
38 + SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2"
39 KEYWORDS="~x64-cygwin"
40 fi
41 DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)"
42
43 diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild
44 index 696e51ba124..24c5d7682b3 100644
45 --- a/sys-devel/parity/parity-9999.ebuild
46 +++ b/sys-devel/parity/parity-9999.ebuild
47 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
48 EGIT_REPO_URI="git@××××××.com:haubi/parity.git https://github.com/haubi/parity.git"
49 DEPEND="dev-util/confix"
50 else
51 - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
52 + SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2"
53 KEYWORDS="~x64-cygwin"
54 fi
55 DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)"