Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/files/
Date: Sat, 20 Apr 2019 23:20:41
Message-Id: 1555723715.cb0e40e1cbee88737d78e59df4a62cf1a23963c9.bman@gentoo
1 commit: cb0e40e1cbee88737d78e59df4a62cf1a23963c9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 7 14:48:26 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 01:28:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0e40e1
7
8 dev-libs/libmspack: remove unused patches
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11627
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../files/libmspack-0.6_alpha-fix-tests.patch | 14 --------------
15 .../libmspack-0.7.1_alpha-fix-parallel-build.patch | 20 --------------------
16 2 files changed, 34 deletions(-)
17
18 diff --git a/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch b/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch
19 deleted file mode 100644
20 index 22b0461ae7e..00000000000
21 --- a/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch
22 +++ /dev/null
23 @@ -1,14 +0,0 @@
24 -diff --git a/libmspack/test/cabd_test.c b/libmspack/test/cabd_test.c
25 -index 5e8851c..abed65c 100644
26 ---- a/test/cabd_test.c
27 -+++ b/test/cabd_test.c
28 -@@ -186,7 +186,8 @@ void cabd_open_test_05() {
29 - for (i = 0; i < (sizeof(str_files)/sizeof(char *)); i++) {
30 - cab = cabd->open(cabd, str_files[i]);
31 - TEST(cab == NULL);
32 -- TEST(cabd->last_error(cabd) == MSPACK_ERR_DATAFORMAT);
33 -+ TEST(cabd->last_error(cabd) == MSPACK_ERR_DATAFORMAT ||
34 -+ cabd->last_error(cabd) == MSPACK_ERR_READ);
35 - }
36 -
37 - /* lack of data blocks should NOT be a problem for merely reading */
38
39 diff --git a/dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-parallel-build.patch b/dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-parallel-build.patch
40 deleted file mode 100644
41 index 38935a8d26f..00000000000
42 --- a/dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-parallel-build.patch
43 +++ /dev/null
44 @@ -1,20 +0,0 @@
45 -From 43099fb1bba26792fe98b4157c950db9c333134d Mon Sep 17 00:00:00 2001
46 -From: Stuart Caie <kyzer@××××××××××××××.uk>
47 -Date: Tue, 16 Oct 2018 11:25:24 +0100
48 -Subject: [PATCH] Fix parallel builds by adding adding libmschmd.la explicitly
49 - to test_chmd_test_DEPENDENCIES
50 -
51 ----
52 -diff --git a/libmspack/Makefile.am b/libmspack/Makefile.am
53 -index ba19535..6130bc2 100644
54 ---- a/Makefile.am
55 -+++ b/Makefile.am
56 -@@ -89,7 +89,7 @@ test_chmd_order_SOURCES = test/chmd_order.c test/md5.c test/md5.h \
57 - test_chmd_order_LDADD = libmschmd.la
58 - test_chmd_test_SOURCES = test/chmd_test.c libmschmd.la
59 - test_chmd_test_LDADD = libmschmd.la
60 --test_chmd_test_DEPENDENCIES = test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
61 -+test_chmd_test_DEPENDENCIES = libmschmd.la test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
62 - test_chminfo_SOURCES = test/chminfo.c libmschmd.la
63 - test_chminfo_LDADD = libmschmd.la
64 - test_kwajd_test_SOURCES = test/kwajd_test.c libmspack.la