diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 05:21:07 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 05:21:07 +0000 |
commit | fc519c9d3ac093b31e07bc0a48948043d4352b95 (patch) | |
tree | 1a70952a1a1c3efb9d1d7b7bf5a74dc6be205df7 /app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild | |
parent | removed not working aspell support (diff) | |
download | gentoo-2-fc519c9d3ac093b31e07bc0a48948043d4352b95.tar.gz gentoo-2-fc519c9d3ac093b31e07bc0a48948043d4352b95.tar.bz2 gentoo-2-fc519c9d3ac093b31e07bc0a48948043d4352b95.zip |
removed aspell activation, as Emacs detects that itself
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild index 5576e23eff82..4d1a370725d2 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild,v 1.7 2007/03/02 20:42:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r1.ebuild,v 1.8 2007/03/07 05:21:07 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -126,10 +126,6 @@ src_install () { fi done - if has_version 'app-text/aspell' ; then - # defaults to aspell if installed - elisp-site-file-install ${FILESDIR}/40aspell-gentoo.el - fi insinto /etc/env.d cat >${D}/etc/env.d/50emacs-cvs-${SLOT} <<EOF INFOPATH=/usr/share/info/emacs-${SLOT} |