From: Marius Mauch Date: Sun, 4 Mar 2007 07:37:50 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a9b9b12d5dff4e468d0cf8b8ca4ecd83ce9a482;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2-r10 --- diff --git a/app-text/crm114/ChangeLog b/app-text/crm114/ChangeLog index cd8942f0f069..9146abc200aa 100644 --- a/app-text/crm114/ChangeLog +++ b/app-text/crm114/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/crm114 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.28 2007/02/21 23:20:55 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.29 2007/03/04 07:32:53 genone Exp $ + + 04 Mar 2007; Marius Mauch crm114-20040601.ebuild, + crm114-20041110.ebuild, crm114-20041231.ebuild, crm114-20050415.ebuild, + crm114-20050518.ebuild, crm114-20060118.ebuild, crm114-20060704a.ebuild: + Replacing einfo with elog 21 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/app-text/crm114/crm114-20040601.ebuild b/app-text/crm114/crm114-20040601.ebuild index 868413a5e4c0..4903cd8f0524 100644 --- a/app-text/crm114/crm114-20040601.ebuild +++ b/app-text/crm114/crm114-20040601.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-text/crm114/crm114-20040601.ebuild,v 1.11 2005/04/24 11:35:14 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20040601.ebuild,v 1.12 2007/03/04 07:32:53 genone Exp $ inherit eutils @@ -80,6 +80,6 @@ src_install() { pkg_postinst() { echo - einfo "The spam-filter CRM files are installed in /usr/share/${PN}." + elog "The spam-filter CRM files are installed in /usr/share/${PN}." echo } diff --git a/app-text/crm114/crm114-20041110.ebuild b/app-text/crm114/crm114-20041110.ebuild index 393c8949420e..1116977ec2fa 100644 --- a/app-text/crm114/crm114-20041110.ebuild +++ b/app-text/crm114/crm114-20041110.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-text/crm114/crm114-20041110.ebuild,v 1.4 2005/03/14 12:14:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20041110.ebuild,v 1.5 2007/03/04 07:32:53 genone Exp $ inherit eutils @@ -40,13 +40,13 @@ src_unpack() { sed -i "s#ln -f -s crm114_tre crm114##" Makefile if use mimencode ; then - einfo "Using mimencode -- adjusting mailfilter.cf" + elog "Using mimencode -- adjusting mailfilter.cf" sed -i 's%#:mime_decoder: /mimencode -u/%:mime_decoder: /mimencode -u/%' \ mailfilter.cf sed -i 's%:mime_decoder: /mewdecode/%#:mime_decoder: /mewdecode/%' \ mailfilter.cf elif use normalizemime ; then - einfo "Using normalizemime -- adjusting mailfilter.cf" + elog "Using normalizemime -- adjusting mailfilter.cf" sed -i 's%#:mime_decoder: /normalizemime/%:mime_decoder: /normalizemime/%' mailfilter.cf sed -i 's%:mime_decoder: /mewdecode/%#:mime_decoder: /mewdecode/%' \ @@ -94,6 +94,6 @@ src_install() { pkg_postinst() { echo - einfo "The spam-filter CRM files are installed in /usr/share/${PN}." + elog "The spam-filter CRM files are installed in /usr/share/${PN}." echo } diff --git a/app-text/crm114/crm114-20041231.ebuild b/app-text/crm114/crm114-20041231.ebuild index 84410e859ba4..b65246f5223d 100644 --- a/app-text/crm114/crm114-20041231.ebuild +++ b/app-text/crm114/crm114-20041231.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-text/crm114/crm114-20041231.ebuild,v 1.5 2006/09/16 14:22:40 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20041231.ebuild,v 1.6 2007/03/04 07:32:53 genone Exp $ inherit eutils @@ -98,6 +98,6 @@ src_install() { pkg_postinst() { echo - einfo "The spam-filter CRM files are installed in /usr/share/${PN}." + elog "The spam-filter CRM files are installed in /usr/share/${PN}." echo } diff --git a/app-text/crm114/crm114-20050415.ebuild b/app-text/crm114/crm114-20050415.ebuild index 048f884ac0a0..37c5fc8b2660 100644 --- a/app-text/crm114/crm114-20050415.ebuild +++ b/app-text/crm114/crm114-20050415.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-text/crm114/crm114-20050415.ebuild,v 1.1 2005/04/21 18:48:40 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20050415.ebuild,v 1.2 2007/03/04 07:32:53 genone Exp $ inherit eutils @@ -94,6 +94,6 @@ src_install() { pkg_postinst() { echo - einfo "The spam-filter CRM files are installed in /usr/share/${PN}." + elog "The spam-filter CRM files are installed in /usr/share/${PN}." echo } diff --git a/app-text/crm114/crm114-20050518.ebuild b/app-text/crm114/crm114-20050518.ebuild index 807e60a355ac..e5a70e59ce6c 100644 --- a/app-text/crm114/crm114-20050518.ebuild +++ b/app-text/crm114/crm114-20050518.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-text/crm114/crm114-20050518.ebuild,v 1.1 2005/05/21 16:43:48 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20050518.ebuild,v 1.2 2007/03/04 07:32:53 genone Exp $ inherit eutils @@ -93,7 +93,7 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "The spam-filter CRM files are installed in /usr/share/${PN}." - einfo "" + elog "" + elog "The spam-filter CRM files are installed in /usr/share/${PN}." + elog "" } diff --git a/app-text/crm114/crm114-20060118.ebuild b/app-text/crm114/crm114-20060118.ebuild index 7b3537ec6e1a..4f3a0707cc9a 100644 --- a/app-text/crm114/crm114-20060118.ebuild +++ b/app-text/crm114/crm114-20060118.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-text/crm114/crm114-20060118.ebuild,v 1.1 2006/04/17 12:41:25 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20060118.ebuild,v 1.2 2007/03/04 07:32:53 genone Exp $ inherit eutils @@ -100,7 +100,7 @@ src_test() { } pkg_postinst() { - einfo "" - einfo "The spam-filter CRM files are installed in /usr/share/${PN}." - einfo "" + elog "" + elog "The spam-filter CRM files are installed in /usr/share/${PN}." + elog "" } diff --git a/app-text/crm114/crm114-20060704a.ebuild b/app-text/crm114/crm114-20060704a.ebuild index 84ee21545bbc..a70b9ebd324f 100644 --- a/app-text/crm114/crm114-20060704a.ebuild +++ b/app-text/crm114/crm114-20060704a.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-text/crm114/crm114-20060704a.ebuild,v 1.1 2006/09/18 18:23:30 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20060704a.ebuild,v 1.2 2007/03/04 07:32:53 genone Exp $ inherit eutils #http://crm114.sourceforge.net/crm114-20060704a-BlameRobert.src.tar.gz @@ -100,7 +100,7 @@ src_test() { } pkg_postinst() { - einfo "" - einfo "The spam-filter CRM files are installed in /usr/share/${PN}." - einfo "" + elog "" + elog "The spam-filter CRM files are installed in /usr/share/${PN}." + elog "" } diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index b1f50cea8ed9..0ccf520b6cda 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/hunspell -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.21 2006/12/27 03:57:16 tgall Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.22 2007/03/04 07:37:50 genone Exp $ + + 04 Mar 2007; Marius Mauch hunspell-1.1.3.ebuild, + hunspell-1.1.4.ebuild, hunspell-1.1.4-r1.ebuild, hunspell-1.1.4-r2.ebuild: + Replacing einfo with elog 26 Dec 2006; Tom Gall hunspell-1.1.4-r2.ebuild: diff --git a/app-text/hunspell/hunspell-1.1.3.ebuild b/app-text/hunspell/hunspell-1.1.3.ebuild index 375701b48513..aa6ac73c2ac6 100644 --- a/app-text/hunspell/hunspell-1.1.3.ebuild +++ b/app-text/hunspell/hunspell-1.1.3.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-text/hunspell/hunspell-1.1.3.ebuild,v 1.1 2006/01/29 13:35:10 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.3.ebuild,v 1.2 2007/03/04 07:37:50 genone Exp $ inherit eutils multilib @@ -49,7 +49,7 @@ src_install() { } pkg_postinst() { - einfo "To use this package you will also need a dictionary." - einfo "Hunspell uses myspell format dictionaries; find them" - einfo "in the app-dicts category as myspell-." + elog "To use this package you will also need a dictionary." + elog "Hunspell uses myspell format dictionaries; find them" + elog "in the app-dicts category as myspell-." } diff --git a/app-text/hunspell/hunspell-1.1.4-r1.ebuild b/app-text/hunspell/hunspell-1.1.4-r1.ebuild index a7a0342656af..11bf9760dda4 100644 --- a/app-text/hunspell/hunspell-1.1.4-r1.ebuild +++ b/app-text/hunspell/hunspell-1.1.4-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-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.12 2006/08/08 02:07:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.13 2007/03/04 07:37:50 genone Exp $ inherit fixheadtails eutils multilib autotools @@ -66,7 +66,7 @@ src_install() { } pkg_postinst() { - einfo "To use this package you will also need a dictionary." - einfo "Hunspell uses myspell format dictionaries; find them" - einfo "in the app-dicts category as myspell-." + elog "To use this package you will also need a dictionary." + elog "Hunspell uses myspell format dictionaries; find them" + elog "in the app-dicts category as myspell-." } diff --git a/app-text/hunspell/hunspell-1.1.4-r2.ebuild b/app-text/hunspell/hunspell-1.1.4-r2.ebuild index 2ffeca7c5bc8..7992401442a7 100644 --- a/app-text/hunspell/hunspell-1.1.4-r2.ebuild +++ b/app-text/hunspell/hunspell-1.1.4-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-text/hunspell/hunspell-1.1.4-r2.ebuild,v 1.2 2006/12/27 03:57:16 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r2.ebuild,v 1.3 2007/03/04 07:37:50 genone Exp $ inherit fixheadtails eutils multilib autotools @@ -73,7 +73,7 @@ src_install() { } pkg_postinst() { - einfo "To use this package you will also need a dictionary." - einfo "Hunspell uses myspell format dictionaries; find them" - einfo "in the app-dicts category as myspell-." + elog "To use this package you will also need a dictionary." + elog "Hunspell uses myspell format dictionaries; find them" + elog "in the app-dicts category as myspell-." } diff --git a/app-text/hunspell/hunspell-1.1.4.ebuild b/app-text/hunspell/hunspell-1.1.4.ebuild index 508e5e5f3845..50fb2ff0f4f3 100644 --- a/app-text/hunspell/hunspell-1.1.4.ebuild +++ b/app-text/hunspell/hunspell-1.1.4.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-text/hunspell/hunspell-1.1.4.ebuild,v 1.8 2006/07/05 07:37:00 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4.ebuild,v 1.9 2007/03/04 07:37:50 genone Exp $ inherit eutils multilib @@ -56,7 +56,7 @@ src_install() { } pkg_postinst() { - einfo "To use this package you will also need a dictionary." - einfo "Hunspell uses myspell format dictionaries; find them" - einfo "in the app-dicts category as myspell-." + elog "To use this package you will also need a dictionary." + elog "Hunspell uses myspell format dictionaries; find them" + elog "in the app-dicts category as myspell-." }