summaryrefslogtreecommitdiff
path: root/app-text/talkfilters
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-text/talkfilters
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-text/talkfilters')
-rw-r--r--app-text/talkfilters/Manifest1
-rw-r--r--app-text/talkfilters/files/talkfilters-2.3.8-format-security.patch38
-rw-r--r--app-text/talkfilters/files/talkfilters-2.3.8-string.patch12
-rw-r--r--app-text/talkfilters/metadata.xml19
-rw-r--r--app-text/talkfilters/talkfilters-2.3.8-r2.ebuild22
5 files changed, 0 insertions, 92 deletions
diff --git a/app-text/talkfilters/Manifest b/app-text/talkfilters/Manifest
deleted file mode 100644
index c44ae3531eed..000000000000
--- a/app-text/talkfilters/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST talkfilters-2.3.8.tar.gz 821338 BLAKE2B 1ed5904829380858e5599458d54d3e7a339c10f057a94ce17f38b330d89ad5aba972cf234c10aa2ed7ffbf67c8b4c01a9bba0ebe73b4ba2bf32230e9e36eda3d SHA512 3fb317c572e95756fea9dcbaeac01e9576b05f5b0710e64513ecd05ec219f8050dec3bc5bc5d0d5f00c642487925765843da03525cfcb23925cab3c321272b28
diff --git a/app-text/talkfilters/files/talkfilters-2.3.8-format-security.patch b/app-text/talkfilters/files/talkfilters-2.3.8-format-security.patch
deleted file mode 100644
index 6d8df6565843..000000000000
--- a/app-text/talkfilters/files/talkfilters-2.3.8-format-security.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/wrap.c
-+++ b/wrap.c
-@@ -105,7 +105,7 @@ int main(int argc, char **argv)
- {
- *wp = 0;
- putchar('\n');
-- printf(wbuf);
-+ printf("%s", wbuf);
- putchar(c);
- putchar('\n');
- wp = wbuf, ll = wl = 0;
-@@ -123,7 +123,7 @@ int main(int argc, char **argv)
- {
- *wp = 0;
- if(ll) putchar(' '), ll++;
-- printf(wbuf);
-+ printf("%s", wbuf);
- ll += wl;
- wl = 0, wp = wbuf;
- }
-@@ -131,7 +131,7 @@ int main(int argc, char **argv)
- {
- *wp = 0;
- putchar('\n');
-- printf(wbuf);
-+ printf("%s", wbuf);
- ll = wl;
- wl = 0, wp = wbuf;
- }
-@@ -148,7 +148,7 @@ int main(int argc, char **argv)
- if(ll) putchar(' ');
- }
- else putchar('\n');
-- printf(wbuf);
-+ printf("%s", wbuf);
- }
- putchar('\n');
- free(wbuf);
diff --git a/app-text/talkfilters/files/talkfilters-2.3.8-string.patch b/app-text/talkfilters/files/talkfilters-2.3.8-string.patch
deleted file mode 100644
index 472067242b13..000000000000
--- a/app-text/talkfilters/files/talkfilters-2.3.8-string.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Missing headers for strcmp, fixes build on musl
-https://bugs.gentoo.org/894712
---- a/getopt.c
-+++ b/getopt.c
-@@ -39,6 +39,7 @@
- #endif
-
- #include <stdio.h>
-+#include <string.h>
-
- /* Comment out all this code if we are using the GNU C Library, and are not
- actually compiling the library itself. This code is part of the GNU C
diff --git a/app-text/talkfilters/metadata.xml b/app-text/talkfilters/metadata.xml
deleted file mode 100644
index bf3a9719199b..000000000000
--- a/app-text/talkfilters/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
- </maintainer>
- <longdescription lang="en">
- The GNU Talk Filters are filter programs that convert ordinary English text
- into text that mimics a stereotyped or otherwise humorous dialect. These
- filters have been in the public domain for many years, but now for the first
- time they are provided as a single integrated package. The filters include
- austro, b1ff, brooklyn, chef, cockney, drawl, dubya, fudd, funetak, jethro,
- jive, kraut, pansy, pirate, postmodern, redneck, valspeak, and warez. Each
- program reads from standard input and writes to standard output. The package
- also provides the filters as a C library, so they can be easily used by other
- programs.
- </longdescription>
-</pkgmetadata>
diff --git a/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild b/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild
deleted file mode 100644
index 85c3f0f87338..000000000000
--- a/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped dialect"
-HOMEPAGE="https://www.hyperrealm.com/talkfilters/talkfilters.html"
-SRC_URI="https://www.hyperrealm.com/talkfilters/packages/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc x86"
-
-PATCHES=(
- "${FILESDIR}"/${P}-format-security.patch
- "${FILESDIR}"/${P}-string.patch
-)
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}