commit: 754d1eaf905343f6f7c47a81a9f1dd37067e423e Author: Vladislav Mikhailikov <vmikhailikov <AT> gmail <DOT> com> AuthorDate: Thu Jun 5 20:53:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 5 21:03:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754d1eaf
net-libs/libprotoident: update HOMEPAGE Signed-off-by: Vladislav Mikhailikov <vmikhailikov <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42441 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild b/net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild index 5ab401137bbc..979140aeea92 100644 --- a/net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild +++ b/net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools DESCRIPTION="A library that performs application layer protocol identification for flows" -HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php" +HOMEPAGE="https://github.com/LibtraceTeam/libprotoident" SRC_URI="https://github.com/wanduow/${PN}/archive/${PV/_p/-}.tar.gz" +S=${WORKDIR}/${P/_p/-} LICENSE="LGPL-3+" SLOT="0/2" @@ -20,7 +21,6 @@ DEPEND=" RDEPEND=" ${DEPEND} " -S=${WORKDIR}/${P/_p/-} src_prepare() { default
