From c8fd0d84af0bfd1949542adc2cbb735b1d28f9ed Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 7 May 2021 01:33:16 +0100 Subject: gentoo resync : 07.05.2021 --- app-text/sdcv/files/sdcv-t_list.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app-text/sdcv/files/sdcv-t_list.patch (limited to 'app-text/sdcv/files') diff --git a/app-text/sdcv/files/sdcv-t_list.patch b/app-text/sdcv/files/sdcv-t_list.patch deleted file mode 100644 index 8bd23892fc7a..000000000000 --- a/app-text/sdcv/files/sdcv-t_list.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- sdcv-0.5.2/tests/t_list.orig 2017-08-16 10:14:23.000000000 +0300 -+++ sdcv-0.5.2/tests/t_list 2018-08-26 15:12:31.501052398 +0300 -@@ -1,11 +1,10 @@ - #!/bin/sh - - PATH_TO_SDCV="$1" --ndicts=`"$PATH_TO_SDCV" -l | wc -l` -+TEST_DIR="$2" -+ndicts=`"$PATH_TO_SDCV" --data-dir "${TEST_DIR}" -l | wc -l` - ndicts=$(($ndicts-1)) --ncom=`find /usr/share/stardict/dic -name "*.ifo" | wc -l` --nspe=`find "${HOME}"/.stardict/dic -name "*.ifo" | wc -l` --nmy=$(($ncom+$nspe)) -+nmy=`find "${TEST_DIR}" -name "*.ifo" | wc -l` - - if [ $nmy -ne $ndicts ]; then - echo "should be: $nmy, we have: $ndicts" >&2 -- cgit v1.2.3