commit:     0e319435a1463d473410b8f056a38d0d44d41ee0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 06:55:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 06:56:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e319435

app-accessibility/epos: treeclean

Closes: https://bugs.gentoo.org/936581 (pkgremoved)
Closes: https://bugs.gentoo.org/526226 (pkgremoved)
Closes: https://bugs.gentoo.org/526228 (pkgremoved)
Closes: https://bugs.gentoo.org/629996 (pkgremoved)
Closes: https://bugs.gentoo.org/772164 (pkgremoved)
Closes: https://bugs.gentoo.org/936521 (pkgremoved)
Closes: https://bugs.gentoo.org/851717 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-accessibility/epos/Manifest                    |  1 -
 app-accessibility/epos/epos-2.5.37-r4.ebuild       | 53 --------------
 app-accessibility/epos/files/README.gentoo         |  2 -
 .../epos/files/epos-2.5.37-disable-tests.patch     | 15 ----
 .../epos/files/epos-2.5.37-gcc-11.patch            | 81 ----------------------
 .../epos/files/epos-2.5.37-gcc43.patch             | 23 ------
 .../epos/files/epos-2.5.37-gcc45.patch             | 15 ----
 .../epos/files/epos-2.5.37-gcc47.patch             | 16 -----
 .../epos/files/epos-2.5.37-gcc7.patch              | 22 ------
 app-accessibility/epos/files/eposd                 | 20 ------
 app-accessibility/epos/metadata.xml                | 11 ---
 profiles/package.mask                              |  6 --
 12 files changed, 265 deletions(-)

diff --git a/app-accessibility/epos/Manifest b/app-accessibility/epos/Manifest
deleted file mode 100644
index 5b1848f15f7c..000000000000
--- a/app-accessibility/epos/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST epos-2.5.37.tar.gz 976240 BLAKE2B 
9304ea32f9506f130d13f5c1d14ad2dcc448cf978d0f7cd26f6bc97397f4590bd5456c9a529dbb941eb53f19cd64b849a1cbf5aee402a8eb171dbacfc85ada03
 SHA512 
870718a5e7b5048eafd62c478963de92fe8a90b3e755f79ea665dc33ad762c0ec4ebaf7c99d5f2be8983a0deacba284ae07b24d9a31bdd1a1eff5924327255ef

diff --git a/app-accessibility/epos/epos-2.5.37-r4.ebuild 
b/app-accessibility/epos/epos-2.5.37-r4.ebuild
deleted file mode 100644
index 33aedd1f8897..000000000000
--- a/app-accessibility/epos/epos-2.5.37-r4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Language independent text-to-speech system"
-HOMEPAGE="http://epos.ufe.cz/";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 x86"
-RESTRICT="test" # needs running eposd
-
-BDEPEND="dev-util/byacc"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.5.37-gcc43.patch
-       "${FILESDIR}"/${PN}-2.5.37-gcc45.patch
-       "${FILESDIR}"/${PN}-2.5.37-gcc47.patch
-       "${FILESDIR}"/${PN}-2.5.37-disable-tests.patch
-       "${FILESDIR}"/${PN}-2.5.37-gcc7.patch
-       "${FILESDIR}"/${PN}-2.5.37-gcc-11.patch
-)
-
-src_prepare() {
-       default
-       sed -i -e "s/CCC/#CCC/" configure.ac || die
-
-       eautoreconf
-}
-
-src_configure() {
-       # bug #649858
-       append-flags -fno-delete-null-pointer-checks
-
-       # Uses removed 'register' keyword, bug #894178
-       append-cxxflags -std=c++03
-
-       econf \
-               --enable-charsets \
-               --disable-portaudio \
-               YACC=byacc
-}
-
-src_install() {
-       default
-
-       doinitd "${FILESDIR}/eposd"
-       dodoc WELCOME THANKS Changes "${FILESDIR}/README.gentoo"
-}

diff --git a/app-accessibility/epos/files/README.gentoo 
b/app-accessibility/epos/files/README.gentoo
deleted file mode 100644
index a058564ea278..000000000000
--- a/app-accessibility/epos/files/README.gentoo
+++ /dev/null
@@ -1,2 +0,0 @@
-Due to /usr/bin/say conflicting with the speech-dispatcher ebuild, it has
-beenn moved to /usr/bin/epos_say.

diff --git a/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch 
b/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch
deleted file mode 100644
index 7556e7995a15..000000000000
--- a/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/src/tests/Makefile.am
-+++ b/src/tests/Makefile.am
-@@ -1,11 +1,9 @@
- ##    Process this file with automake run in the top directory to yield 
Makefile.in
- 
- TESTS=hard_zero_data_test                             \
--      intr_test                                       \
--      legal_data_test long_data_test long_strm_test   \
-+      legal_data_test long_data_test  \
-       random_data_test                                \
-       soft_zero_data_test                             \
--      syn2_test                                       \
-       vogon_test                                      \
-       shutdown_test
- 

diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc-11.patch 
b/app-accessibility/epos/files/epos-2.5.37-gcc-11.patch
deleted file mode 100644
index a14488b7d34a..000000000000
--- a/app-accessibility/epos/files/epos-2.5.37-gcc-11.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-Avoid `container` namespace clash with gcc-11's libstdc++ headers.
-
-https://bugs.gentoo.org/786264
---- a/src/nnet/xmltempl.cc
-+++ b/src/nnet/xmltempl.cc
-@@ -22,10 +22,10 @@ CXml * x ::print () const { \
- #define RP(x) x
- 
- #define child(x,tag) retval->AddChild (*xml_print (x,tag));
--#define container(x,tag) retval->AddChild (*xml_print_container (x,tag));
-+#define epos_container(x,tag) retval->AddChild (*xml_print_container (x,tag));
- #define child_opt(x,tag) if(x) child(x,tag)
- #define child_enum(x,tag,enumS) retval->AddChild (*xml_print (enumS[x],tag));
--#define container_opt(x,tag) if(x.size()) container(x,tag)
-+#define container_opt(x,tag) if(x.size()) epos_container(x,tag)
- #define structure(x,tag) retval->AddChild (*xml_print_str (x,tag));
- #define structure_opt(x,tag,write_cond) if (write_cond) structure(x,tag)
- 
-@@ -40,7 +40,7 @@ CXml * x ::print () const { \
- #define CHILD(x)              child(x,#x)
- #define CHILD_OPT(x)          child_opt(x,#x)
- #define CHILD_ENUM(x,enumS)   child_enum(x,#x,enumS)
--#define CONTAINER(x)          container(x,#x)
-+#define CONTAINER(x)          epos_container(x,#x)
- #define CONTAINER_OPT(x)      container_opt (x,#x)
- #define STRUCTURE(x)          structure(x,#x)
- #define STRUCTURE_OPT(x,cond) structure_opt(x,#x,cond)
-@@ -60,7 +60,7 @@ return retval; }
- #undef child
- #undef child_opt
- #undef child_enum
--#undef container
-+#undef epos_container
- #undef container_opt
- #undef structure
- #undef structure_opt
-@@ -82,7 +82,7 @@ CString x ::read (CRox *xml) { \
- #define child(x,tag) err += xml_read (xml,x,tag);
- #define child_opt(x,tag) err += xml_read(xml,x,tag,false);
- #define child_enum(x,tag,enumS) err += xml_read_enum(xml,x,enumS,tag);
--#define container(x,tag) err += xml_read_container (xml,x,tag);
-+#define epos_container(x,tag) err += xml_read_container (xml,x,tag);
- #define container_opt(x,tag) err += xml_read_container (xml,x,tag,false);
- #define structure(x,tag) err += xml_read_str (xml,x,tag);
- #define structure_opt(x,tag,write_cond) err += xml_read_str (xml,x,tag,false);
-@@ -105,7 +105,7 @@ else return ""; }
- #undef child
- #undef child_opt
- #undef child_enum
--#undef container
-+#undef epos_container
- #undef container_opt
- #undef structure
- #undef structure_opt
-@@ -119,7 +119,7 @@ else return ""; }
- 
- #define XMLIZE(x,tag) x tmp##tag; retval->AddChild (*tmp##tag.printTemplate 
());
- #define child(x,tag) 
--#define container(x,tag) 
-+#define epos_container(x,tag) 
- #define child_opt(x,tag) 
- #define child_enum(x,tag,enumS) 
- #define container_opt(x,tag) 
-@@ -145,7 +145,7 @@ CRox *xmltempl ()
- #undef child
- #undef child_opt
- #undef child_enum
--#undef container
-+#undef epos_container
- #undef container_opt
- #undef structure
- #undef structure_opt
-@@ -171,7 +171,7 @@ CXml * x ::printTemplate () const { \
-       CXml *retval = new CXml (#tag,1,0,"comment","structure " #x); \
-       retval->SetFF(DODELETE);
- #define child(x,tag) retval->AddChild (*(new 
CXml(tag,1,0,"comment",#x))->SetFF(DODELETE));
--#define container(x,tag) 
-+#define epos_container(x,tag) 
- #define child_opt(x,tag) 
- #define child_enum(x,tag,enumS) 
- #define container_opt(x,tag) 

diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch 
b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch
deleted file mode 100644
index c8b1dee857ad..000000000000
--- a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/src/nnet/neural.cc
-+++ b/src/nnet/neural.cc
-@@ -38,7 +38,7 @@
- #include <string.h>
- #include <ctype.h>
- #include <stdlib.h>
--#include <iostream.h>
-+#include <iostream>
- #include <time.h>
- 
- /*
---- a/arch/win/service/install.cpp
-+++ b/arch/win/service/install.cpp
-@@ -23,7 +23,7 @@
- #include <winsvc.h>
- #include "service.h"
- #include <stdio.h>            //sprintf & fopen
--#include <iostream.h>
-+#include <iostream>
- #include "Shlwapi.h"
- 
- SC_HANDLE     scm;
-

diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc45.patch 
b/app-accessibility/epos/files/epos-2.5.37-gcc45.patch
deleted file mode 100644
index cbc056dded9f..000000000000
--- a/app-accessibility/epos/files/epos-2.5.37-gcc45.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fixing build with gcc 4.5
-
-http://bugs.gentoo.org/show_bug.cgi?id=318585
-
---- a/src/nnet/neural_parse.yy
-+++ b/src/nnet/neural_parse.yy
-@@ -255,7 +255,7 @@
- 
- int yyerror (char *s)
- {
--      shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not 
counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf, s));
-+      shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not 
counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf.c_str(), 
s));
-       return -1;
- }
-  

diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc47.patch 
b/app-accessibility/epos/files/epos-2.5.37-gcc47.patch
deleted file mode 100644
index 6e795e3548a9..000000000000
--- a/app-accessibility/epos/files/epos-2.5.37-gcc47.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- https://bugs.gentoo.org/440354
- 
- src/nnet/map.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/src/nnet/map.h
-+++ b/src/nnet/map.h
-@@ -25,7 +25,7 @@ T2 & TMap<T1,T2>::operator [] (const T1 &key) {
-       else {
-               TData x;
-               x.first() = key;
--              return insert (x)->second();
-+              return this->insert (x)->second();
-       }
- }
- 

diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc7.patch 
b/app-accessibility/epos/files/epos-2.5.37-gcc7.patch
deleted file mode 100644
index 6c889a662c2a..000000000000
--- a/app-accessibility/epos/files/epos-2.5.37-gcc7.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Bug: https://bugs.gentoo.org/638596
-
---- a/src/nnet/matrix.cc
-+++ b/src/nnet/matrix.cc
-@@ -63,7 +63,7 @@
- template<class T> void CMatrix<T>::multiplyByTransponed (const CMatrix &y, 
CMatrix &retval)
- {
-       int i,j,k;
--      assert (cols == y.cols);
-+      this->assert (cols == y.cols);
-       if (cols != y.cols) { retval.Realloc (0,0); return; }
- 
-       T sum;
-@@ -80,7 +80,7 @@
- template<class T> void CMatrix<T>::transponedMultiply (const CMatrix &y, 
CMatrix &retval)
- {
-       int i,j,k;
--      assert (rows == y.rows);
-+      this->assert (rows == y.rows);
-       if (rows != y.rows) { retval.Realloc (0,0); return; }
- 
-       T sum;

diff --git a/app-accessibility/epos/files/eposd 
b/app-accessibility/epos/files/eposd
deleted file mode 100644
index 75aca32ca8ba..000000000000
--- a/app-accessibility/epos/files/eposd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-       use alsasound esound
-}
-
-start() {
-       ebegin "Starting eposd"
-       start-stop-daemon --start --quiet --background --make-pidfile --pidfile 
/var/run/eposd.pid \
-               --exec /usr/bin/eposd -- -f
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping eposd"
-       start-stop-daemon --stop --quiet --pidfile /var/run/eposd.pid
-       eend $?
-}

diff --git a/app-accessibility/epos/metadata.xml 
b/app-accessibility/epos/metadata.xml
deleted file mode 100644
index 234f6ef87e9d..000000000000
--- a/app-accessibility/epos/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Accessibility Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">epos</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 632419da99a9..b1948a31920e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -180,12 +180,6 @@ dev-debug/gdb-apple
 # https://lore.kernel.org/netfilter-devel/Zp7FqL_YK3p_dQ8B@egarver-mac/
 =net-firewall/nftables-1.1.0
 
-# Sam James <[email protected]> (2024-07-24)
-# Fails to build with GCC 15, several open bugs
-# including test failures. Unpackaged by others.
-# Removal on 2024-08-23.  Bug #936581.
-app-accessibility/epos
-
 # Hans de Graaff <[email protected]> (2024-07-21)
 # Obsolete slots that are no longer used by any cucumber
 # version. Removal on 2024-08-21.

Reply via email to