summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2016-12-12 21:02:05 +0100
committerDaniel Pielmeier <billie@gentoo.org>2016-12-12 21:02:05 +0100
commit972ee7580d04efbe75e086acfb2bce20d8e546bb (patch)
tree734c121df365e5f80af0c809caf7dbe514cbad52 /sys-fs
parentmedia-sound/puddletag: Remove unused patch. (diff)
downloadgentoo-972ee7580d04efbe75e086acfb2bce20d8e546bb.tar.gz
gentoo-972ee7580d04efbe75e086acfb2bce20d8e546bb.tar.bz2
gentoo-972ee7580d04efbe75e086acfb2bce20d8e546bb.zip
sys-fs/fatsort: Remove unused patch.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fatsort/files/fatsort-1.2-tests.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-fs/fatsort/files/fatsort-1.2-tests.patch b/sys-fs/fatsort/files/fatsort-1.2-tests.patch
deleted file mode 100644
index 6fc44e23efcb..000000000000
--- a/sys-fs/fatsort/files/fatsort-1.2-tests.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Naur tests/tc_check_consistent_version/Makefile tests/tc_check_consistent_version/Makefile
---- tests/tc_check_consistent_version/Makefile 2013-12-10 21:52:36.773278926 +0100
-+++ tests/tc_check_consistent_version/Makefile 2013-12-10 21:52:43.783278646 +0100
-@@ -2,8 +2,8 @@
-
- all:
- manver=\
-- `head -1 ../../man/fatsort.1 | sed -e "s/.* \([0-9.]*\)\"$$/\1/"`; \
-- progver=`../../src/fatsort -v | head -1 | sed -e "s/^.* \([0-9.]\+\) .*$$/\1/"`; \
-+ `head -2 ../../man/fatsort.1 | tail -1 | sed -e "s/^.*\"fatsort \([0-9.]\+\)\".*$$/\1/"`; \
-+ progver=`../../src/fatsort --version | head -1 | sed -e "s/^fatsort \([0-9.]\+\).*$$/\1/"`; \
- changesver=`head -1 ../../CHANGES | sed -e "s/^.*v\([0-9.]\+\)$$/\1/"`; \
- echo "#$$manver#$$progver#$$changesver#"; \
- [ "$$manver" = "$$progver" ]; \
-diff -Naur tests/tc_pos_sort_modification_time/Makefile tests/tc_pos_sort_modification_time/Makefile
---- tests/tc_pos_sort_modification_time/Makefile 2013-12-10 21:52:36.772278926 +0100
-+++ tests/tc_pos_sort_modification_time/Makefile 2013-12-10 21:57:06.433268173 +0100
-@@ -44,10 +44,11 @@
- sudo mount -o loop,codepage=850,iocharset=iso8859-1,utf8,uid=${MOUNT_UID},gid=${MOUNT_GID} ${FS_IMG} ${MOUNT_POINT}
- cat ${DIRECTORIES} | while read dir; do mkdir -p "${MOUNT_POINT}/$$dir"; done
- cat ${FILES} | while read file; do touch "${MOUNT_POINT}/$$file"; done
-- sleep 3
-+ sleep 1
- touch ${MOUNT_POINT}/last # alter modification time
-+ sleep 1
- touch ${MOUNT_POINT}/first -t 200001010101.01
--
-+ sleep 1
- sudo umount -l ${MOUNT_POINT}
- rmdir ${MOUNT_POINT}