diff options
author | William Hubbs <williamh@gentoo.org> | 2009-12-29 00:17:11 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-12-29 00:17:11 +0000 |
commit | 50d72014ec4ca4acfabce8bbfde603b11699801e (patch) | |
tree | 84b36f943c57cc7ca189e220d764dfc25eea0917 /app-accessibility | |
parent | version bump (diff) | |
download | gentoo-2-50d72014ec4ca4acfabce8bbfde603b11699801e.tar.gz gentoo-2-50d72014ec4ca4acfabce8bbfde603b11699801e.tar.bz2 gentoo-2-50d72014ec4ca4acfabce8bbfde603b11699801e.zip |
removed old version
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/eflite/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/eflite/eflite-0.3.8-r2.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/app-accessibility/eflite/ChangeLog b/app-accessibility/eflite/ChangeLog index 1866e1ff0ba1..b862f0f117a5 100644 --- a/app-accessibility/eflite/ChangeLog +++ b/app-accessibility/eflite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/eflite # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.31 2009/12/26 17:35:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.32 2009/12/29 00:17:11 williamh Exp $ + + 29 Dec 2009; William Hubbs <williamh@gentoo.org> -eflite-0.3.8-r2.ebuild: + removed old version 26 Dec 2009; Raúl Porcel <armin76@gentoo.org> eflite-0.4.1.ebuild: sparc stable wrt #281478 diff --git a/app-accessibility/eflite/eflite-0.3.8-r2.ebuild b/app-accessibility/eflite/eflite-0.3.8-r2.ebuild deleted file mode 100644 index 52f93377156a..000000000000 --- a/app-accessibility/eflite/eflite-0.3.8-r2.ebuild +++ /dev/null @@ -1,44 +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.3.8-r2.ebuild,v 1.18 2009/11/01 18:43:27 eva Exp $ - -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="x86 ppc amd64 sparc" -IUSE="" - -RDEPEND=">=app-accessibility/flite-1.2" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.58" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-shared_flite.patch - epatch "${FILESDIR}"/${P}-daemon.patch - epatch "${FILESDIR}"/${P}-read_pipe.patch - - sed -i 's:/etc/es.conf:/etc/eflite/es.conf:g' * - - WANT_AUTOCONF=2.5 autoconf -} - -src_install() { - dobin eflite || die - dodoc ChangeLog README INSTALL eflite_test.txt - - insinto /etc/eflite - doins "${FILESDIR}"/es.conf - - newinitd "${FILESDIR}"/eflite.rc eflite -} - -pkg_postinst() { - enewgroup speech -} |