summaryrefslogtreecommitdiff
path: root/x11-plugins/wmbiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
commitd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch)
tree1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /x11-plugins/wmbiff
parentabaa75b10f899ada8dd05b23cc03205064394bc6 (diff)
gentoo resync : 29.01.2021
Diffstat (limited to 'x11-plugins/wmbiff')
-rw-r--r--x11-plugins/wmbiff/Manifest1
-rw-r--r--x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-plugins/wmbiff/Manifest b/x11-plugins/wmbiff/Manifest
index ed486dd1d76f..a88b467192a3 100644
--- a/x11-plugins/wmbiff/Manifest
+++ b/x11-plugins/wmbiff/Manifest
@@ -1,5 +1,4 @@
AUX wmbiff-0.4.27-invalid-strncpy.patch 816 BLAKE2B 8c9dec1bb64014c4d99dcfe0214f8b07bdada1945d5992e131d7ae8edd4d23041c1b3a73a5f9a7c5fb4ae76bd7769270e96be5fbf24a8aa740ca5430da6e7f8d SHA512 7881bfa7b1febb4aeba8f530aa5670fba3b8a688876c2eb5b316ae34f5eddf44e90ce00973c1df34c571e14c55573653485e94b6d17a253edd041aa13e7a2dba
-AUX wmbiff-0.4.35-fno-common.patch 781 BLAKE2B fbde39e1df40b9f51128aceeb5adc90c8ef5852584d92fc1d31404306691e7639943363c5460f6abfcfe8aebfc647ad675c531805ba81369c63463502dc50260 SHA512 105abbe67deab8c2ac2f562c94d37418da69ee38cffbc5d91ca4e1cc976069dc2d92241c5de86c16a6276b01f8ed215cb6d84c43a613bf5b28e28bd6e08baff5
AUX wmbiff-0.4.36-ar.patch 357 BLAKE2B 974b8998f6dfa877e5f446d304b95cc99a071a047a2af54d4ebe946bcf165dd099452d0c43be50667af370d5faaf39e314f5df7dd9fd270225c1b72e65968313 SHA512 952545376eb91f37d2cd339bc7cd503f259d695a422c946f1b4f1e5398835df7c166052cdd8af1954647716d8a07fbabf27802f7ce77dc693313d3c45ee498b7
DIST wmbiff-0.4.36.tar.gz 266288 BLAKE2B 7f90ae23ff228ed775c4693beffb3e71930bc594083d75cbe25d9eb992cae3a35bc8d57699da53b034a19486846d05625dee607b0da38519ddfc50faac4cf6da SHA512 b8b14f9676ebd576f9e568bd59638c3000337713c6ef8cf5d7799ed0adea59d1ca1fe0d9c67ceb997814b1e6d26590a0c4052b1f031cee28601d7273bbd3fd23
EBUILD wmbiff-0.4.36.ebuild 836 BLAKE2B 51aa7b699796556a77602c0568ecafd27ece0c56453a5e87b4629d0ce679d93def0cbefcc0dd0865f75670dcf45e40fc2c79ee94056159482dfa8a4e93b6db60 SHA512 af811a58193146df62d595ec2dd56677bbff573534eb234b6900492aa1b467e10cecddedae1b9555aca5e1f901f2bcb38ae52f9d5d15ad2a41291b54fe570469
diff --git a/x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch b/x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch
deleted file mode 100644
index 2320f17143de..000000000000
--- a/x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur wmbiff-0.4.35.orig/wmbiff/wmbiff.c wmbiff-0.4.35/wmbiff/wmbiff.c
---- wmbiff-0.4.35.orig/wmbiff/wmbiff.c 2019-07-23 15:58:58.000000000 +0200
-+++ wmbiff-0.4.35/wmbiff/wmbiff.c 2020-03-08 12:25:32.766264038 +0100
-@@ -104,6 +104,8 @@
-
- Cursor busy_cursor, ready_cursor;
-
-+Display *display;
-+
- static __inline /*@out@ */ void *
- malloc_ordie(size_t len)
- {
-diff -Naur wmbiff-0.4.35.orig/wmgeneral/wmgeneral.h wmbiff-0.4.35/wmgeneral/wmgeneral.h
---- wmbiff-0.4.35.orig/wmgeneral/wmgeneral.h 2019-07-23 15:57:57.000000000 +0200
-+++ wmbiff-0.4.35/wmgeneral/wmgeneral.h 2020-03-08 12:25:16.223256712 +0100
-@@ -36,7 +36,7 @@
- /* Global variable */
- /*******************/
-
--Display *display;
-+extern Display *display;
-
- /***********************/
- /* Function Prototypes */