From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C771215810F for ; Sun, 4 Jun 2023 16:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02814E08E2; Sun, 4 Jun 2023 16:19:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0E39E08E2 for ; Sun, 4 Jun 2023 16:19:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 143B0340F65 for ; Sun, 4 Jun 2023 16:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 725B3A88 for ; Sun, 4 Jun 2023 16:19:19 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685895531.46527e75c7f6f5143518ce35846a1f2f411c3a16.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/cimg/cimg-2.9.3.ebuild media-libs/cimg/cimg-3.2.4.ebuild media-libs/cimg/metadata.xml X-VCS-Directories: media-libs/cimg/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 46527e75c7f6f5143518ce35846a1f2f411c3a16 X-VCS-Branch: master Date: Sun, 4 Jun 2023 16:19:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47da198c-6642-4679-baec-a2b16a3e8b4b X-Archives-Hash: a19a8d03a976d72c51a1c4ae0011ab0e commit: 46527e75c7f6f5143518ce35846a1f2f411c3a16 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jun 4 09:29:35 2023 +0000 Commit: Arthur Zamarin gentoo 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 levelnine.at> Signed-off-by: Arthur Zamarin 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 @@ - dtschump/CImg + GreycLab/CImg cimg cpe:/a:cimg:cimg