Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/
Date: Mon, 04 Oct 2021 22:03:06
Message-Id: 1633384960.237757ba96b2e78817fc79f4667414dc727dd1d3.sam@gentoo
1 commit: 237757ba96b2e78817fc79f4667414dc727dd1d3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 22:02:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 22:02:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237757ba
7
8 dev-db/redis: fix metadata order
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/redis/redis-5.0.13.ebuild | 2 +-
13 dev-db/redis/redis-5.0.14.ebuild | 2 +-
14 dev-db/redis/redis-6.0.15.ebuild | 2 +-
15 dev-db/redis/redis-6.0.16.ebuild | 2 +-
16 dev-db/redis/redis-6.2.5.ebuild | 2 +-
17 dev-db/redis/redis-6.2.6.ebuild | 2 +-
18 6 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/dev-db/redis/redis-5.0.13.ebuild b/dev-db/redis/redis-5.0.13.ebuild
21 index e3e81cea542..a8ec106eeb4 100644
22 --- a/dev-db/redis/redis-5.0.13.ebuild
23 +++ b/dev-db/redis/redis-5.0.13.ebuild
24 @@ -10,10 +10,10 @@ HOMEPAGE="https://redis.io"
25 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
26
27 LICENSE="BSD"
28 +SLOT="0"
29 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
30 IUSE="+jemalloc tcmalloc luajit test"
31 RESTRICT="!test? ( test )"
32 -SLOT="0"
33
34 # Redis does NOT build with Lua 5.2 or newer at this time.
35 COMMON_DEPEND="
36
37 diff --git a/dev-db/redis/redis-5.0.14.ebuild b/dev-db/redis/redis-5.0.14.ebuild
38 index 36e7924b6b2..4e433b4e613 100644
39 --- a/dev-db/redis/redis-5.0.14.ebuild
40 +++ b/dev-db/redis/redis-5.0.14.ebuild
41 @@ -10,10 +10,10 @@ HOMEPAGE="https://redis.io"
42 SRC_URI="http://download.redis.io/releases/${P}.tar.gz"
43
44 LICENSE="BSD"
45 +SLOT="0"
46 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
47 IUSE="+jemalloc tcmalloc luajit test"
48 RESTRICT="!test? ( test )"
49 -SLOT="0"
50
51 # Redis does NOT build with Lua 5.2 or newer at this time.
52 COMMON_DEPEND="
53
54 diff --git a/dev-db/redis/redis-6.0.15.ebuild b/dev-db/redis/redis-6.0.15.ebuild
55 index b61d5886247..347c229d738 100644
56 --- a/dev-db/redis/redis-6.0.15.ebuild
57 +++ b/dev-db/redis/redis-6.0.15.ebuild
58 @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io"
59 SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
60
61 LICENSE="BSD"
62 +SLOT="0"
63 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
64 IUSE="+jemalloc ssl systemd tcmalloc test"
65 RESTRICT="!test? ( test )"
66 -SLOT="0"
67
68 COMMON_DEPEND="
69 ${LUA_DEPS}
70
71 diff --git a/dev-db/redis/redis-6.0.16.ebuild b/dev-db/redis/redis-6.0.16.ebuild
72 index f87d435d0e7..e9fa8b169fc 100644
73 --- a/dev-db/redis/redis-6.0.16.ebuild
74 +++ b/dev-db/redis/redis-6.0.16.ebuild
75 @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io"
76 SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
77
78 LICENSE="BSD"
79 +SLOT="0"
80 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
81 IUSE="+jemalloc ssl systemd tcmalloc test"
82 RESTRICT="!test? ( test )"
83 -SLOT="0"
84
85 COMMON_DEPEND="
86 ${LUA_DEPS}
87
88 diff --git a/dev-db/redis/redis-6.2.5.ebuild b/dev-db/redis/redis-6.2.5.ebuild
89 index 76be65d5e4b..ebe779b0841 100644
90 --- a/dev-db/redis/redis-6.2.5.ebuild
91 +++ b/dev-db/redis/redis-6.2.5.ebuild
92 @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io"
93 SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
94
95 LICENSE="BSD"
96 +SLOT="0"
97 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
98 IUSE="+jemalloc ssl systemd tcmalloc test"
99 RESTRICT="!test? ( test )"
100 -SLOT="0"
101
102 COMMON_DEPEND="
103 ${LUA_DEPS}
104
105 diff --git a/dev-db/redis/redis-6.2.6.ebuild b/dev-db/redis/redis-6.2.6.ebuild
106 index ebcfae4210f..77adb086b92 100644
107 --- a/dev-db/redis/redis-6.2.6.ebuild
108 +++ b/dev-db/redis/redis-6.2.6.ebuild
109 @@ -18,10 +18,10 @@ HOMEPAGE="https://redis.io"
110 SRC_URI="https://download.redis.io/releases/${P}.tar.gz"
111
112 LICENSE="BSD"
113 +SLOT="0"
114 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
115 IUSE="+jemalloc ssl systemd tcmalloc test"
116 RESTRICT="!test? ( test )"
117 -SLOT="0"
118
119 COMMON_DEPEND="
120 ${LUA_DEPS}