diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-05 14:22:36 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-05 14:22:36 +0000 |
commit | fb40c95480605fb6e6829b8a6f62672b68613a30 (patch) | |
tree | cfae545e9ff97f68bce66dcbce40e68ceba69ce6 /app-editors | |
parent | amd64 stable, security bug 159178 (diff) | |
download | gentoo-2-fb40c95480605fb6e6829b8a6f62672b68613a30.tar.gz gentoo-2-fb40c95480605fb6e6829b8a6f62672b68613a30.tar.bz2 gentoo-2-fb40c95480605fb6e6829b8a6f62672b68613a30.zip |
correctly use aspell when having it installed
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.4-r5.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 026cd1e9c178..ee1c88e5daf3 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.110 2006/12/04 11:19:46 opfer Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.111 2007/01/05 14:22:36 opfer Exp $ + + 05 Jan 2007; Christian Faulhammer <opfer@gentoo.org> emacs-21.4-r5.ebuild: + correctly use aspell when having it installed 04 Dec 2006; Christian Faulhammer <opfer@gentoo.org> -emacs-18.59.ebuild, -emacs-21.4-r1.ebuild, -emacs-21.4-r2.ebuild, -emacs-21.4-r3.ebuild: diff --git a/app-editors/emacs/emacs-21.4-r5.ebuild b/app-editors/emacs/emacs-21.4-r5.ebuild index 20b0f17c7329..2048ea3e0caf 100644 --- a/app-editors/emacs/emacs-21.4-r5.ebuild +++ b/app-editors/emacs/emacs-21.4-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r5.ebuild,v 1.5 2006/11/26 11:26:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r5.ebuild,v 1.6 2007/01/05 14:22:36 opfer Exp $ inherit flag-o-matic eutils alternatives toolchain-funcs @@ -134,6 +134,11 @@ src_install() { mv ${T}/emacs-${SLOT} ${D}/usr/share/info mv ${T}/dir ${D}/usr/share/info/emacs-${SLOT} + if has_version 'app-text/aspell' ; then + # defaults to aspell if installed + elisp-site-file-install ${FILESDIR}/40aspell-gentoo.el + fi + newenvd ${FILESDIR}/60emacs-${SLOT}.envd 60emacs-${SLOT} einfo "Fixing manpages..." |