diff options
author | 2009-11-01 18:14:04 +0000 | |
---|---|---|
committer | 2009-11-01 18:14:04 +0000 | |
commit | b355d72cf73dba10055d1714a31e8c589b0c022a (patch) | |
tree | 7c41fa5cd80435121405800d9531b250da32ff33 /app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.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/emacspeak-ss/emacspeak-ss-1.9.1.ebuild')
-rw-r--r-- | app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild b/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild deleted file mode 100644 index 0d684bcc0d7a..000000000000 --- a/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild +++ /dev/null @@ -1,36 +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/emacspeak-ss/emacspeak-ss-1.9.1.ebuild,v 1.11 2009/03/23 13:45:26 williamh Exp $ - -inherit eutils - -DESCRIPTION="adds support for several speech synthesizers to emacspeak" -HOMEPAGE="http://leb.net/blinux/" -SRC_URI="http://leb.net/pub/blinux/emacspeak/blinux/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -DEPEND="" -RDEPEND=">=app-accessibility/emacspeak-18" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/gentoo-apollo-fix.patch -} - -src_compile() { - econf || die "Econf failed" - emake CC=$(tc-getCC) || die "emake failed" -} - -src_install() { - make \ - prefix="${D}"/usr \ - man1dir="${D}"/usr/share/man/man1 \ - install || die - dodoc CREDITS ChangeLog OtherSynthesizers TODO - dodoc TROUBLESHOOTING README* -} |