summaryrefslogtreecommitdiff
path: root/app-text/cwtext
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-19 13:00:31 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-19 13:00:31 +0000
commit26f79803004cb53e92cf2f0e889de89979385aa9 (patch)
treed46d17cb971a2dffbe96669e4ad8d341eb5ee3c7 /app-text/cwtext
parentc5572b13d51970d6603acd131f27991cc1b66a79 (diff)
gentoo auto-resync : 19:11:2022 - 13:00:31
Diffstat (limited to 'app-text/cwtext')
-rw-r--r--app-text/cwtext/Manifest3
-rw-r--r--app-text/cwtext/cwtext-0.96-r1.ebuild3
-rw-r--r--app-text/cwtext/files/cwtext-0.96-fix-missing-include.patch11
3 files changed, 15 insertions, 2 deletions
diff --git a/app-text/cwtext/Manifest b/app-text/cwtext/Manifest
index 4b58e3ed2b72..1b6d3a0dde63 100644
--- a/app-text/cwtext/Manifest
+++ b/app-text/cwtext/Manifest
@@ -1,5 +1,6 @@
AUX cwtext-0.94-asneeded.patch 525 BLAKE2B 0e099345b40bd853420bd35289108bfd43ff02ccc253202786201a74607692015808ae6a3620212ea3879e93b53a10abd4daab81ecf77159982a8aebf5dab604 SHA512 e80d4705d71badb3a0c75a21b99cb2b8033272c609a9cfea769ec48825544f3972cdc505ad32842c34da4918e7dcfcff07900f3611a5a1ca0fdd4c48784d7067
+AUX cwtext-0.96-fix-missing-include.patch 232 BLAKE2B ebc186427bafd8338454e7a1af2a25f1f75410eac87ed86de5ee7bb6589bf0c90682dda048cd4ede204ac9b320c6d419e1ccbcc84af23545119aa22fd3585b7d SHA512 88d7dba4600ace4331333a681a09cc6011e6be772d340082e41196000b6af9010e997ace9e8b8ac5ccc4fa5b3f09464a0b76fe630a95d5531cce9a2f7e6dc21b
AUX cwtext-0.96-pcm.patch 248 BLAKE2B 51aa851c7ac8ef3cbbe93722394670bc8542a1553c06df74cf970b7a6af366b5f1a4e342d52d6c27aa747aa42a88cf2e306c54777ee8a2689c5460ddc007e072 SHA512 84b07b79f712a1fc5db6497d625abea47a36061a22e60ea13042b695a39370dda826b421296709efe3ab776a319b4fae6d14fe29ddeef60dec1e76ddfc8ade04
DIST cwtext-0.96.tar.gz 16596 BLAKE2B 0165b787fcb0e5c0ef803370d06eabbde4c014ac11dcd16a516579cf3d817e90c79db6ec15702643be710c9849765671bf676f41a0679443a87a6f4e555963d9 SHA512 6765c79b6feea2947974bf4654ed1edc83f6c9ddaae1bf37d5ed95dedc4ce9b45d5e41dff7ec50d6586f34901d8f93a3230f1a7e1cf4d52b8a84c851cfbdbd33
-EBUILD cwtext-0.96-r1.ebuild 747 BLAKE2B fd19efebd9f3dc51668eb6dd20d1b2463b7d57e10b013f3c8d258a68e61a13e75745aff24a049075044ebda7ddfac6469f319ff54e40954af08402e8c3cbfb72 SHA512 dce8b269ec6f62b83b91c6e0147584149ac9248717048b03f3a8fe75f009ed4e55397047ffd6d7e64815aa546df2580e61aec817a2766239790233680f270de2
+EBUILD cwtext-0.96-r1.ebuild 799 BLAKE2B 93678594dbc584f7b69032b76f8393430ae9cf247214572b4fa02b17fc591fb3c8cbbd0219ac6fc48fca26bafa120fff98666c56c95517b4063452d5393ce613 SHA512 7fe7d717185fa3546a141833f2d226fb1a95b64d11a64cc50c26aa55d042e41eb570aad505d7c5ae93e099729e188876495d0d876591973fea9b597af546a2e3
MISC metadata.xml 326 BLAKE2B 2bc903eda5f8b9d63ca7363b1f0c35a08e82d6ca1e531539a5651fc3ddbb397b02828d712c283aaf3972bb355a8fd699670dc4e4430956aa4df1ef22766eae7a SHA512 9119346f99bcc8ce61717c0bda54b52c020a00e720909185097d9327128b4ef4ca1afff83b297ff5d4ca42793c9c094694450d22fa4245ac8e47760510f9264e
diff --git a/app-text/cwtext/cwtext-0.96-r1.ebuild b/app-text/cwtext/cwtext-0.96-r1.ebuild
index 25b8dac1a7a3..309da04a1ee4 100644
--- a/app-text/cwtext/cwtext-0.96-r1.ebuild
+++ b/app-text/cwtext/cwtext-0.96-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ IUSE=""
PATCHES=(
"${FILESDIR}"/${PN}-0.96-pcm.patch
"${FILESDIR}"/${PN}-0.94-asneeded.patch
+ "${FILESDIR}"/${PN}-0.96-fix-missing-include.patch
)
DOCS=( Changes README TODO )
diff --git a/app-text/cwtext/files/cwtext-0.96-fix-missing-include.patch b/app-text/cwtext/files/cwtext-0.96-fix-missing-include.patch
new file mode 100644
index 000000000000..bc52d0563376
--- /dev/null
+++ b/app-text/cwtext/files/cwtext-0.96-fix-missing-include.patch
@@ -0,0 +1,11 @@
+index 3995cc3..2fd6ae6 100644
+--- morse.c
++++ morse.c
+@@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+ #include <stdio.h>
++#include <ctype.h>
+
+ #include "cw.h"
+ #include "morse.h"