diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-07-15 13:26:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-07-15 13:26:02 +0000 |
commit | b41dbea0047d5a874ea530b9f56e87fa6e7d5955 (patch) | |
tree | bf690cab530e25ea97ccfb119f79b7f7a872d429 /app-emacs | |
parent | Install INSTALL file again since it contains configuration hints. (diff) | |
download | gentoo-2-b41dbea0047d5a874ea530b9f56e87fa6e7d5955.tar.gz gentoo-2-b41dbea0047d5a874ea530b9f56e87fa6e7d5955.tar.bz2 gentoo-2-b41dbea0047d5a874ea530b9f56e87fa6e7d5955.zip |
Add informational message to pkg_postinst.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ecb/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ecb/ecb-2.32-r2.ebuild | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/app-emacs/ecb/ChangeLog b/app-emacs/ecb/ChangeLog index 5d6d5945b096..f7701f8b270a 100644 --- a/app-emacs/ecb/ChangeLog +++ b/app-emacs/ecb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ecb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.28 2007/07/06 16:43:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.29 2007/07/15 13:26:02 ulm Exp $ + + 15 Jul 2007; Ulrich Mueller <ulm@gentoo.org> ecb-2.32-r2.ebuild: + Add informational message to pkg_postinst. *ecb-2.32-r2 (06 Jul 2007) diff --git a/app-emacs/ecb/ecb-2.32-r2.ebuild b/app-emacs/ecb/ecb-2.32-r2.ebuild index a59ff3a55110..e18b37a77cc8 100644 --- a/app-emacs/ecb/ecb-2.32-r2.ebuild +++ b/app-emacs/ecb/ecb-2.32-r2.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-emacs/ecb/ecb-2.32-r2.ebuild,v 1.1 2007/07/06 16:43:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.32-r2.ebuild,v 1.2 2007/07/15 13:26:02 ulm Exp $ inherit elisp @@ -61,3 +61,10 @@ src_install() { doinfo info-help/ecb.info* dohtml html-help/*.html } + +pkg_postinst() { + elisp-site-regen + elog "ECB is now autoloaded in site-gentoo.el. Add the line" + elog " (require 'ecb)" + elog "to your ~/.emacs file to enable all features on Emacs startup." +} |