diff options
author | William Hubbs <williamh@gentoo.org> | 2008-02-05 14:28:32 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2008-02-05 14:28:32 +0000 |
commit | 525c6ff2780fc50d0aa66c251323dfd5ac004f0b (patch) | |
tree | 99e190c3db616ed6766aeef8cf01628418c3171f /app-accessibility/yasr/yasr-0.6.9.ebuild | |
parent | Version bump (diff) | |
download | historical-525c6ff2780fc50d0aa66c251323dfd5ac004f0b.tar.gz historical-525c6ff2780fc50d0aa66c251323dfd5ac004f0b.tar.bz2 historical-525c6ff2780fc50d0aa66c251323dfd5ac004f0b.zip |
Removed code that worked around m4 files being installed since it is no longer needed.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-accessibility/yasr/yasr-0.6.9.ebuild')
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.9.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app-accessibility/yasr/yasr-0.6.9.ebuild b/app-accessibility/yasr/yasr-0.6.9.ebuild index 06c67bfcd9f1..062e44352377 100644 --- a/app-accessibility/yasr/yasr-0.6.9.ebuild +++ b/app-accessibility/yasr/yasr-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.9.ebuild,v 1.2 2008/02/03 23:32:11 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.9.ebuild,v 1.3 2008/02/05 14:28:32 williamh Exp $ DESCRIPTION="general-purpose console screen reader" HOMEPAGE="http://yasr.sourceforge.net/" @@ -13,12 +13,6 @@ IUSE="" DEPEND=">=sys-devel/autoconf-2.58" -src_unpack(){ - unpack ${A} - cd "${S}" - sed -i '/^aclocaldir.*=/s:@aclocaldir@:$(destdir)/usr/share/aclocal:' "${S}"/m4/Makefile.* -} - src_compile() { econf --datadir='/etc' || die "econf failed" emake || die "emake failed" @@ -27,7 +21,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die dodoc README ChangeLog AUTHORS BUGS CREDITS - rm -rf "${D}"/usr/share/aclocal dosed \ 's:^\(synthesizer=emacspeak server\):#\1: s:^\(synthesizer port=|/usr/local/bin/eflite\):#\1: |