diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-07 14:29:18 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-07 14:29:18 +0000 |
commit | 3895bf1b56d8f67a78163bdcde5e40f0eeda4889 (patch) | |
tree | 00de7137460a5afa5884a13f2ed15df4cf2a72f9 /app-editors | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-3895bf1b56d8f67a78163bdcde5e40f0eeda4889.tar.gz gentoo-2-3895bf1b56d8f67a78163bdcde5e40f0eeda4889.tar.bz2 gentoo-2-3895bf1b56d8f67a78163bdcde5e40f0eeda4889.zip |
Added nosendmail USE flag. This closes bug #11104.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.3-r4.ebuild | 11 |
2 files changed, 13 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 0bbc557ab5c7..c1a0b64c11fa 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.33 2004/07/30 18:55:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.34 2004/09/07 14:29:18 usata Exp $ + + 07 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> emacs-21.3-r4.ebuild: + Added nosendmail USE flag. This closes bug #11104. 31 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> -files/emacs-18.59-gcc-gentoo.patch, -files/emacs-18.59-gentoo.patch, diff --git a/app-editors/emacs/emacs-21.3-r4.ebuild b/app-editors/emacs/emacs-21.3-r4.ebuild index 19f9f92733f6..cef032e276d7 100644 --- a/app-editors/emacs/emacs-21.3-r4.ebuild +++ b/app-editors/emacs/emacs-21.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r4.ebuild,v 1.3 2004/07/18 03:17:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r4.ebuild,v 1.4 2004/09/07 14:29:18 usata Exp $ inherit flag-o-matic eutils alternatives @@ -29,7 +29,8 @@ RDEPEND="sys-libs/ncurses gnome? ( gnome-base/gnome-desktop ) ) ) - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) + !nosendmail ( virtual/mta )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.58" @@ -119,6 +120,12 @@ update-alternatives() { pkg_postinst() { update-alternatives + if use nosendmail ; then + ewarn + ewarn "You disabled sendmail support for Emacs. If you will install any MTA" + ewarn "you need to recompile Emacs after that. See bug #11104." + ewarn + fi } pkg_postrm() { |