Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cssc/files/
Date: Sun, 31 Jan 2021 20:38:21
Message-Id: 1612125486.0463cb627e28828840bfb4c132d791b7292d080b.conikost@gentoo
1 commit: 0463cb627e28828840bfb4c132d791b7292d080b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 29 15:39:03 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:38:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0463cb62
7
8 dev-vcs/cssc: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/19255
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch | 10 ----------
16 dev-vcs/cssc/files/cssc-1.4.0-config.patch | 15 ---------------
17 dev-vcs/cssc/files/cssc-1.4.0-m4.patch | 13 -------------
18 dev-vcs/cssc/files/cssc-1.4.0-test-large.patch | 14 --------------
19 4 files changed, 52 deletions(-)
20
21 diff --git a/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch b/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch
22 deleted file mode 100644
23 index 4c319016ecc..00000000000
24 --- a/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch
25 +++ /dev/null
26 @@ -1,10 +0,0 @@
27 ---- a/src/file.h
28 -+++ b/src/file.h
29 -@@ -31,6 +31,7 @@
30 - #define CSSC__FILE_H__
31 -
32 - #include "filelock.h"
33 -+#include <unistd.h> /* gid_t */
34 -
35 - enum create_mode {
36 - CREATE_EXCLUSIVE = 001,
37
38 diff --git a/dev-vcs/cssc/files/cssc-1.4.0-config.patch b/dev-vcs/cssc/files/cssc-1.4.0-config.patch
39 deleted file mode 100644
40 index c5790489a9a..00000000000
41 --- a/dev-vcs/cssc/files/cssc-1.4.0-config.patch
42 +++ /dev/null
43 @@ -1,15 +0,0 @@
44 -In file included from file.h:36:0,
45 - from delta.cc:36:
46 - ../gl/lib/unistd.h:135:3: error: #error "Please include config.h first."
47 -
48 -
49 ---- a/src/delta.h
50 -+++ b/src/delta.h
51 -@@ -25,6 +25,7 @@
52 - #ifndef CSSC_DELTA_H
53 - #define CSSC_DELTA_H 1
54 -
55 -+#include "config.h"
56 - #include "sid.h"
57 - #include "sccsdate.h"
58 - #include "mystring.h"
59
60 diff --git a/dev-vcs/cssc/files/cssc-1.4.0-m4.patch b/dev-vcs/cssc/files/cssc-1.4.0-m4.patch
61 deleted file mode 100644
62 index 91c163f1410..00000000000
63 --- a/dev-vcs/cssc/files/cssc-1.4.0-m4.patch
64 +++ /dev/null
65 @@ -1,13 +0,0 @@
66 -libtoolize chokes on this line
67 -
68 -
69 ---- a/configure.ac
70 -+++ b/configure.ac
71 -@@ -33,7 +33,6 @@
72 -
73 - # Changes to AC_CONFIG_MACRO_DIR shoulld be reflected in ACLOCAL_AMFLAGS in Makefile.am.
74 - AC_CONFIG_MACRO_DIR([m4])
75 --AC_CONFIG_MACRO_DIR([unit-tests/googletest/m4])
76 -
77 - AM_INIT_AUTOMAKE([gnits readme-alpha check-news tar-ustar 1.11.6])
78 - AC_CONFIG_HEADERS(config.h)
79
80 diff --git a/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch b/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch
81 deleted file mode 100644
82 index c7c23fb6a07..00000000000
83 --- a/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch
84 +++ /dev/null
85 @@ -1,14 +0,0 @@
86 -Takes a very long time.
87 -
88 -
89 ---- a/tests/Makefile.am
90 -+++ b/tests/Makefile.am
91 -@@ -136,7 +136,7 @@
92 - test-rmdel \
93 - test-admin test-delta test-get test-prs test-prt test-unget \
94 - test-cdc test-sact test-val \
95 -- test-large test-sccsdiff test-binary test-bsd-sccs test-what \
96 -+ test-sccsdiff test-binary test-bsd-sccs test-what \
97 - test-year-2000
98 - echo Tests passed.
99 -