diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 04:00:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 04:00:44 +0000 |
commit | fe94dc76e120afa563b5544a9bcd967b5ef2cb04 (patch) | |
tree | af700cb913026804176a2d90cdd61c5fa703f1e6 /app-shells | |
parent | cleanup old versions (diff) | |
download | historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.gz historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.bz2 historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-shells')
37 files changed, 254 insertions, 205 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 5484dda07939..5d1855240d13 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion-config -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.36 2005/06/09 11:42:06 ka0ttic Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.37 2007/01/24 03:47:23 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> + bash-completion-config-0.8-r2.ebuild: + Replacing einfo with elog 09 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> -bash-completion-config-0.7.ebuild, -bash-completion-config-0.8-r1.ebuild: diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild index dd0d559d7644..6b38898ef1d2 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.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/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.4 2006/01/05 03:07:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.5 2007/01/24 03:47:23 genone Exp $ inherit eutils @@ -41,9 +41,9 @@ pkg_preinst() { pkg_postinst() { echo - einfo "To enable command-line completion for bash-completion-config," - einfo "run the following as root:" - einfo - einfo " bash-completion-config --global --install bash-completion-config" + elog "To enable command-line completion for bash-completion-config," + elog "run the following as root:" + elog + elog " bash-completion-config --global --install bash-completion-config" echo } diff --git a/app-shells/bash-completion-config/files/digest-bash-completion-config-0.8-r2 b/app-shells/bash-completion-config/files/digest-bash-completion-config-0.8-r2 index d094e4018e48..806d3a3b022e 100644 --- a/app-shells/bash-completion-config/files/digest-bash-completion-config-0.8-r2 +++ b/app-shells/bash-completion-config/files/digest-bash-completion-config-0.8-r2 @@ -1 +1,3 @@ MD5 b9b9dddc10b01d0679559a78a7d04f7f bashcomp-config-0.8.tar.bz2 108587 +RMD160 932294acc60839443629429fc4206ff90f2f7033 bashcomp-config-0.8.tar.bz2 108587 +SHA256 dc1dbb6f2159bea1b2c5f680ba59e7cb0e4c0da9decffa3b5b43325278bd28f6 bashcomp-config-0.8.tar.bz2 108587 diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index 7d2aa71221d3..d98c2fd9cc78 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/csh -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.29 2005/11/02 22:55:01 taviso Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.30 2007/01/24 03:50:04 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> csh-1.29-r2.ebuild, + csh-1.29-r3.ebuild, csh-1.29-r4.ebuild: + Replacing einfo with elog *csh-1.29-r4 (02 Nov 2005) diff --git a/app-shells/csh/csh-1.29-r2.ebuild b/app-shells/csh/csh-1.29-r2.ebuild index 79dc8b502859..ae7631fecc95 100644 --- a/app-shells/csh/csh-1.29-r2.ebuild +++ b/app-shells/csh/csh-1.29-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/csh/csh-1.29-r2.ebuild,v 1.12 2005/01/01 15:57:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r2.ebuild,v 1.13 2007/01/24 03:50:03 genone Exp $ inherit flag-o-matic eutils ccc @@ -126,24 +126,24 @@ src_install() { } pkg_postinst() { - echo + elog if use doc; then - einfo "An Introduction to the C shell by Bill Joy, a " - einfo "postscript document included with this shell has" - einfo "been installed in /usr/share/doc/${PF}, if you are new" - einfo "to the C shell, you may find it interesting." + elog "An Introduction to the C shell by Bill Joy, a " + elog "postscript document included with this shell has" + elog "been installed in /usr/share/doc/${PF}, if you are new" + elog "to the C shell, you may find it interesting." else - einfo "You don't have USE=doc, so the" - einfo "postscript document \"An Introduction to the C" - einfo "shell by Bill Joy\" was not installed." + elog "You don't have USE=doc, so the" + elog "postscript document \"An Introduction to the C" + elog "shell by Bill Joy\" was not installed." fi - echo - einfo "Example login scripts have been installed in /usr/share/doc/${PF}." - einfo "You can install a simple dot.cshrc like this:" - einfo - einfo " % zcat /usr/share/doc/${PF}/dot.cshrc > ~/.cshrc" - einfo " % zcat /usr/share/doc/${PF}/dot.login > ~/.login" - einfo - einfo "And then edit to your liking." - echo + elog + elog "Example login scripts have been installed in /usr/share/doc/${PF}." + elog "You can install a simple dot.cshrc like this:" + elog + elog " % zcat /usr/share/doc/${PF}/dot.cshrc > ~/.cshrc" + elog " % zcat /usr/share/doc/${PF}/dot.login > ~/.login" + elog + elog "And then edit to your liking." + elog } diff --git a/app-shells/csh/csh-1.29-r3.ebuild b/app-shells/csh/csh-1.29-r3.ebuild index 367d03fbd162..6e432a4abf5a 100644 --- a/app-shells/csh/csh-1.29-r3.ebuild +++ b/app-shells/csh/csh-1.29-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/csh/csh-1.29-r3.ebuild,v 1.15 2005/05/02 18:31:46 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r3.ebuild,v 1.16 2007/01/24 03:50:04 genone Exp $ inherit flag-o-matic eutils ccc @@ -126,24 +126,24 @@ src_install() { } pkg_postinst() { - echo + elog if use doc; then - einfo "An Introduction to the C shell by Bill Joy, a " - einfo "postscript document included with this shell has" - einfo "been installed in /usr/share/doc/${PF}, if you are new" - einfo "to the C shell, you may find it interesting." + elog "An Introduction to the C shell by Bill Joy, a " + elog "postscript document included with this shell has" + elog "been installed in /usr/share/doc/${PF}, if you are new" + elog "to the C shell, you may find it interesting." else - einfo "You don't have USE=doc, so the" - einfo "postscript document \"An Introduction to the C" - einfo "shell by Bill Joy\" was not installed." + elog "You don't have USE=doc, so the" + elog "postscript document \"An Introduction to the C" + elog "shell by Bill Joy\" was not installed." fi - echo - einfo "Example login scripts have been installed in /usr/share/doc/${PF}." - einfo "You can install a simple dot.cshrc like this:" - einfo - einfo " % zcat /usr/share/doc/${PF}/dot.cshrc > ~/.cshrc" - einfo " % zcat /usr/share/doc/${PF}/dot.login > ~/.login" - einfo - einfo "And then edit to your liking." - echo + elog + elog "Example login scripts have been installed in /usr/share/doc/${PF}." + elog "You can install a simple dot.cshrc like this:" + elog + elog " % zcat /usr/share/doc/${PF}/dot.cshrc > ~/.cshrc" + elog " % zcat /usr/share/doc/${PF}/dot.login > ~/.login" + elog + elog "And then edit to your liking." + elog } diff --git a/app-shells/csh/csh-1.29-r4.ebuild b/app-shells/csh/csh-1.29-r4.ebuild index 34c0406c31a1..96f3f4bb9c04 100644 --- a/app-shells/csh/csh-1.29-r4.ebuild +++ b/app-shells/csh/csh-1.29-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/csh/csh-1.29-r4.ebuild,v 1.1 2005/11/02 22:55:01 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r4.ebuild,v 1.2 2007/01/24 03:50:04 genone Exp $ inherit flag-o-matic eutils ccc @@ -116,24 +116,24 @@ src_install() { } pkg_postinst() { - echo + elog if use doc; then - einfo "An Introduction to the C shell by Bill Joy, a " - einfo "postscript document included with this shell has" - einfo "been installed in /usr/share/doc/${PF}, if you are new" - einfo "to the C shell, you may find it interesting." + elog "An Introduction to the C shell by Bill Joy, a " + elog "postscript document included with this shell has" + elog "been installed in /usr/share/doc/${PF}, if you are new" + elog "to the C shell, you may find it interesting." else - einfo "You don't have USE=doc, so the" - einfo "postscript document \"An Introduction to the C" - einfo "shell by Bill Joy\" was not installed." + elog "You don't have USE=doc, so the" + elog "postscript document \"An Introduction to the C" + elog "shell by Bill Joy\" was not installed." fi - echo - einfo "Example login scripts have been installed in /usr/share/doc/${PF}." - einfo "You can install a simple dot.cshrc like this:" - einfo - einfo " % zcat /usr/share/doc/${PF}/dot.cshrc > ~/.cshrc" - einfo " % zcat /usr/share/doc/${PF}/dot.login > ~/.login" - einfo - einfo "And then edit to your liking." - echo + elog + elog "Example login scripts have been installed in /usr/share/doc/${PF}." + elog "You can install a simple dot.cshrc like this:" + elog + elog " % zcat /usr/share/doc/${PF}/dot.cshrc > ~/.cshrc" + elog " % zcat /usr/share/doc/${PF}/dot.login > ~/.login" + elog + elog "And then edit to your liking." + elog } diff --git a/app-shells/csh/files/digest-csh-1.29-r2 b/app-shells/csh/files/digest-csh-1.29-r2 index ebc0d877f98b..f0a2ca6830af 100644 --- a/app-shells/csh/files/digest-csh-1.29-r2 +++ b/app-shells/csh/files/digest-csh-1.29-r2 @@ -1 +1,3 @@ MD5 9637b9572e66e992305dfed9909098e2 csh-1.29.tar.gz 179592 +RMD160 a832738085e438afe4854f62d425987b6b9dc143 csh-1.29.tar.gz 179592 +SHA256 bfc547171c143bd198fd96de7d1f3760fe2b1e5c260b70db1209c35720fb2268 csh-1.29.tar.gz 179592 diff --git a/app-shells/csh/files/digest-csh-1.29-r3 b/app-shells/csh/files/digest-csh-1.29-r3 index ebc0d877f98b..f0a2ca6830af 100644 --- a/app-shells/csh/files/digest-csh-1.29-r3 +++ b/app-shells/csh/files/digest-csh-1.29-r3 @@ -1 +1,3 @@ MD5 9637b9572e66e992305dfed9909098e2 csh-1.29.tar.gz 179592 +RMD160 a832738085e438afe4854f62d425987b6b9dc143 csh-1.29.tar.gz 179592 +SHA256 bfc547171c143bd198fd96de7d1f3760fe2b1e5c260b70db1209c35720fb2268 csh-1.29.tar.gz 179592 diff --git a/app-shells/csh/files/digest-csh-1.29-r4 b/app-shells/csh/files/digest-csh-1.29-r4 index ebc0d877f98b..f0a2ca6830af 100644 --- a/app-shells/csh/files/digest-csh-1.29-r4 +++ b/app-shells/csh/files/digest-csh-1.29-r4 @@ -1 +1,3 @@ MD5 9637b9572e66e992305dfed9909098e2 csh-1.29.tar.gz 179592 +RMD160 a832738085e438afe4854f62d425987b6b9dc143 csh-1.29.tar.gz 179592 +SHA256 bfc547171c143bd198fd96de7d1f3760fe2b1e5c260b70db1209c35720fb2268 csh-1.29.tar.gz 179592 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 } diff --git a/app-shells/localshell/ChangeLog b/app-shells/localshell/ChangeLog index 8f77c66c3822..75e87f625493 100644 --- a/app-shells/localshell/ChangeLog +++ b/app-shells/localshell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/localshell -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.4 2005/08/30 01:06:52 robbat2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.5 2007/01/24 03:54:04 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> localshell-1.1.ebuild, + localshell-1.2.ebuild: + Replacing einfo with elog 30 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> localshell-1.2.ebuild: Stable on x86, also add ~amd64. diff --git a/app-shells/localshell/files/digest-localshell-1.1 b/app-shells/localshell/files/digest-localshell-1.1 index 62470a9cfb84..6ba150d4f710 100644 --- a/app-shells/localshell/files/digest-localshell-1.1 +++ b/app-shells/localshell/files/digest-localshell-1.1 @@ -1 +1,3 @@ MD5 49406af62826594fa45ed79d9cc31f98 localshell-1.1.tar.bz2 96494 +RMD160 3c8322c5d2aa6c98452187134e983c9e9761a6fc localshell-1.1.tar.bz2 96494 +SHA256 9b81327a0831ac3be94c23f2b4be4a38674ace69f202f8f093c34a2b589b7fc3 localshell-1.1.tar.bz2 96494 diff --git a/app-shells/localshell/files/digest-localshell-1.2 b/app-shells/localshell/files/digest-localshell-1.2 index cfe38dd61240..35f9e2649825 100644 --- a/app-shells/localshell/files/digest-localshell-1.2 +++ b/app-shells/localshell/files/digest-localshell-1.2 @@ -1 +1,3 @@ MD5 1075f282c9c9c93305407a781c438da0 localshell-1.2.tar.bz2 96626 +RMD160 2a11a462ccfa88858730fcf9ca855dc3c7cbecb8 localshell-1.2.tar.bz2 96626 +SHA256 0be22511c4ec6934b30e99cbc5ce9dff27f4e09c527b6046f0569d870c38e746 localshell-1.2.tar.bz2 96626 diff --git a/app-shells/localshell/localshell-1.1.ebuild b/app-shells/localshell/localshell-1.1.ebuild index 9555acd3da03..a2a28e88dcdf 100644 --- a/app-shells/localshell/localshell-1.1.ebuild +++ b/app-shells/localshell/localshell-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/localshell/localshell-1.1.ebuild,v 1.2 2005/07/18 11:49:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.1.ebuild,v 1.3 2007/01/24 03:54:04 genone Exp $ DESCRIPTION="Localshell allows per-user/group local control of shell execution." HOMEPAGE="http://research.iat.sfu.ca/custom-software/localshell/" @@ -23,6 +23,6 @@ src_install() { } pkg_postinst() { - einfo "Remember to add /bin/localshell to /etc/shells and create" - einfo "/etc/localshell.conf based on the included configuration examples" + elog "Remember to add /bin/localshell to /etc/shells and create" + elog "/etc/localshell.conf based on the included configuration examples" } diff --git a/app-shells/localshell/localshell-1.2.ebuild b/app-shells/localshell/localshell-1.2.ebuild index ca88d6d30178..53c2722dc516 100644 --- a/app-shells/localshell/localshell-1.2.ebuild +++ b/app-shells/localshell/localshell-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/localshell/localshell-1.2.ebuild,v 1.2 2005/08/30 01:06:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.3 2007/01/24 03:54:04 genone Exp $ DESCRIPTION="Localshell allows per-user/group local control of shell execution." HOMEPAGE="http://research.iat.sfu.ca/custom-software/localshell/" @@ -23,6 +23,6 @@ src_install() { } pkg_postinst() { - einfo "Remember to add /bin/localshell to /etc/shells and create" - einfo "/etc/localshell.conf based on the included configuration examples" + elog "Remember to add /bin/localshell to /etc/shells and create" + elog "/etc/localshell.conf based on the included configuration examples" } diff --git a/app-shells/smrsh/ChangeLog b/app-shells/smrsh/ChangeLog index 1fe5fb1b2a4d..f4f0c02a65e2 100644 --- a/app-shells/smrsh/ChangeLog +++ b/app-shells/smrsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/smrsh -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/ChangeLog,v 1.6 2005/01/01 16:00:29 eradicator Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/ChangeLog,v 1.7 2007/01/24 03:55:34 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> smrsh-8.12.10.ebuild: + Replacing einfo with elog 12 Feb 2004; Max Kalika <max@gentoo.org> smrsh-8.12.10.ebuild, smrsh-8.12.9.ebuild: diff --git a/app-shells/smrsh/files/digest-smrsh-8.12.10 b/app-shells/smrsh/files/digest-smrsh-8.12.10 index df52133e1c8f..6332a63d51bc 100644 --- a/app-shells/smrsh/files/digest-smrsh-8.12.10 +++ b/app-shells/smrsh/files/digest-smrsh-8.12.10 @@ -1 +1,3 @@ MD5 393f5d09d462f522c8288363870b2b42 sendmail.8.12.10.tar.gz 1892497 +RMD160 f8fdf93a124b160eb467a9a95dbb59996970dd3a sendmail.8.12.10.tar.gz 1892497 +SHA256 14ad00edc87c4e7b24884dc2db3bdcbff76d164f86e5794814e7b3d9019cba12 sendmail.8.12.10.tar.gz 1892497 diff --git a/app-shells/smrsh/smrsh-8.12.10.ebuild b/app-shells/smrsh/smrsh-8.12.10.ebuild index dd3937a9ecd7..11c53663ec6b 100644 --- a/app-shells/smrsh/smrsh-8.12.10.ebuild +++ b/app-shells/smrsh/smrsh-8.12.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/smrsh/smrsh-8.12.10.ebuild,v 1.6 2005/01/01 16:00:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/smrsh-8.12.10.ebuild,v 1.7 2007/01/24 03:55:34 genone Exp $ DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail" HOMEPAGE="http://www.sendmail.org/" @@ -42,6 +42,6 @@ src_install() { } pkg_postinst() { - einfo "smrsh is compiled to look for programs in /var/lib/smrsh." + elog "smrsh is compiled to look for programs in /var/lib/smrsh." echo } diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 1c70bf6b3555..102af83f60e6 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.65 2006/12/05 14:58:35 grobian Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.66 2007/01/24 03:57:08 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> tcsh-6.14-r3.ebuild: + Replacing einfo with elog *tcsh-6.14-r5 (05 Dec 2006) diff --git a/app-shells/tcsh/tcsh-6.14-r3.ebuild b/app-shells/tcsh/tcsh-6.14-r3.ebuild index b43ff76bc399..b787ac9058cd 100644 --- a/app-shells/tcsh/tcsh-6.14-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r3.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/tcsh/tcsh-6.14-r3.ebuild,v 1.16 2006/12/02 14:03:37 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.17 2007/01/24 03:57:08 genone Exp $ inherit eutils @@ -74,7 +74,7 @@ src_install() { pkg_postinst() { - while read line; do einfo "${line}"; done <<EOF + while read line; do elog "${line}"; done <<EOF The default behaviour of tcsh has significantly changed starting from version 6.14-r1. In contrast to previous ebuilds, the amount of customisation to the default shell's behaviour has been reduced to a diff --git a/app-shells/zsh-completion/ChangeLog b/app-shells/zsh-completion/ChangeLog index 0e2c2a2fd144..7d9b8b3dfcf2 100644 --- a/app-shells/zsh-completion/ChangeLog +++ b/app-shells/zsh-completion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/zsh-completion -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.16 2006/11/17 15:11:40 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.17 2007/01/24 04:00:44 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> + zsh-completion-20040730.ebuild, zsh-completion-20050120.ebuild, + zsh-completion-20050503.ebuild, zsh-completion-20060618.ebuild: + Replacing einfo with elog 17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> zsh-completion-20060618.ebuild: diff --git a/app-shells/zsh-completion/zsh-completion-20040730.ebuild b/app-shells/zsh-completion/zsh-completion-20040730.ebuild index ce855e6f3458..46d29889bec5 100644 --- a/app-shells/zsh-completion/zsh-completion-20040730.ebuild +++ b/app-shells/zsh-completion/zsh-completion-20040730.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/zsh-completion/zsh-completion-20040730.ebuild,v 1.5 2005/04/06 04:49:56 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20040730.ebuild,v 1.6 2007/01/24 04:00:44 genone Exp $ DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)" HOMEPAGE="http://www.zsh.org/" @@ -22,9 +22,9 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you happen to compile your functions, you may need to delete" - einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" - einfo "to your shell." - einfo + elog + elog "If you happen to compile your functions, you may need to delete" + elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" + elog "to your shell." + elog } diff --git a/app-shells/zsh-completion/zsh-completion-20050120.ebuild b/app-shells/zsh-completion/zsh-completion-20050120.ebuild index 1d35011b32af..2b770cabdf6b 100644 --- a/app-shells/zsh-completion/zsh-completion-20050120.ebuild +++ b/app-shells/zsh-completion/zsh-completion-20050120.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/zsh-completion/zsh-completion-20050120.ebuild,v 1.9 2006/09/03 06:04:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20050120.ebuild,v 1.10 2007/01/24 04:00:44 genone Exp $ DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)" HOMEPAGE="http://www.zsh.org/" @@ -24,9 +24,9 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you happen to compile your functions, you may need to delete" - einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" - einfo "to your shell." - einfo + elog + elog "If you happen to compile your functions, you may need to delete" + elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" + elog "to your shell." + elog } diff --git a/app-shells/zsh-completion/zsh-completion-20050503.ebuild b/app-shells/zsh-completion/zsh-completion-20050503.ebuild index 92a7632ca2f4..cda61931760c 100644 --- a/app-shells/zsh-completion/zsh-completion-20050503.ebuild +++ b/app-shells/zsh-completion/zsh-completion-20050503.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/zsh-completion/zsh-completion-20050503.ebuild,v 1.2 2006/09/03 06:04:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20050503.ebuild,v 1.3 2007/01/24 04:00:44 genone Exp $ DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)" HOMEPAGE="http://www.zsh.org/" @@ -24,9 +24,9 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you happen to compile your functions, you may need to delete" - einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" - einfo "to your shell." - einfo + elog + elog "If you happen to compile your functions, you may need to delete" + elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" + elog "to your shell." + elog } diff --git a/app-shells/zsh-completion/zsh-completion-20060618.ebuild b/app-shells/zsh-completion/zsh-completion-20060618.ebuild index 8745d3d66abc..0dcb299f204c 100644 --- a/app-shells/zsh-completion/zsh-completion-20060618.ebuild +++ b/app-shells/zsh-completion/zsh-completion-20060618.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/zsh-completion/zsh-completion-20060618.ebuild,v 1.4 2006/11/17 15:11:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20060618.ebuild,v 1.5 2007/01/24 04:00:44 genone Exp $ DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)" HOMEPAGE="http://www.zsh.org/" @@ -24,9 +24,9 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you happen to compile your functions, you may need to delete" - einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" - einfo "to your shell." - einfo + elog + elog "If you happen to compile your functions, you may need to delete" + elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available" + elog "to your shell." + elog } diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index b245770cbbc7..75f6a56d44f6 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/zsh -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.101 2006/11/17 14:55:44 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.102 2007/01/24 03:59:25 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> zsh-4.2.5.ebuild, + zsh-4.2.6-r1.ebuild, zsh-4.3.2-r1.ebuild, zsh-4.3.2-r2.ebuild: + Replacing einfo with elog 17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> zsh-4.3.2-r2.ebuild: Add ~sparc-fbsd keyword. diff --git a/app-shells/zsh/files/digest-zsh-4.2.5 b/app-shells/zsh/files/digest-zsh-4.2.5 index b9a6d94aa56f..8acff930d4e7 100644 --- a/app-shells/zsh/files/digest-zsh-4.2.5 +++ b/app-shells/zsh/files/digest-zsh-4.2.5 @@ -2,6 +2,8 @@ MD5 8172d69a12886c85b0a4b579a695dffe zsh-4.2.4-euc-0.3.patch.gz 2942 RMD160 82ce43a500f8ca8ca43e3a183b2cc30b4109f594 zsh-4.2.4-euc-0.3.patch.gz 2942 SHA256 1044ddb4ca1e59fe4892b87115938026e85f7c52c2b87f3e5c5b074daeddce8d zsh-4.2.4-euc-0.3.patch.gz 2942 MD5 6dc896b52a3bc20a514148d621e13282 zsh-4.2.5-doc.tar.bz2 1768286 +RMD160 a9fa44f2b0a3b78d0e38e47dd6c4df53dc5d1d4e zsh-4.2.5-doc.tar.bz2 1768286 +SHA256 af8b3dcb33fb8a4136a288493c7cd559a6d5f4f8ce56492b8ac3d158ed64ed45 zsh-4.2.5-doc.tar.bz2 1768286 MD5 e2060f743dcdf3b383e80e862a6548fe zsh-4.2.5.tar.bz2 2074535 RMD160 10e2319b30d5791d39c0a4488e297d451adbdbe5 zsh-4.2.5.tar.bz2 2074535 SHA256 67d82adea4c002f49ca513db63d46a7b235baa358c384f9123e223a7db4bf8c4 zsh-4.2.5.tar.bz2 2074535 diff --git a/app-shells/zsh/files/digest-zsh-4.2.6-r1 b/app-shells/zsh/files/digest-zsh-4.2.6-r1 index b181862833a9..83606c39b3fa 100644 --- a/app-shells/zsh/files/digest-zsh-4.2.6-r1 +++ b/app-shells/zsh/files/digest-zsh-4.2.6-r1 @@ -2,6 +2,8 @@ MD5 8172d69a12886c85b0a4b579a695dffe zsh-4.2.4-euc-0.3.patch.gz 2942 RMD160 82ce43a500f8ca8ca43e3a183b2cc30b4109f594 zsh-4.2.4-euc-0.3.patch.gz 2942 SHA256 1044ddb4ca1e59fe4892b87115938026e85f7c52c2b87f3e5c5b074daeddce8d zsh-4.2.4-euc-0.3.patch.gz 2942 MD5 3ca3b7c199db6eb942f2a296e3fad270 zsh-4.2.6-doc.tar.bz2 1770113 +RMD160 b99e64cebccdf20d496454ec745a85812370c1ce zsh-4.2.6-doc.tar.bz2 1770113 +SHA256 59c17155aa5085d94e4e10d7050a80f57ce3f36080271fa2da3fda6604420be0 zsh-4.2.6-doc.tar.bz2 1770113 MD5 2cefebf742c190cbc611baded825db64 zsh-4.2.6.tar.bz2 2098671 RMD160 e4400fc6311bf6996128ecf7899592d6d8cdb310 zsh-4.2.6.tar.bz2 2098671 SHA256 d5b9b93e8259d3059042e82d1738d623af6981c38c9f185b3949ea3dacbe6a61 zsh-4.2.6.tar.bz2 2098671 diff --git a/app-shells/zsh/zsh-4.2.5.ebuild b/app-shells/zsh/zsh-4.2.5.ebuild index d5ef51f69576..304b86958f42 100644 --- a/app-shells/zsh/zsh-4.2.5.ebuild +++ b/app-shells/zsh/zsh-4.2.5.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/zsh/zsh-4.2.5.ebuild,v 1.12 2006/09/03 06:04:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.13 2007/01/24 03:59:25 genone Exp $ inherit eutils multilib @@ -141,18 +141,18 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "If you want to enable Portage completions and Gentoo prompt," - einfo "emerge app-shells/zsh-completion and add" - einfo " autoload -U compinit promptinit" - einfo " compinit" - einfo " promptinit; prompt gentoo" - einfo "to your ~/.zshrc" - einfo - einfo "Also, if you want to enable cache for the completions, add" - einfo " zstyle ':completion::complete:*' use-cache 1" - einfo "to your ~/.zshrc" - einfo + elog + elog "If you want to enable Portage completions and Gentoo prompt," + elog "emerge app-shells/zsh-completion and add" + elog " autoload -U compinit promptinit" + elog " compinit" + elog " promptinit; prompt gentoo" + elog "to your ~/.zshrc" + elog + elog "Also, if you want to enable cache for the completions, add" + elog " zstyle ':completion::complete:*' use-cache 1" + elog "to your ~/.zshrc" + elog # see Bug 26776 ewarn ewarn "If you are upgrading from zsh-4.0.x you may need to" diff --git a/app-shells/zsh/zsh-4.2.6-r1.ebuild b/app-shells/zsh/zsh-4.2.6-r1.ebuild index 0dbefdb7709d..ebbdf6e44e90 100644 --- a/app-shells/zsh/zsh-4.2.6-r1.ebuild +++ b/app-shells/zsh/zsh-4.2.6-r1.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/zsh/zsh-4.2.6-r1.ebuild,v 1.3 2006/09/03 06:04:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.6-r1.ebuild,v 1.4 2007/01/24 03:59:25 genone Exp $ inherit eutils multilib @@ -133,18 +133,18 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "If you want to enable Portage completions and Gentoo prompt," - einfo "emerge app-shells/zsh-completion and add" - einfo " autoload -U compinit promptinit" - einfo " compinit" - einfo " promptinit; prompt gentoo" - einfo "to your ~/.zshrc" - einfo - einfo "Also, if you want to enable cache for the completions, add" - einfo " zstyle ':completion::complete:*' use-cache 1" - einfo "to your ~/.zshrc" - einfo + elog + elog "If you want to enable Portage completions and Gentoo prompt," + elog "emerge app-shells/zsh-completion and add" + elog " autoload -U compinit promptinit" + elog " compinit" + elog " promptinit; prompt gentoo" + elog "to your ~/.zshrc" + elog + elog "Also, if you want to enable cache for the completions, add" + elog " zstyle ':completion::complete:*' use-cache 1" + elog "to your ~/.zshrc" + elog # see Bug 26776 ewarn ewarn "If you are upgrading from zsh-4.0.x you may need to" diff --git a/app-shells/zsh/zsh-4.3.2-r1.ebuild b/app-shells/zsh/zsh-4.3.2-r1.ebuild index 85513fbaaf8e..6e9263852d33 100644 --- a/app-shells/zsh/zsh-4.3.2-r1.ebuild +++ b/app-shells/zsh/zsh-4.3.2-r1.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/zsh/zsh-4.3.2-r1.ebuild,v 1.6 2006/11/04 19:23:29 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r1.ebuild,v 1.7 2007/01/24 03:59:25 genone Exp $ inherit eutils multilib @@ -133,18 +133,18 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "If you want to enable Portage completions and Gentoo prompt," - einfo "emerge app-shells/zsh-completion and add" - einfo " autoload -U compinit promptinit" - einfo " compinit" - einfo " promptinit; prompt gentoo" - einfo "to your ~/.zshrc" - einfo - einfo "Also, if you want to enable cache for the completions, add" - einfo " zstyle ':completion::complete:*' use-cache 1" - einfo "to your ~/.zshrc" - einfo + elog + elog "If you want to enable Portage completions and Gentoo prompt," + elog "emerge app-shells/zsh-completion and add" + elog " autoload -U compinit promptinit" + elog " compinit" + elog " promptinit; prompt gentoo" + elog "to your ~/.zshrc" + elog + elog "Also, if you want to enable cache for the completions, add" + elog " zstyle ':completion::complete:*' use-cache 1" + elog "to your ~/.zshrc" + elog # see Bug 26776 ewarn ewarn "If you are upgrading from zsh-4.0.x you may need to" diff --git a/app-shells/zsh/zsh-4.3.2-r2.ebuild b/app-shells/zsh/zsh-4.3.2-r2.ebuild index c5b34d8467a9..bcbf2ce4bcdf 100644 --- a/app-shells/zsh/zsh-4.3.2-r2.ebuild +++ b/app-shells/zsh/zsh-4.3.2-r2.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/zsh/zsh-4.3.2-r2.ebuild,v 1.2 2006/11/17 14:55:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r2.ebuild,v 1.3 2007/01/24 03:59:25 genone Exp $ inherit eutils multilib @@ -149,18 +149,18 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "If you want to enable Portage completions and Gentoo prompt," - einfo "emerge app-shells/zsh-completion and add" - einfo " autoload -U compinit promptinit" - einfo " compinit" - einfo " promptinit; prompt gentoo" - einfo "to your ~/.zshrc" - einfo - einfo "Also, if you want to enable cache for the completions, add" - einfo " zstyle ':completion::complete:*' use-cache 1" - einfo "to your ~/.zshrc" - einfo + elog + elog "If you want to enable Portage completions and Gentoo prompt," + elog "emerge app-shells/zsh-completion and add" + elog " autoload -U compinit promptinit" + elog " compinit" + elog " promptinit; prompt gentoo" + elog "to your ~/.zshrc" + elog + elog "Also, if you want to enable cache for the completions, add" + elog " zstyle ':completion::complete:*' use-cache 1" + elog "to your ~/.zshrc" + elog # see Bug 26776 ewarn ewarn "If you are upgrading from zsh-4.0.x you may need to" |