diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-06-09 09:10:34 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-24 15:06:19 +0200 |
commit | 098dcc896b8eec0384e1c7e14e73db13dc797c13 (patch) | |
tree | 0f0ff3d93311a1a6293e9232faee5ab1a3f01ffd /sys-devel/parity | |
parent | sys-cluster/zetcd: update HOMEPAGE (diff) | |
download | gentoo-098dcc896b8eec0384e1c7e14e73db13dc797c13.tar.gz gentoo-098dcc896b8eec0384e1c7e14e73db13dc797c13.tar.bz2 gentoo-098dcc896b8eec0384e1c7e14e73db13dc797c13.zip |
sys-devel/parity: update HOMEPAGE
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-devel/parity')
-rw-r--r-- | sys-devel/parity/parity-2.0.1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/parity/parity-2.0.1.ebuild b/sys-devel/parity/parity-2.0.1.ebuild index a6d5f5cfc4aa..3de370518ab4 100644 --- a/sys-devel/parity/parity-2.0.1.ebuild +++ b/sys-devel/parity/parity-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,11 +8,11 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git@github.com:ssi-schaefer/parity.git https://github.com/ssi-schaefer/parity.git" BDEPEND="dev-util/confix" else - SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2" + SRC_URI="https://github.com/ssi-schaefer/${PN}/releases/download/${PV}/${P}.tar.bz2" KEYWORDS="~x64-cygwin" fi DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)" -HOMEPAGE="https://github.com/mduft/parity" +HOMEPAGE="https://github.com/ssi-schaefer/parity" parity-vcarchs() { echo x64=x86_64 x86=i686 ; } parity-vcvers-legacy() { echo 8_0 9_0 ; } diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index a6d5f5cfc4aa..3de370518ab4 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,11 +8,11 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git@github.com:ssi-schaefer/parity.git https://github.com/ssi-schaefer/parity.git" BDEPEND="dev-util/confix" else - SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2" + SRC_URI="https://github.com/ssi-schaefer/${PN}/releases/download/${PV}/${P}.tar.bz2" KEYWORDS="~x64-cygwin" fi DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)" -HOMEPAGE="https://github.com/mduft/parity" +HOMEPAGE="https://github.com/ssi-schaefer/parity" parity-vcarchs() { echo x64=x86_64 x86=i686 ; } parity-vcvers-legacy() { echo 8_0 9_0 ; } |