Summary: | dev-ruby/redis: depends on old version of dev-db/redis | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John Helmert III <ajak> |
Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arkamar, proxy-maint, sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/27494 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 722500 |
Description
John Helmert III
2022-09-26 18:03:56 UTC
Whoops, typo. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0ff94fe702e5c6d657bfe8b987673098c39cd commit 17e0ff94fe702e5c6d657bfe8b987673098c39cd Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2022-09-27 09:30:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-24 07:55:09 +0000 dev-ruby/redis: add 4.8.0 - local redis server patch was adapted from previous version (4.7.1) - dropping ruby26, it is no longer in the tree - tests require >=dev-db/redis-7; they fail immediately with dev-db/redis-6.2.7 - it was necessary to tweak one sed because test file was moved to different directory. Bug: https://bugs.gentoo.org/873091 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27494 Signed-off-by: Sam James <sam@gentoo.org> dev-ruby/redis/Manifest | 1 + .../files/redis-4.8.0-local-redis-server.patch | 49 +++++++++++++++++++++ dev-ruby/redis/redis-4.8.0.ebuild | 50 ++++++++++++++++++++++ 3 files changed, 100 insertions(+) commit 282a6b2658fc0be6bf3a4ac285fc877d9d6e09a8 Author: Hans de Graaff <graaff@gentoo.org> Date: Tue Aug 29 16:38:11 2023 +0200 dev-ruby/redis: drop 4.7.1 |