commit: 23f270657f962ac004652392a49eeb6961a7fb42 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 1 20:08:18 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 3 19:22:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f27065
app-accessibility/emacspeak-ss: drop 1.9.1 Bug: https://bugs.gentoo.org/914844 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../emacspeak-ss/emacspeak-ss-1.9.1.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild b/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild deleted file mode 100644 index 7eb873e8bb76..000000000000 --- a/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="adds support for several speech synthesizers to emacspeak" -HOMEPAGE="http://leb.net/blinux/" -SRC_URI="http://leb.net/pub/blinux/emacspeak/blinux/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND=">=app-accessibility/emacspeak-18" - -PATCHES=( - "${FILESDIR}"/gentoo-apollo-fix.patch -) - -src_prepare() { - default - tc-export CC -} - -src_install() { - emake \ - prefix="${D}"/usr \ - man1dir="${D}"/usr/share/man/man1 \ - install - dodoc CREDITS ChangeLog OtherSynthesizers TODO TROUBLESHOOTING README* -}
