diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-01-19 09:58:58 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-01-19 11:17:47 +0100 |
commit | b61e5187f3dc911489d70209dccee9e334914a7b (patch) | |
tree | bc8233a3dd0198aab1ddc4e37fbee6b08082a70e /dev-db | |
parent | dev-java/jmh-core: Stabilize 1.37 arm64, #922473 (diff) | |
download | gentoo-b61e5187f3dc911489d70209dccee9e334914a7b.tar.gz gentoo-b61e5187f3dc911489d70209dccee9e334914a7b.tar.bz2 gentoo-b61e5187f3dc911489d70209dccee9e334914a7b.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.2.14-r1.ebuild (renamed from dev-db/redis/redis-6.2.14.ebuild) | 4 | ||||
-rw-r--r-- | dev-db/redis/redis-7.0.14-r1.ebuild (renamed from dev-db/redis/redis-7.0.15.ebuild) | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-7.0.15-r1.ebuild (renamed from dev-db/redis/redis-7.0.14.ebuild) | 4 | ||||
-rw-r--r-- | dev-db/redis/redis-7.2.1-r1.ebuild (renamed from dev-db/redis/redis-7.2.1.ebuild) | 4 | ||||
-rw-r--r-- | dev-db/redis/redis-7.2.3-r1.ebuild (renamed from dev-db/redis/redis-7.2.4.ebuild) | 2 | ||||
-rw-r--r-- | dev-db/redis/redis-7.2.4-r1.ebuild (renamed from dev-db/redis/redis-7.2.3.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 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 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 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 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 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 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 )" |