commit:     0463cb627e28828840bfb4c132d791b7292d080b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan 29 15:39:03 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 20:38:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0463cb62

dev-vcs/cssc: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/19255
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch      | 10 ----------
 dev-vcs/cssc/files/cssc-1.4.0-config.patch     | 15 ---------------
 dev-vcs/cssc/files/cssc-1.4.0-m4.patch         | 13 -------------
 dev-vcs/cssc/files/cssc-1.4.0-test-large.patch | 14 --------------
 4 files changed, 52 deletions(-)

diff --git a/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch 
b/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch
deleted file mode 100644
index 4c319016ecc..00000000000
--- a/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/file.h
-+++ b/src/file.h
-@@ -31,6 +31,7 @@
- #define CSSC__FILE_H__
- 
- #include "filelock.h"
-+#include <unistd.h> /* gid_t */
- 
- enum create_mode {
-       CREATE_EXCLUSIVE     =  001,

diff --git a/dev-vcs/cssc/files/cssc-1.4.0-config.patch 
b/dev-vcs/cssc/files/cssc-1.4.0-config.patch
deleted file mode 100644
index c5790489a9a..00000000000
--- a/dev-vcs/cssc/files/cssc-1.4.0-config.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-In file included from file.h:36:0,
-       from delta.cc:36:
-       ../gl/lib/unistd.h:135:3: error: #error "Please include config.h first."
-
-
---- a/src/delta.h
-+++ b/src/delta.h
-@@ -25,6 +25,7 @@
- #ifndef CSSC_DELTA_H
- #define CSSC_DELTA_H 1
- 
-+#include "config.h"
- #include "sid.h"
- #include "sccsdate.h"
- #include "mystring.h"

diff --git a/dev-vcs/cssc/files/cssc-1.4.0-m4.patch 
b/dev-vcs/cssc/files/cssc-1.4.0-m4.patch
deleted file mode 100644
index 91c163f1410..00000000000
--- a/dev-vcs/cssc/files/cssc-1.4.0-m4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-libtoolize chokes on this line
-
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -33,7 +33,6 @@
- 
- # Changes to AC_CONFIG_MACRO_DIR shoulld be reflected in ACLOCAL_AMFLAGS in 
Makefile.am.
- AC_CONFIG_MACRO_DIR([m4])
--AC_CONFIG_MACRO_DIR([unit-tests/googletest/m4])
- 
- AM_INIT_AUTOMAKE([gnits readme-alpha check-news tar-ustar 1.11.6])
- AC_CONFIG_HEADERS(config.h)

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
deleted file mode 100644
index c7c23fb6a07..00000000000
--- a/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Takes a very long time.
-
-
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -136,7 +136,7 @@
-                 test-rmdel \
-                 test-admin test-delta test-get test-prs test-prt test-unget \
-                 test-cdc  test-sact test-val \
--                test-large test-sccsdiff test-binary test-bsd-sccs test-what \
-+                test-sccsdiff test-binary test-bsd-sccs test-what \
-                 test-year-2000
-       echo Tests passed.
- 

Reply via email to