summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-06-04 11:29:35 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-04 19:18:51 +0300
commit46527e75c7f6f5143518ce35846a1f2f411c3a16 (patch)
treec40ecf3493cc10d342f175908eb94eafd5d5190a
parentmedia-gfx/mkgallery: update HOMEPAGE and SRC_URI (diff)
downloadgentoo-46527e75.tar.gz
gentoo-46527e75.tar.bz2
gentoo-46527e75.zip
media-libs/cimg: update github link
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--media-libs/cimg/cimg-2.9.3.ebuild6
-rw-r--r--media-libs/cimg/cimg-3.2.4.ebuild4
-rw-r--r--media-libs/cimg/metadata.xml2
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>