diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:47:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:47:23 +0000 |
commit | 370748056853db148258c7b7aeb347e39d72849e (patch) | |
tree | 827be17a4e395d5bb1251f78cf958151f79b57de /app-shells | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-370748056853db148258c7b7aeb347e39d72849e.tar.gz gentoo-2-370748056853db148258c7b7aeb347e39d72849e.tar.bz2 gentoo-2-370748056853db148258c7b7aeb347e39d72849e.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-shells')
3 files changed, 14 insertions, 8 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 |