summaryrefslogtreecommitdiff
path: root/app-editors/bvi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-26 04:30:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-26 04:30:05 +0100
commit390bde0d9e0b055c7e87ede2f6b3546ec7da02c7 (patch)
treede2070c20b334e95468095ec8e48d7bfcc15c2eb /app-editors/bvi
parent240b57012ace855bbfd9934b07642416ceeeb5b8 (diff)
gentoo auto-resync : 26:07:2023 - 04:30:05
Diffstat (limited to 'app-editors/bvi')
-rw-r--r--app-editors/bvi/Manifest1
-rw-r--r--app-editors/bvi/files/bvi-1.4.1-prototypes.patch34
2 files changed, 0 insertions, 35 deletions
diff --git a/app-editors/bvi/Manifest b/app-editors/bvi/Manifest
index f4ff1912c56b..0fd6d9a98ac3 100644
--- a/app-editors/bvi/Manifest
+++ b/app-editors/bvi/Manifest
@@ -1,4 +1,3 @@
-AUX bvi-1.4.1-prototypes.patch 1185 BLAKE2B 8000d4cadb056f1f568c61a3f6d674ae5e8303b5cb562ce02c0d2326169c31c49f2e6678bc10480be991081b9f910ee9221bc3384f475a91a045e6fc518f84c7 SHA512 7214f0ab69bd3be349e527b40deb65c1855ba3d468b4f799c5762e14c8a60e9d9d1137600982b5e21ab5bccae68d98ef55a70b1c3b0901f181ba25955410f1a8
DIST bvi-1.4.1.src.tar.gz 143181 BLAKE2B ad4ae885b1b85ebfc4fc842e0b072383b6755eeaf1d8a71ffb461c5caf0c4c97d1906a7762b66ae4a5ede9ac8a204543bc0aed8630a3ea52ca452e8c645ad616 SHA512 f7a3f07e6bcefe566a101c4db85192f0d2e3580be0ab10bc297e6c0192e79d29061a7c9f1a57cf5a628f03962deb8c2ed52e33effc1d5198d458627d70d882e6
DIST bvi-1.4.2.src.tar.gz 148323 BLAKE2B 8431b8cdb322a5a3bd011fb28cacc62f30bf02fa66bdb1e1e0993728fac28bd80da161c1011e9adbdf26d093374130b5413f3d2a739663d91b22403a5a740e2a SHA512 e2b23b75e5984e222060d3ad99381e1c54f45c28796b0dfe781072c406191272ffff2849218f90c29a398b245af604aa8f0f5448791bc5f3a2ef0f8395ca92c3
EBUILD bvi-1.4.1.ebuild 440 BLAKE2B 20d9352cf6930150d49d2af29e3e916dcfc41e8e17b9af6d63e9dabbcd6ff102efc2dedb26553195248a5466d57a295052c85c6e8f6e9451fa3b41050570fc46 SHA512 fa8906ea5e9218a685293c4fc5a699a52902d11dffe1ee53584fc613cad76949782132cfee7437a56ae0ca682fc700e3c8f83cec728e7330a7c1965aca30dd80
diff --git a/app-editors/bvi/files/bvi-1.4.1-prototypes.patch b/app-editors/bvi/files/bvi-1.4.1-prototypes.patch
deleted file mode 100644
index ab4010303011..000000000000
--- a/app-editors/bvi/files/bvi-1.4.1-prototypes.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-https://sourceforge.net/p/bvi/bugs/14/
-
-diff --git a/bmore.h b/bmore.h
-index bb5174514a66..0c4811f743b2 100644
---- a/bmore.h
-+++ b/bmore.h
-@@ -135,12 +135,12 @@ extern int no_tty, no_intty;
- #ifdef ANSI
- void initterm(void), set_tty(void), reset_tty(void);
- void cleartoeol(void), clearscreen(void), highlight(void);
-- void normal(void), bmbeep(void), home(void), sig(void);
-+ void normal(void), bmbeep(void), home(void), sig(int);
- void doshell(char *), emsg(char *);
- void do_next(int);
- void bmsearch(int);
- void pushback(int, char *);
-- int open_file(void);
-+ int open_file(char *);
- int printout(int), rdline(int, char *);
- int nextchar(void), vgetc(void);
- int sbracket(int, char *, int);
-diff --git a/bvi.h b/bvi.h
-index 0881ce79d6fd..90f68c9eeb92 100644
---- a/bvi.h
-+++ b/bvi.h
-@@ -215,7 +215,7 @@ extern off_t block_begin, block_end, block_size;
- void docmdline(char *), do_over(PTR, off_t, PTR), do_put(PTR, off_t, PTR);
- void jmpproc(int), printline(PTR, int);
- int addfile(char *);
-- int bregexec(PTR, char *);
-+ PTR bregexec(PTR, char *);
- int chk_comm(int);
- int doecmd(char *, int);
- int do_append(off_t, char *), do_logic(int, char *);