commit: 997d0d8bd865d000af4df3933ac6b1d70d331a32 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 2 09:16:41 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 2 09:20:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997d0d8b
app-misc/evtest: fd.o cgit->gitlab Their cgit is unreliable these days. Bug: https://bugs.gentoo.org/938274 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/evtest/evtest-1.33.ebuild | 4 ++-- app-misc/evtest/evtest-1.34.ebuild | 4 ++-- app-misc/evtest/evtest-1.35.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/evtest/evtest-1.33.ebuild b/app-misc/evtest/evtest-1.33.ebuild index f21bef0d01c9..72db60e48298 100644 --- a/app-misc/evtest/evtest-1.33.ebuild +++ b/app-misc/evtest/evtest-1.33.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="test program for capturing input device events" -HOMEPAGE="https://cgit.freedesktop.org/evtest/" +HOMEPAGE="https://gitlab.freedesktop.org/libevdev/evtest" SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-misc/evtest/evtest-1.34.ebuild b/app-misc/evtest/evtest-1.34.ebuild index e2bdeb5b7b8b..cc42aacb9119 100644 --- a/app-misc/evtest/evtest-1.34.ebuild +++ b/app-misc/evtest/evtest-1.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="test program for capturing input device events" -HOMEPAGE="https://cgit.freedesktop.org/evtest/" +HOMEPAGE="https://gitlab.freedesktop.org/libevdev/evtest" SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-misc/evtest/evtest-1.35.ebuild b/app-misc/evtest/evtest-1.35.ebuild index 0badb7b4ec29..8ce2f1bc4bc2 100644 --- a/app-misc/evtest/evtest-1.35.ebuild +++ b/app-misc/evtest/evtest-1.35.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="test program for capturing input device events" -HOMEPAGE="https://cgit.freedesktop.org/evtest/" +HOMEPAGE="https://gitlab.freedesktop.org/libevdev/evtest" #SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> ${P}.tar.gz" SRC_URI="https://gitlab.freedesktop.org/libevdev/evtest/-/archive/${P}/${PN}-${P}.tar.bz2" S="${WORKDIR}/${PN}-${P}"
