commit:     f56b1b79a0f9435c244a5d44d0ec7f797d5a28f5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Mar 16 18:06:45 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 16:11:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56b1b79

dev-ruby/redis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/19961
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/redis-4.0.1-local-redis-server.patch     | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-ruby/redis/files/redis-4.0.1-local-redis-server.patch 
b/dev-ruby/redis/files/redis-4.0.1-local-redis-server.patch
deleted file mode 100644
index 3bd1b03f494..00000000000
--- a/dev-ruby/redis/files/redis-4.0.1-local-redis-server.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/makefile.~1~     2017-09-28 18:11:35.000000000 +0200
-+++ b/makefile 2018-04-10 20:45:58.307407705 +0200
-@@ -3,7 +3,7 @@
--TMP          := tmp
-+TMP          := ${T}
- BUILD_DIR    := ${TMP}/redis-${REDIS_BRANCH}
- TARBALL      := ${TMP}/redis-${REDIS_BRANCH}.tar.gz
--BINARY       := ${BUILD_DIR}/src/redis-server
-+BINARY       := /usr/sbin/redis-server
--PID_PATH     := ${BUILD_DIR}/redis.pid
-+PID_PATH     := ${TMP}/redis.pid
--SOCKET_PATH  := ${BUILD_DIR}/redis.sock
-+SOCKET_PATH  := ${TMP}/redis.sock
- PORT         := 6381
-@@ -11,7 +11,7 @@
- test: ${TEST_FILES}
-       make start
-       env SOCKET_PATH=${SOCKET_PATH} \
--              ruby -v $$(echo $? | tr ' ' '\n' | awk '{ print "-r./" $$0 }') 
-e ''
-+              ${RUBY} -v $$(echo $? | tr ' ' '\n' | awk '{ print "-r./" $$0 
}') -e ''
-       make stop
- 
- ${TMP}:
-@@ -20,11 +20,11 @@
- ${TARBALL}: ${TMP}
-       wget https://github.com/antirez/redis/archive/${REDIS_BRANCH}.tar.gz -O 
$@
- 
--${BINARY}: ${TARBALL} ${TMP}
--      rm -rf ${BUILD_DIR}
--      mkdir -p ${BUILD_DIR}
--      tar xf ${TARBALL} -C ${TMP}
--      cd ${BUILD_DIR} && make
-+# ${BINARY}: ${TARBALL} ${TMP}
-+#     rm -rf ${BUILD_DIR}
-+#     mkdir -p ${BUILD_DIR}
-+#     tar xf ${TARBALL} -C ${TMP}
-+#     cd ${BUILD_DIR} && make
- 
- stop:
-       (test -f ${PID_PATH} && (kill $$(cat ${PID_PATH}) || true) && rm -f 
${PID_PATH}) || true

Reply via email to