commit: 0c23bbd983d61b0a57f05c506109ec5e78e08151 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Apr 27 06:05:11 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Apr 28 06:26:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c23bbd9
net-libs/NativeThread: add github upstream metadata, update HOMEPAGE Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30772 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 4 ++-- net-libs/NativeThread/metadata.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild index 9614d3ce6f94..91bb7a91e214 100644 --- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild +++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic java-pkg-2 toolchain-funcs DESCRIPTION="NativeThread for priorities on linux for freenet" -HOMEPAGE="https://www.freenetproject.org/" +HOMEPAGE="https://github.com/hyphanet/contrib/blob/master/README" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/net-libs/NativeThread/metadata.xml b/net-libs/NativeThread/metadata.xml index 8e4916babcbf..a093204e633c 100644 --- a/net-libs/NativeThread/metadata.xml +++ b/net-libs/NativeThread/metadata.xml @@ -5,4 +5,7 @@ <email>[email protected]</email> <name>Thomas Sachau (Tommy[D])</name> </maintainer> + <upstream> + <remote-id type="github">hyphanet/contrib</remote-id> + </upstream> </pkgmetadata>
