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 ACA98158020 for ; Thu, 20 Oct 2022 04:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC82FE086A; Thu, 20 Oct 2022 04:16:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D7EA0E086A for ; Thu, 20 Oct 2022 04:16:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DD6834090F for ; Thu, 20 Oct 2022 04:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D7325DE for ; Thu, 20 Oct 2022 04:16:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666239370.b3c9dec6432a85d08c017afefdcc09610a4981dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.10.32-r1.ebuild media-gfx/gimp/gimp-2.99.10-r2.ebuild media-gfx/gimp/gimp-2.99.12-r1.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3c9dec6432a85d08c017afefdcc09610a4981dd X-VCS-Branch: master Date: Thu, 20 Oct 2022 04:16:24 +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: 4948e91d-6255-40b1-a078-2eccb4fce469 X-Archives-Hash: c45565ade695202f295963611e16fece commit: b3c9dec6432a85d08c017afefdcc09610a4981dd Author: Sam James gentoo org> AuthorDate: Thu Oct 20 04:05:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 20 04:16:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c9dec6 media-gfx/gimp: fix StaticSrcUri Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-2.10.32-r1.ebuild | 2 +- media-gfx/gimp/gimp-2.99.10-r2.ebuild | 2 +- media-gfx/gimp/gimp-2.99.12-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/gimp/gimp-2.10.32-r1.ebuild b/media-gfx/gimp/gimp-2.10.32-r1.ebuild index 630e1aea392c..c4ab0e971612 100644 --- a/media-gfx/gimp/gimp-2.10.32-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.32-r1.ebuild @@ -9,7 +9,7 @@ inherit autotools gnome2 toolchain-funcs virtualx DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" -SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2" +SRC_URI="mirror://gimp/v$(ver_cut 1-2)/${P}.tar.bz2" LICENSE="GPL-3+ LGPL-3+" SLOT="0/2" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86" diff --git a/media-gfx/gimp/gimp-2.99.10-r2.ebuild b/media-gfx/gimp/gimp-2.99.10-r2.ebuild index 7023075ae708..c83351d463e4 100644 --- a/media-gfx/gimp/gimp-2.99.10-r2.ebuild +++ b/media-gfx/gimp/gimp-2.99.10-r2.ebuild @@ -13,7 +13,7 @@ inherit gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" -SRC_URI="mirror://gimp/v2.99/${P}.tar.bz2" +SRC_URI="mirror://gimp/v$(ver_cut 1-2)/${P}.tar.bz2" LICENSE="GPL-3+ LGPL-3+" SLOT="0/3" diff --git a/media-gfx/gimp/gimp-2.99.12-r1.ebuild b/media-gfx/gimp/gimp-2.99.12-r1.ebuild index 14762335bd3e..d15a4aafe829 100644 --- a/media-gfx/gimp/gimp-2.99.12-r1.ebuild +++ b/media-gfx/gimp/gimp-2.99.12-r1.ebuild @@ -12,7 +12,7 @@ inherit lua-single meson python-single-r1 vala xdg DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" -SRC_URI="mirror://gimp/v2.99/${P}.tar.xz" +SRC_URI="mirror://gimp/v$(ver_cut 1-2)/${P}.tar.xz" LICENSE="GPL-3+ LGPL-3+" SLOT="0/3"