diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-07-16 01:03:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-07-16 01:03:32 +0000 |
commit | 9f578ad8b29fa171db05d2e3e41e7f6c76450c5a (patch) | |
tree | 1c5ac8a66d5a770881be61af0f2da9dcf9235941 /app-shells | |
parent | Post installation message about non-login shells wrt #472938#c4 by Alexander ... (diff) | |
download | gentoo-2-9f578ad8b29fa171db05d2e3e41e7f6c76450c5a.tar.gz gentoo-2-9f578ad8b29fa171db05d2e3e41e7f6c76450c5a.tar.bz2 gentoo-2-9f578ad8b29fa171db05d2e3e41e7f6c76450c5a.zip |
Post installation warning about re-emerging packages for, to name one, the completions/ sub directory change.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1-r1.ebuild | 10 |
2 files changed, 15 insertions, 2 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 903c78e24db2..0b5161dc80be 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/bash-completion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.253 2013/07/16 00:51:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.254 2013/07/16 01:03:32 ssuominen Exp $ + + 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> + bash-completion-2.1-r1.ebuild: + Post installation warning about re-emerging packages for, to name one, the + completions/ sub directory change. 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> bash-completion-2.1-r1.ebuild: diff --git a/app-shells/bash-completion/bash-completion-2.1-r1.ebuild b/app-shells/bash-completion/bash-completion-2.1-r1.ebuild index 5115ed2c20bf..2afa5a52a1f7 100644 --- a/app-shells/bash-completion/bash-completion-2.1-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.2 2013/07/16 00:51:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.3 2013/07/16 01:03:32 ssuominen Exp $ EAPI=5 @@ -40,6 +40,14 @@ pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then elog "If you use non-login shells you still need to source" elog "/usr/share/bash-completion/bash_completion in your ~/.bashrc." + else + ewarn "Please re-emerge all packages on your system which install" + ewarn "completions and helpers in /usr/share/bash-completion." + ewarn "They should now be in their own sub directories." + ewarn + ewarn "One way to do this is to run the following command:" + ewarn "emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion)" + ewarn "Note that qfile can be found in app-portage/portage-utils" fi if has_version 'app-shells/zsh'; then |