diff options
author | Sam James <sam@gentoo.org> | 2024-09-02 10:16:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-02 10:20:21 +0100 |
commit | 997d0d8bd865d000af4df3933ac6b1d70d331a32 (patch) | |
tree | 49a6c9fd867eb8b9bb0c990160b96e7e896e6e88 /app-misc/evtest | |
parent | net-misc/spice-gtk: fd.o cgit->gitlab (diff) | |
download | gentoo-997d0d8bd865d000af4df3933ac6b1d70d331a32.tar.gz gentoo-997d0d8bd865d000af4df3933ac6b1d70d331a32.tar.bz2 gentoo-997d0d8bd865d000af4df3933ac6b1d70d331a32.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc/evtest')
-rw-r--r-- | app-misc/evtest/evtest-1.33.ebuild | 4 | ||||
-rw-r--r-- | app-misc/evtest/evtest-1.34.ebuild | 4 | ||||
-rw-r--r-- | 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}" |