diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-01 21:09:34 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-01 21:09:34 +0000 |
commit | 539df3330cea25a3a6824da666f6787a6e748e59 (patch) | |
tree | 5cf4e1b4fb8baf3cc2f6d4b4a22e75ca7af8906a /app-shells | |
parent | amd64 stable. (diff) | |
download | gentoo-2-539df3330cea25a3a6824da666f6787a6e748e59.tar.gz gentoo-2-539df3330cea25a3a6824da666f6787a6e748e59.tar.bz2 gentoo-2-539df3330cea25a3a6824da666f6787a6e748e59.zip |
Add a note about move of completion files.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 8128ea094e58..46d1f4a9b47f 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.14 2006/03/01 09:46:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.15 2006/03/01 21:09:34 spyderous Exp $ + + 01 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; fish-1.21.1.ebuild: + Add a note about move of completion files. *fish-1.21.1 (01 Mar 2006) diff --git a/app-shells/fish/fish-1.21.1.ebuild b/app-shells/fish/fish-1.21.1.ebuild index bc685e71e3f5..65c58e4b3c75 100644 --- a/app-shells/fish/fish-1.21.1.ebuild +++ b/app-shells/fish/fish-1.21.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.1.ebuild,v 1.1 2006/03/01 09:46:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.1.ebuild,v 1.2 2006/03/01 21:09:34 spyderous Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://roo.no-ip.org/fish/" @@ -35,4 +35,7 @@ pkg_postinst() { einfo "to /etc/shells. This is not recommended because fish doesn't install" einfo "to /bin." einfo + ewarn "Completion files moved to ${ROOT}usr/share/fish/completions." + ewarn "You may safely delete ${ROOT}etc/fish.d/completions." + einfo } |