diff options
author | William Hubbs <williamh@gentoo.org> | 2006-01-01 01:56:54 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2006-01-01 01:56:54 +0000 |
commit | 54e5e4865ff976ea1c19aa2d8c14efd2f2ff643c (patch) | |
tree | e1d9be05cabf561f29010fc274f3c6bb794313ba /app-accessibility/emacspeak/emacspeak-20.ebuild | |
parent | use full atoms for has_version (diff) | |
download | historical-54e5e4865ff976ea1c19aa2d8c14efd2f2ff643c.tar.gz historical-54e5e4865ff976ea1c19aa2d8c14efd2f2ff643c.tar.bz2 historical-54e5e4865ff976ea1c19aa2d8c14efd2f2ff643c.zip |
Version Bump
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'app-accessibility/emacspeak/emacspeak-20.ebuild')
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-20.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-accessibility/emacspeak/emacspeak-20.ebuild b/app-accessibility/emacspeak/emacspeak-20.ebuild deleted file mode 100644 index 4d233f41cfea..000000000000 --- a/app-accessibility/emacspeak/emacspeak-20.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-20.ebuild,v 1.6 2005/01/01 10:46:46 eradicator Exp $ - -DESCRIPTION="the emacspeak audio desktop" -HOMEPAGE="http://emacspeak.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -RESTRICT="nomirror" -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -RDEPEND="virtual/emacs - >=dev-tcltk/tclx-8.3" -DEPEND="${RDEPEND} - >=sys-apps/sed-4.0.7" - -S=${WORKDIR}/${P}.0 - -src_compile() { - make config SRC=`pwd` || die - make emacspeak || die -} - -src_install() { - make \ - prefix=${D}/usr \ - install || die - dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT - dohtml -r install-guide user-guide - sed -i -e "s@/.*image/@@" ${D}/usr/bin/emacspeak -} |