commit: c60f74b7b8e01db949980927375b58c0d6a604d3 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Fri Mar 28 11:32:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 17:23:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60f74b7
x11-libs/libQGLViewer: fix HOMEPAGE/SRC_URI for 2.7.2 Fix redirect to an unrelated website Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/libQGLViewer/libQGLViewer-2.7.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/libQGLViewer/libQGLViewer-2.7.2.ebuild b/x11-libs/libQGLViewer/libQGLViewer-2.7.2.ebuild index ac6ea56e5114..321284bc48db 100644 --- a/x11-libs/libQGLViewer/libQGLViewer-2.7.2.ebuild +++ b/x11-libs/libQGLViewer/libQGLViewer-2.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit flag-o-matic qmake-utils DESCRIPTION="C++ library based on Qt that eases the creation of OpenGL 3D viewers" -HOMEPAGE="http://www.libqglviewer.com" -SRC_URI="http://www.libqglviewer.com/src/${P}.tar.gz" +HOMEPAGE="https://github.com/GillesDebunne/libQGLViewer" +SRC_URI="https://github.com/GillesDebunne/libQGLViewer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0/qt5"
