diff options
author | 2009-08-07 05:57:25 +0000 | |
---|---|---|
committer | 2009-08-07 05:57:25 +0000 | |
commit | 11f496ee6c75c183a00df8b9cb247792dfe5ca7b (patch) | |
tree | 874beca050e5a6adfa78c63f176243130dfc3edc /app-accessibility | |
parent | Readded -Wno-strict-aliasing to fix gcc-4.4 compilation issues since boost-1.... (diff) | |
download | gentoo-2-11f496ee6c75c183a00df8b9cb247792dfe5ca7b.tar.gz gentoo-2-11f496ee6c75c183a00df8b9cb247792dfe5ca7b.tar.bz2 gentoo-2-11f496ee6c75c183a00df8b9cb247792dfe5ca7b.zip |
removed old version
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/espeakup/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/espeakup/espeakup-0.60.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/app-accessibility/espeakup/ChangeLog b/app-accessibility/espeakup/ChangeLog index 53ae1bdd4b44..97b29dc83ca5 100644 --- a/app-accessibility/espeakup/ChangeLog +++ b/app-accessibility/espeakup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/espeakup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.13 2009/08/07 00:33:49 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.14 2009/08/07 05:57:25 williamh Exp $ + + 07 Aug 2009; William Hubbs <williamh@gentoo.org> -espeakup-0.60.ebuild: + removed old version 07 Aug 2009; Jeremy Olexa <darkside@gentoo.org> ChangeLog: amd64 stable, bug 278689 diff --git a/app-accessibility/espeakup/espeakup-0.60.ebuild b/app-accessibility/espeakup/espeakup-0.60.ebuild deleted file mode 100644 index 8347ee9cae1a..000000000000 --- a/app-accessibility/espeakup/espeakup-0.60.ebuild +++ /dev/null @@ -1,38 +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/espeakup/espeakup-0.60.ebuild,v 1.3 2009/04/23 18:56:07 maekke Exp $ - -DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup" -HOMEPAGE="http://www.linux-speakup.org" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-accessibility/espeak" -RDEPEND="${DEPEND} - app-accessibility/speakup" - -src_compile() { - emake || die "Compile failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed." - dodoc README ToDo - newconfd "${FILESDIR}"/espeakup.confd espeakup - newinitd "${FILESDIR}"/espeakup.rc espeakup -} - -pkg_postinst() { - elog "To get espeakup to start automatically, it is currently recommended" - echo "that you add it to the default run level, by giving the following" - elog "command as root." - elog - elog "rc-update add espeakup default" - elog - elog "You can also set a default voice now for espeakup." - elog "See /etc/conf.d/espeakup for how to do this." -} |