diff options
author | William Hubbs <williamh@gentoo.org> | 2016-05-06 17:24:24 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-05-06 17:24:51 -0500 |
commit | 84b2d12cde132f601068ef07f5238b3ea8ec721d (patch) | |
tree | 26532b25d865fd0e9c77b9d4b1c48ecbee2ae7ce /app-accessibility/eflite | |
parent | app-accessibility/eflite: revision bump for /sbin/openrc-run migration (diff) | |
download | gentoo-84b2d12cde132f601068ef07f5238b3ea8ec721d.tar.gz gentoo-84b2d12cde132f601068ef07f5238b3ea8ec721d.tar.bz2 gentoo-84b2d12cde132f601068ef07f5238b3ea8ec721d.zip |
app-accessibility/eflite: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-accessibility/eflite')
-rw-r--r-- | app-accessibility/eflite/eflite-0.4.1-r2.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/app-accessibility/eflite/eflite-0.4.1-r2.ebuild b/app-accessibility/eflite/eflite-0.4.1-r2.ebuild deleted file mode 100644 index 621a9ba03388..000000000000 --- a/app-accessibility/eflite/eflite-0.4.1-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -inherit autotools eutils user - -DESCRIPTION="A speech server that allows emacspeak and other screen readers to interact with festival lite" -HOMEPAGE="http://eflite.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="+16k_voice" - -DEPEND=">=app-accessibility/flite-1.4" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' * - epatch "${FILESDIR}"/${PN}-0.4.1-flite14.patch - eautoreconf -} - -src_configure() { - local myconf - if use 16k_voice; then - myconf='--with-vox=cmu_us_kal16' - fi - econf ${myconf} -} - -src_install() { - einstall - dodoc ChangeLog README INSTALL eflite_test.txt - - insinto /etc/eflite - doins "${FILESDIR}"/es.conf - - newinitd "${FILESDIR}"/eflite.rc eflite -} - -pkg_postinst() { - enewgroup speech -} |