diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-01 22:08:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-03 21:22:01 +0200 |
commit | 23f270657f962ac004652392a49eeb6961a7fb42 (patch) | |
tree | af2bab3f75f28b14f7f6df441b15a3ddd2335f35 /app-accessibility | |
parent | media-gfx/krita: Fix build with >=media-libs/opencolorio-2.3.0 (diff) | |
download | gentoo-23f270657f962ac004652392a49eeb6961a7fb42.tar.gz gentoo-23f270657f962ac004652392a49eeb6961a7fb42.tar.bz2 gentoo-23f270657f962ac004652392a49eeb6961a7fb42.zip |
app-accessibility/emacspeak-ss: drop 1.9.1
Bug: https://bugs.gentoo.org/914844
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild | 35 |
1 files changed, 0 insertions, 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* -} |