summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-11-01 18:14:04 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-11-01 18:14:04 +0000
commitb355d72cf73dba10055d1714a31e8c589b0c022a (patch)
tree7c41fa5cd80435121405800d9531b250da32ff33 /app-accessibility/eflite/eflite-0.4.1.ebuild
parentStable on amd64, bug #284607 (diff)
downloadgentoo-2-b355d72cf73dba10055d1714a31e8c589b0c022a.tar.gz
gentoo-2-b355d72cf73dba10055d1714a31e8c589b0c022a.tar.bz2
gentoo-2-b355d72cf73dba10055d1714a31e8c589b0c022a.zip
app-accessibility/at-poke removal (pending 2009-10-16), see bug #279304 for reference.
Diffstat (limited to 'app-accessibility/eflite/eflite-0.4.1.ebuild')
-rw-r--r--app-accessibility/eflite/eflite-0.4.1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-accessibility/eflite/eflite-0.4.1.ebuild b/app-accessibility/eflite/eflite-0.4.1.ebuild
deleted file mode 100644
index 089ad7b56545..000000000000
--- a/app-accessibility/eflite/eflite-0.4.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.4.1.ebuild,v 1.4 2009/10/02 23:37:10 williamh Exp $
-
-EAPI="2"
-
-inherit eutils
-
-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="amd64 ~ppc ~sparc x86"
-IUSE="+16k_voice"
-
-DEPEND=">=app-accessibility/flite-1.2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' *
-}
-
-src_configure() {
- local myconf
- if use 16k_voice; then
- myconf='--with-vox=cmu_us_kal16'
- fi
- econf ${myconf} || die "econf failed."
-}
-
-src_install() {
- einstall || die
- dodoc ChangeLog README INSTALL eflite_test.txt
-
- insinto /etc/eflite
- doins "${FILESDIR}"/es.conf
-
- newinitd "${FILESDIR}"/eflite.rc eflite
-}
-
-pkg_postinst() {
- enewgroup speech
-}