diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:52:45 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:52:45 +0000 |
commit | 10587ef4be8ffca60d8a4f06cef15f1736b37d3f (patch) | |
tree | 5ed02959f2613fe988ef90894339b17a4d80ec8c /app-shells | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-10587ef4be8ffca60d8a4f06cef15f1736b37d3f.tar.gz gentoo-2-10587ef4be8ffca60d8a4f06cef15f1736b37d3f.tar.bz2 gentoo-2-10587ef4be8ffca60d8a4f06cef15f1736b37d3f.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.12.ebuild | 16 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.8.ebuild | 16 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.1.ebuild | 14 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.2.ebuild | 12 |
5 files changed, 34 insertions, 30 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 185664772642..1aad0da8d3fe 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/fish # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.29 2007/01/20 14:26:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.30 2007/01/24 03:52:45 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> fish-1.21.8.ebuild, + fish-1.21.12.ebuild, fish-1.22.1.ebuild, fish-1.22.2.ebuild: + Replacing einfo with elog 20 Jan 2007; nixnut <nixnut@gentoo.org> fish-1.22.2.ebuild: Stable on ppc wrt bug 151899 diff --git a/app-shells/fish/fish-1.21.12.ebuild b/app-shells/fish/fish-1.21.12.ebuild index 1201168a2c1c..0052731936d8 100644 --- a/app-shells/fish/fish-1.21.12.ebuild +++ b/app-shells/fish/fish-1.21.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.12.ebuild,v 1.2 2006/12/02 01:47:39 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.12.ebuild,v 1.3 2007/01/24 03:52:45 genone Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://fishshell.org/" @@ -32,14 +32,14 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you want to use fish as your default shell, you need to add it" - einfo "to /etc/shells. This is not recommended because fish doesn't install" - einfo "to /bin." - einfo + elog + elog "If you want to use fish as your default shell, you need to add it" + elog "to /etc/shells. This is not recommended because fish doesn't install" + elog "to /bin." + elog ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." ewarn "Otherwise, fish won't notice updates to the installed files," ewarn "because the ones in /etc will override the new ones in /usr." - einfo + echo } diff --git a/app-shells/fish/fish-1.21.8.ebuild b/app-shells/fish/fish-1.21.8.ebuild index 9799f50031fe..17d52ce18876 100644 --- a/app-shells/fish/fish-1.21.8.ebuild +++ b/app-shells/fish/fish-1.21.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.8.ebuild,v 1.3 2006/12/02 01:47:39 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.8.ebuild,v 1.4 2007/01/24 03:52:45 genone Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://fishshell.org/" @@ -29,14 +29,14 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you want to use fish as your default shell, you need to add it" - einfo "to /etc/shells. This is not recommended because fish doesn't install" - einfo "to /bin." - einfo + elog + elog "If you want to use fish as your default shell, you need to add it" + elog "to /etc/shells. This is not recommended because fish doesn't install" + elog "to /bin." + elog ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." ewarn "Otherwise, fish won't notice updates to the installed files," ewarn "because the ones in /etc will override the new ones in /usr." - einfo + echo } diff --git a/app-shells/fish/fish-1.22.1.ebuild b/app-shells/fish/fish-1.22.1.ebuild index 40b6cb010734..0b692813363b 100644 --- a/app-shells/fish/fish-1.22.1.ebuild +++ b/app-shells/fish/fish-1.22.1.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-shells/fish/fish-1.22.1.ebuild,v 1.3 2007/01/18 23:27:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.1.ebuild,v 1.4 2007/01/24 03:52:45 genone Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://fishshell.org/" @@ -32,14 +32,14 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you want to use fish as your default shell, you need to add it" - einfo "to /etc/shells. This is not recommended because fish doesn't install" - einfo "to /bin." - einfo + elog + elog "If you want to use fish as your default shell, you need to add it" + elog "to /etc/shells. This is not recommended because fish doesn't install" + elog "to /bin." + elog ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." ewarn "Otherwise, fish won't notice updates to the installed files," ewarn "because the ones in /etc will override the new ones in /usr." - einfo + echo } diff --git a/app-shells/fish/fish-1.22.2.ebuild b/app-shells/fish/fish-1.22.2.ebuild index f62ef7f80930..c076c38f55b3 100644 --- a/app-shells/fish/fish-1.22.2.ebuild +++ b/app-shells/fish/fish-1.22.2.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-shells/fish/fish-1.22.2.ebuild,v 1.2 2007/01/20 14:26:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.2.ebuild,v 1.3 2007/01/24 03:52:45 genone Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://fishshell.org/" @@ -36,13 +36,13 @@ src_install() { } pkg_postinst() { - einfo - einfo "To use ${PN} as your default shell, you need to add /bin/${PN}" - einfo "to /etc/shells." - einfo + elog + elog "To use ${PN} as your default shell, you need to add /bin/${PN}" + elog "to /etc/shells." + elog ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." ewarn "Otherwise, fish won't notice updates to the installed files," ewarn "because the ones in /etc will override the new ones in /usr." - einfo + echo } |