Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/parity/
Date: Fri, 24 Jun 2022 13:09:57
Message-Id: 1656075979.098dcc896b8eec0384e1c7e14e73db13dc797c13.andrewammerlaan@gentoo
1 commit: 098dcc896b8eec0384e1c7e14e73db13dc797c13
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Jun 9 07:10:34 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 13:06:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098dcc89
7
8 sys-devel/parity: update HOMEPAGE
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sys-devel/parity/parity-2.0.1.ebuild | 6 +++---
15 sys-devel/parity/parity-9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-devel/parity/parity-2.0.1.ebuild b/sys-devel/parity/parity-2.0.1.ebuild
19 index a6d5f5cfc4aa..3de370518ab4 100644
20 --- a/sys-devel/parity/parity-2.0.1.ebuild
21 +++ b/sys-devel/parity/parity-2.0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -8,11 +8,11 @@ if [[ ${PV} == 9999 ]]; then
29 EGIT_REPO_URI="git@××××××.com:ssi-schaefer/parity.git https://github.com/ssi-schaefer/parity.git"
30 BDEPEND="dev-util/confix"
31 else
32 - SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2"
33 + SRC_URI="https://github.com/ssi-schaefer/${PN}/releases/download/${PV}/${P}.tar.bz2"
34 KEYWORDS="~x64-cygwin"
35 fi
36 DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)"
37 -HOMEPAGE="https://github.com/mduft/parity"
38 +HOMEPAGE="https://github.com/ssi-schaefer/parity"
39
40 parity-vcarchs() { echo x64=x86_64 x86=i686 ; }
41 parity-vcvers-legacy() { echo 8_0 9_0 ; }
42
43 diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild
44 index a6d5f5cfc4aa..3de370518ab4 100644
45 --- a/sys-devel/parity/parity-9999.ebuild
46 +++ b/sys-devel/parity/parity-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 +# Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -8,11 +8,11 @@ if [[ ${PV} == 9999 ]]; then
54 EGIT_REPO_URI="git@××××××.com:ssi-schaefer/parity.git https://github.com/ssi-schaefer/parity.git"
55 BDEPEND="dev-util/confix"
56 else
57 - SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2"
58 + SRC_URI="https://github.com/ssi-schaefer/${PN}/releases/download/${PV}/${P}.tar.bz2"
59 KEYWORDS="~x64-cygwin"
60 fi
61 DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)"
62 -HOMEPAGE="https://github.com/mduft/parity"
63 +HOMEPAGE="https://github.com/ssi-schaefer/parity"
64
65 parity-vcarchs() { echo x64=x86_64 x86=i686 ; }
66 parity-vcvers-legacy() { echo 8_0 9_0 ; }