commit: 46527e75c7f6f5143518ce35846a1f2f411c3a16 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jun 4 09:29:35 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jun 4 16:18:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46527e75
media-libs/cimg: update github link Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-libs/cimg/cimg-2.9.3.ebuild | 6 +++--- media-libs/cimg/cimg-3.2.4.ebuild | 4 ++-- media-libs/cimg/metadata.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-libs/cimg/cimg-2.9.3.ebuild b/media-libs/cimg/cimg-2.9.3.ebuild index ab8c2c93c64b..68ac08fd6e5d 100644 --- a/media-libs/cimg/cimg-2.9.3.ebuild +++ b/media-libs/cimg/cimg-2.9.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C++ template image processing toolkit" -HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg" -SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://cimg.eu/ https://github.com/GreycLab/CImg" +SRC_URI="https://github.com/GreycLab/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CeCILL-2 CeCILL-C" SLOT="0" diff --git a/media-libs/cimg/cimg-3.2.4.ebuild b/media-libs/cimg/cimg-3.2.4.ebuild index 5ea343966cc1..47fd055c6a9c 100644 --- a/media-libs/cimg/cimg-3.2.4.ebuild +++ b/media-libs/cimg/cimg-3.2.4.ebuild @@ -4,8 +4,8 @@ EAPI=8 DESCRIPTION="C++ template image processing toolkit" -HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg" -SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://cimg.eu/ https://github.com/GreycLab/CImg" +SRC_URI="https://github.com/GreycLab/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/CImg-v.${PV}" LICENSE="CeCILL-2 CeCILL-C" diff --git a/media-libs/cimg/metadata.xml b/media-libs/cimg/metadata.xml index ab638d8c20fc..b8430415cf27 100644 --- a/media-libs/cimg/metadata.xml +++ b/media-libs/cimg/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <!-- maintainer-needed --> <upstream> - <remote-id type="github">dtschump/CImg</remote-id> + <remote-id type="github">GreycLab/CImg</remote-id> <remote-id type="sourceforge">cimg</remote-id> <remote-id type="cpe">cpe:/a:cimg:cimg</remote-id> </upstream>