summaryrefslogtreecommitdiff
path: root/dev-vcs/cssc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
commitc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (patch)
treec44943ee0563a3fa957716de909fed683117fcb9 /dev-vcs/cssc
parent69051588e2f955485fe5d45d45e616bc60a2de57 (diff)
gentoo (valentine's day) resync : 14.02.2021
Diffstat (limited to 'dev-vcs/cssc')
-rw-r--r--dev-vcs/cssc/Manifest4
-rw-r--r--dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch10
-rw-r--r--dev-vcs/cssc/files/cssc-1.4.0-config.patch15
-rw-r--r--dev-vcs/cssc/files/cssc-1.4.0-m4.patch13
-rw-r--r--dev-vcs/cssc/files/cssc-1.4.0-test-large.patch14
5 files changed, 0 insertions, 56 deletions
diff --git a/dev-vcs/cssc/Manifest b/dev-vcs/cssc/Manifest
index 7f3defc5919b..330e76e41240 100644
--- a/dev-vcs/cssc/Manifest
+++ b/dev-vcs/cssc/Manifest
@@ -1,7 +1,3 @@
-AUX cssc-1.3.0-gcc47.patch 187 BLAKE2B 4dd734c33914267c8f4441184316c33bea299c2ef09d6a6d98a7dfa2c57349885ac83df79362bc5b7f496f99da1aaa6801cb69d8409a3878869df6bdd418b4f2 SHA512 75706187dccd2cfbf0ef0f95eb6520bdf8134da0f6414e4e7e1ee92d54835f5d857320cfc81eb1f4ebf8584ea6da4e4a26e3a5990d60d7b7609b9bf19b6dec74
-AUX cssc-1.4.0-config.patch 317 BLAKE2B 05b55dca021fdc37ad9ade846c633c7f83935f46332cdebea9c7efff7bace6a175202239d240521bdb9cccbd725a077922c33494abac0d00792db7704b969b24 SHA512 c5bab5de20fa978100009f462434df586d9951850459b41aa70f290bebbcfbb2164b31eada89d6b55151bfd1e852b402ccd822d97cd0b898ce501f925e3c7e53
-AUX cssc-1.4.0-m4.patch 356 BLAKE2B b1e79296c96a1fc281e3a481d6a0fbaff697db87317b185bd795740fed75bd755dc2af147d1335d57f2b58d82c56ef9f75875175700b72c543cdb6e7adc8d6ec SHA512 8dd984f1d98a943fbed14db43840b18f63a48bc71fb8e537031761bdd59639a4af554de9eda8d5aa0a5f1afe04169a752f3e281381a15fe91cc9f53e7195db9e
-AUX cssc-1.4.0-test-large.patch 455 BLAKE2B 98891f0f6ce149a7ca7d8ee8aa373bc28e05f8a4a397d1f4067e9c3589fac701b46585b629965125e140eabc02c9ad4a2d09976f8752909e8176018d85cc69e2 SHA512 8e28f6b6cb9c9e15f5000e89722aa9aa66cb578faa136aa229947eae66e185a07a2b528dea418e0cef43027cce705a269214a2b6f4ec2c355450f13417c2c3e1
AUX cssc-1.4.1-m4.patch 351 BLAKE2B dde4c1f2876f8e84587ad531a094431d1854652f901a2875a7fdd758a6780570dfbf9e629e3c00f2f41644a063bba08b4d201e215c4945baaa2cbd2a5649e736 SHA512 57639a4ec54f9e2dfb594de179e7e8539385890ab6d58fc5bb39f44497f530e2a9182edbd51c5d815244c76fc80e401f002e60d9ba29c8dee0e229cea7174153
DIST CSSC-1.4.1.tar.gz 2269725 BLAKE2B 264e996280ff23818332dda62d80adc61fd6a2e924af26a044168bf136c22b22bb591d37157030dbe8e2360a2687b0dcbf843f3af8683b08593fded4ef982739 SHA512 b843bd636b15830b2751c423ff2f2e7292e0942d750ca57425d9674b74c7291fe34db33cbbc4b87d27f80d3b54b0074207ceda612faa651b6f01486e0b2485d5
EBUILD cssc-1.4.1.ebuild 856 BLAKE2B c735021a9fca1f594648cce481cde1d941cfc67ec1d270ebbc10369426ed5f547b6882c27250ef2068537071bc341fde0564b94954fff8d63446d283dfde6078 SHA512 44980aa7e9704907bdb6b9551629c6d51b9ec72ee36d9cc60a126df641d277eb42598da0824b9f9afcc343e0ea3ca3db9fd63e854caf982023b5b82f0d1cf5f1
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 4c319016eccd..000000000000
--- 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 c5790489a9a7..000000000000
--- 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 91c163f14104..000000000000
--- 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 c7c23fb6a074..000000000000
--- 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.
-