commit:     b61e5187f3dc911489d70209dccee9e334914a7b
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 08:58:58 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 10:17:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61e5187

dev-db/redis: introduce subslots for improved version management

Subslots follows redis versioning policy. Main benefits are:
- better targeting of security bugs for specific release lines
- allows users to select a preferred release line

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-db/redis/{redis-6.2.14.ebuild => redis-6.2.14-r1.ebuild} | 4 ++--
 dev-db/redis/{redis-7.0.15.ebuild => redis-7.0.14-r1.ebuild} | 2 +-
 dev-db/redis/{redis-7.0.14.ebuild => redis-7.0.15-r1.ebuild} | 4 ++--
 dev-db/redis/{redis-7.2.1.ebuild => redis-7.2.1-r1.ebuild}   | 4 ++--
 dev-db/redis/{redis-7.2.4.ebuild => redis-7.2.3-r1.ebuild}   | 2 +-
 dev-db/redis/{redis-7.2.3.ebuild => redis-7.2.4-r1.ebuild}   | 4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-db/redis/redis-6.2.14.ebuild 
b/dev-db/redis/redis-6.2.14-r1.ebuild
similarity index 98%
rename from dev-db/redis/redis-6.2.14.ebuild
rename to dev-db/redis/redis-6.2.14-r1.ebuild
index 93779dea14c8..1ecde456a4ac 100644
--- a/dev-db/redis/redis-6.2.14.ebuild
+++ b/dev-db/redis/redis-6.2.14-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
@@ -21,7 +21,7 @@ HOMEPAGE="https://redis.io";
 SRC_URI="https://download.redis.io/releases/${P}.tar.gz";
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
 RESTRICT="!test? ( test )"

diff --git a/dev-db/redis/redis-7.0.15.ebuild 
b/dev-db/redis/redis-7.0.14-r1.ebuild
similarity index 99%
rename from dev-db/redis/redis-7.0.15.ebuild
rename to dev-db/redis/redis-7.0.14-r1.ebuild
index 5887d48b32c5..ea4ae7fc184e 100644
--- a/dev-db/redis/redis-7.0.15.ebuild
+++ b/dev-db/redis/redis-7.0.14-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://redis.io";
 SRC_URI="https://download.redis.io/releases/${P}.tar.gz";
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
 RESTRICT="!test? ( test )"

diff --git a/dev-db/redis/redis-7.0.14.ebuild 
b/dev-db/redis/redis-7.0.15-r1.ebuild
similarity index 98%
rename from dev-db/redis/redis-7.0.14.ebuild
rename to dev-db/redis/redis-7.0.15-r1.ebuild
index 1e67595984ec..ea4ae7fc184e 100644
--- a/dev-db/redis/redis-7.0.14.ebuild
+++ b/dev-db/redis/redis-7.0.15-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
@@ -13,7 +13,7 @@ HOMEPAGE="https://redis.io";
 SRC_URI="https://download.redis.io/releases/${P}.tar.gz";
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
 RESTRICT="!test? ( test )"

diff --git a/dev-db/redis/redis-7.2.1.ebuild 
b/dev-db/redis/redis-7.2.1-r1.ebuild
similarity index 98%
rename from dev-db/redis/redis-7.2.1.ebuild
rename to dev-db/redis/redis-7.2.1-r1.ebuild
index 33316df07b63..8ccfee0d3429 100644
--- a/dev-db/redis/redis-7.2.1.ebuild
+++ b/dev-db/redis/redis-7.2.1-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
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="https://download.redis.io/releases/${P}.tar.gz";
 
 LICENSE="BSD Boost-1.0"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
 RESTRICT="!test? ( test )"

diff --git a/dev-db/redis/redis-7.2.4.ebuild 
b/dev-db/redis/redis-7.2.3-r1.ebuild
similarity index 99%
rename from dev-db/redis/redis-7.2.4.ebuild
rename to dev-db/redis/redis-7.2.3-r1.ebuild
index 1c2177479dd1..dcdfd9625697 100644
--- a/dev-db/redis/redis-7.2.4.ebuild
+++ b/dev-db/redis/redis-7.2.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="https://download.redis.io/releases/${P}.tar.gz";
 
 LICENSE="BSD Boost-1.0"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
 RESTRICT="!test? ( test )"

diff --git a/dev-db/redis/redis-7.2.3.ebuild 
b/dev-db/redis/redis-7.2.4-r1.ebuild
similarity index 98%
rename from dev-db/redis/redis-7.2.3.ebuild
rename to dev-db/redis/redis-7.2.4-r1.ebuild
index 14563a65db85..dcdfd9625697 100644
--- a/dev-db/redis/redis-7.2.3.ebuild
+++ b/dev-db/redis/redis-7.2.4-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
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="https://download.redis.io/releases/${P}.tar.gz";
 
 LICENSE="BSD Boost-1.0"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+jemalloc selinux ssl systemd tcmalloc test"
 RESTRICT="!test? ( test )"

Reply via email to