diff options
author | William Hubbs <williamh@gentoo.org> | 2010-02-28 22:31:53 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-02-28 22:31:53 +0000 |
commit | 0117b76f1355e7b0f045ce1376fa26b2e56be066 (patch) | |
tree | 11527cf008f07a0f72678973c2659da7a2e2bd5d /app-accessibility/speech-dispatcher | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-0117b76f1355e7b0f045ce1376fa26b2e56be066.tar.gz gentoo-2-0117b76f1355e7b0f045ce1376fa26b2e56be066.tar.bz2 gentoo-2-0117b76f1355e7b0f045ce1376fa26b2e56be066.zip |
Chris Brannon, from upstream, provided a fix for bug #305347.
Also, I reverted the prefix changes since they
should have been done in an eapi bump/rev bump.
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 40243f74e607..dfa4a22db59f 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.57 2010/02/23 15:08:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.58 2010/02/28 22:31:53 williamh Exp $ + + 28 Feb 2010; William Hubbs <williamh@gentoo.org> + speech-dispatcher-0.6.7.ebuild: + Chris Brannon, from upstream, provided a fix for bug #305347. + Also, I reverted the prefix changes. + These need to be done via an eapi bump and revbump. 23 Feb 2010; Joseph Jezak <josejx@gentoo.org> speech-dispatcher-0.6.7.ebuild: diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild index 31608beea413..cf5357a2106e 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.17 2010/02/23 15:08:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.18 2010/02/28 22:31:53 williamh Exp $ EAPI="2" +PATCHVER=1 inherit autotools eutils DESCRIPTION="speech-dispatcher speech synthesis interface" HOMEPAGE="http://www.freebsoft.org/speechd" SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz - mirror://gentoo/${P}-patches.tar.gz" + mirror://gentoo/${P}-patches-${PATCHVER}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86" IUSE="alsa +espeak flite nas pulseaudio python" RDEPEND="dev-libs/dotconf @@ -64,13 +65,11 @@ src_install() { } pkg_postinst() { - use prefix || EPREFIX= - if ! use espeak; then ewarn ewarn "You have disabled espeak, which is speech-dispatcher's" ewarn "default speech synthesizer." - ewarn "You must edit ${ROOT%/}${EPREFIX}/etc/speechd/speechd.conf" + ewarn "You must edit ${ROOT}etc/speechd/speechd.conf" fi elog elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." |