diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-01 18:14:04 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-01 18:14:04 +0000 |
commit | b355d72cf73dba10055d1714a31e8c589b0c022a (patch) | |
tree | 7c41fa5cd80435121405800d9531b250da32ff33 /app-accessibility/espeakup/espeakup-9999.ebuild | |
parent | Stable on amd64, bug #284607 (diff) | |
download | gentoo-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/espeakup/espeakup-9999.ebuild')
-rw-r--r-- | app-accessibility/espeakup/espeakup-9999.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild deleted file mode 100644 index cb3314b47082..000000000000 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ /dev/null @@ -1,41 +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-9999.ebuild,v 1.3 2009/10/09 21:53:18 williamh Exp $ - -EGIT_REPO_URI="git://github.com/williamh/espeakup.git" -inherit git - -DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup" -HOMEPAGE="http://www.github.com/williamh/espeakup" -SRC_URI="" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="app-accessibility/espeak" -RDEPEND="${DEPEND} - app-accessibility/speakup" - -src_compile() { - emake || die "Compile failed." -} - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr 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" - elog "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." -} |