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 2E1AA15838C for ; Tue, 30 Jan 2024 14:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0AA62BC04C; Tue, 30 Jan 2024 14:06:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BA23C2BC04C for ; Tue, 30 Jan 2024 14:06:17 +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 0A6763430C7 for ; Tue, 30 Jan 2024 14:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0627FA7 for ; Tue, 30 Jan 2024 14:06:15 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1706623532.c1edbc60c3013dc99e4c934650d9b1288c73d6eb.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/galera/galera-26.4.13-r1.ebuild sys-cluster/galera/galera-26.4.14.ebuild sys-cluster/galera/galera-26.4.15.ebuild X-VCS-Directories: sys-cluster/galera/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: c1edbc60c3013dc99e4c934650d9b1288c73d6eb X-VCS-Branch: master Date: Tue, 30 Jan 2024 14:06:15 +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: 92671ac1-9187-46ed-97ea-8a5c9b1ca4b1 X-Archives-Hash: b8eca4632e8612b9310f3a84606a84b5 commit: c1edbc60c3013dc99e4c934650d9b1288c73d6eb Author: Petr Vaněk gentoo org> AuthorDate: Tue Jan 30 13:50:47 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Jan 30 14:05:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1edbc60 sys-cluster/galera: update SRC_URI Similarly to commit d9fc3c24de56 ("sys-cluster/galera: add 26.4.17"), original uri pointed to .../galera-4/... which contains only the latest release, therefore it is not valid for older versions. New uri points to .../galera-4.$(ver_cut 3)/... which contains sources for required versions. Signed-off-by: Petr Vaněk gentoo.org> sys-cluster/galera/galera-26.4.13-r1.ebuild | 7 +++++-- sys-cluster/galera/galera-26.4.14.ebuild | 7 +++++-- sys-cluster/galera/galera-26.4.15.ebuild | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/sys-cluster/galera/galera-26.4.13-r1.ebuild b/sys-cluster/galera/galera-26.4.13-r1.ebuild index 2df9c574f02d..be927adee947 100644 --- a/sys-cluster/galera/galera-26.4.13-r1.ebuild +++ b/sys-cluster/galera/galera-26.4.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" HOMEPAGE="https://galeracluster.com" -SRC_URI="https://releases.galeracluster.com/${MY_PN}/source/${MY_P}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://releases.galeracluster.com/${MY_PN}.$(ver_cut 3)/source/${MY_P}.tar.gz + -> ${P}.tar.gz +" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 BSD" diff --git a/sys-cluster/galera/galera-26.4.14.ebuild b/sys-cluster/galera/galera-26.4.14.ebuild index 5c0dd315ca69..c6a97c7b4fc2 100644 --- a/sys-cluster/galera/galera-26.4.14.ebuild +++ b/sys-cluster/galera/galera-26.4.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" HOMEPAGE="https://galeracluster.com" -SRC_URI="https://releases.galeracluster.com/${MY_PN}/source/${MY_P}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://releases.galeracluster.com/${MY_PN}.$(ver_cut 3)/source/${MY_P}.tar.gz + -> ${P}.tar.gz +" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 BSD" diff --git a/sys-cluster/galera/galera-26.4.15.ebuild b/sys-cluster/galera/galera-26.4.15.ebuild index 0625313e644b..ffa1f0dc758f 100644 --- a/sys-cluster/galera/galera-26.4.15.ebuild +++ b/sys-cluster/galera/galera-26.4.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" HOMEPAGE="https://galeracluster.com" -SRC_URI="https://releases.galeracluster.com/${MY_PN}/source/${MY_P}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://releases.galeracluster.com/${MY_PN}.$(ver_cut 3)/source/${MY_P}.tar.gz + -> ${P}.tar.gz +" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 BSD"