commit: 9f3adb15e3dd55407e2a058249a0007045a7c323 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 10:03:30 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 10:26:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3adb15
app-accessibility/powiedz: treeclean Closes: https://bugs.gentoo.org/933773 (pkgremoved) Closes: https://bugs.gentoo.org/909625 (pkgremoved) Closes: https://bugs.gentoo.org/870541 (pkgremoved) Closes: https://bugs.gentoo.org/729134 (pkgremoved) Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-accessibility/powiedz/Manifest | 1 - .../powiedz/files/powiedz-1.0-dsp-handle-fix.patch | 12 ---------- app-accessibility/powiedz/files/powiedz.desktop | 8 ------- app-accessibility/powiedz/metadata.xml | 12 ---------- app-accessibility/powiedz/powiedz-1.0-r2.ebuild | 28 ---------------------- profiles/package.mask | 6 ----- 6 files changed, 67 deletions(-) diff --git a/app-accessibility/powiedz/Manifest b/app-accessibility/powiedz/Manifest deleted file mode 100644 index a90d4d768899..000000000000 --- a/app-accessibility/powiedz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST powiedz-1.0.tgz 68672 BLAKE2B e6a96ec5f7dcdfc9508d4805e11209f0e7432abd329257710d813a94d8075c0893294a9abd75b811576290ef0b9fc9fcec29cbe04d9ab9ec4537b4bebfedf0ba SHA512 1a572ead0c6358b52ef4b5efc66dd633b2c7cb35c97bc911ce46f54fd84f626ca73b4be9951fb48688abaac4fab41f0a5087dbd89fecc91fc9e42f944e188eb3 diff --git a/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch deleted file mode 100644 index fb2852b61c0e..000000000000 --- a/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/aufile.c -+++ b/aufile.c -@@ -217,8 +217,7 @@ - audio_open(int samp_rate,int disp) - { - int i; --// esd_fd = open(dev_file, O_WRONLY | O_NDELAY); -- esd_fd = open(audio_dsp, O_WRONLY); -+ esd_fd = open(audio_dsp, O_WRONLY | O_NDELAY); - if (esd_fd < 0) - { - if (disp) perror(audio_dsp); diff --git a/app-accessibility/powiedz/files/powiedz.desktop b/app-accessibility/powiedz/files/powiedz.desktop deleted file mode 100644 index 2ea1c4820f69..000000000000 --- a/app-accessibility/powiedz/files/powiedz.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=Powiedz -Comment=Polish speak synthesizer -Comment[pl]=Polski syntezator mowy -Exec=powiedz -Type=Application -Terminal=false -Categories=AudioVideo;Audio; diff --git a/app-accessibility/powiedz/metadata.xml b/app-accessibility/powiedz/metadata.xml deleted file mode 100644 index d44f4d8244c5..000000000000 --- a/app-accessibility/powiedz/metadata.xml +++ /dev/null @@ -1,12 +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> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Sound project</name> - </maintainer> -</pkgmetadata> diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild deleted file mode 100644 index 4372509bec17..000000000000 --- a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop toolchain-funcs - -DESCRIPTION="Polish speech synthesizer based on rsynth" -HOMEPAGE="http://kadu.net/index.php?page=download&lang=en" -SRC_URI="http://kadu.net/download/additions/${P}.tgz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch -) - -src_compile() { - emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" CC="$(tc-getCC)" -} - -src_install() { - dobin powiedz - domenu "${FILESDIR}"/${PN}.desktop -} diff --git a/profiles/package.mask b/profiles/package.mask index 133314253abe..add5376bda2c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -236,12 +236,6 @@ dev-php/swoole =virtual/httpd-php-8.1 <www-apps/icingaweb2-2.12.1-r1 -# Andreas K. Hüttel <[email protected]> (2024-11-10) -# Fails to build with gcc-14. Horrible code. Not touched by a -# maintainer since 2010. Bugs 729134, 870541, 909625, 933773 -# Removal in 30 days. -app-accessibility/powiedz - # Matt Jolly <[email protected]> (2024-11-09) # The legacy Rust ebuilds are no longer maintained and have been # replaced by the new slotted Rust. Removal in 30 days.
