diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2021-04-23 08:06:24 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2021-04-23 08:45:49 +0200 |
commit | 49f9b13e275904130f88195d279e067c0b0c22ad (patch) | |
tree | 31e7bada07edfab0c1f7eb3d2dc728e7f97e7990 /sys-devel | |
parent | dev-libs/pthreads4w: m-needed (diff) | |
download | gentoo-49f9b13e275904130f88195d279e067c0b0c22ad.tar.gz gentoo-49f9b13e275904130f88195d279e067c0b0c22ad.tar.bz2 gentoo-49f9b13e275904130f88195d279e067c0b0c22ad.zip |
sys-devel/parity: m-needed
Also, upstream has moved.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/parity/metadata.xml | 7 | ||||
-rw-r--r-- | sys-devel/parity/parity-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/sys-devel/parity/metadata.xml b/sys-devel/parity/metadata.xml index 781b5c6cf53b..e8f891baa405 100644 --- a/sys-devel/parity/metadata.xml +++ b/sys-devel/parity/metadata.xml @@ -1,12 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>haubi@gentoo.org</email> - <name>Michael Haubenwallner</name> - </maintainer> + <!-- maintainer-needed --> <upstream> - <remote-id type="github">haubi/parity</remote-id> + <remote-id type="github">ssi-schaefer/parity</remote-id> </upstream> <use> <flag name="vc8_0">Enable support for Visual Studio 2005</flag> diff --git a/sys-devel/parity/parity-2.0.1.ebuild b/sys-devel/parity/parity-2.0.1.ebuild index 7f41d7bf06e6..a6d5f5cfc4aa 100644 --- a/sys-devel/parity/parity-2.0.1.ebuild +++ b/sys-devel/parity/parity-2.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 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" + 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" diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index 7f41d7bf06e6..a6d5f5cfc4aa 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 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" + 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" |