diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-08-23 20:34:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-08-23 20:34:56 +0000 |
commit | 4b15baa5cd02fac9affb137bc411e66d982b770a (patch) | |
tree | 01c85e362351fc8ceff4b46950f43bc78627e98e /app-editors | |
parent | Fix CKV to comply with recent upstream changes (diff) | |
download | gentoo-2-4b15baa5cd02fac9affb137bc411e66d982b770a.tar.gz gentoo-2-4b15baa5cd02fac9affb137bc411e66d982b770a.tar.bz2 gentoo-2-4b15baa5cd02fac9affb137bc411e66d982b770a.zip |
Display a message about the name change of the executable.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/uemacs-pk/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/app-editors/uemacs-pk/ChangeLog b/app-editors/uemacs-pk/ChangeLog index 1ea33d21b1f4..153c7c48136c 100644 --- a/app-editors/uemacs-pk/ChangeLog +++ b/app-editors/uemacs-pk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/uemacs-pk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.7 2011/08/21 10:27:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.8 2011/08/23 20:34:56 ulm Exp $ + + 23 Aug 2011; Ulrich Mueller <ulm@gentoo.org> + uemacs-pk-4.0.15_p20101216.ebuild: + Display a message about the name change of the executable. *uemacs-pk-4.0.15_p20101216 (21 Aug 2011) diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild index 4654264904e1..d66948626cf4 100644 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild,v 1.2 2011/08/21 10:45:11 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild,v 1.3 2011/08/23 20:34:56 ulm Exp $ EAPI=4 @@ -37,3 +37,8 @@ src_install() { newins emacs.rc .emacsrc dodoc README readme.39e emacs.ps UTF-8-demo.txt } + +pkg_postinst() { + einfo "If you upgrade from version 4.0.18, please not that the" + einfo "executable is now installed as \"em\" instead of \"uemacs\"." +} |