diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:37:50 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:37:50 +0000 |
commit | c780112688603fa330dac61e44a19cec53f9f7c9 (patch) | |
tree | 186c4eca462b07fcfb468f7ae8a61a2feb0d01a5 /app-text/hunspell | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c780112688603fa330dac61e44a19cec53f9f7c9.tar.gz gentoo-2-c780112688603fa330dac61e44a19cec53f9f7c9.tar.bz2 gentoo-2-c780112688603fa330dac61e44a19cec53f9f7c9.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.3.ebuild | 10 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.4-r1.ebuild | 10 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.4-r2.ebuild | 10 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.4.ebuild | 10 |
5 files changed, 26 insertions, 22 deletions
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 <genone@gentoo.org> 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 <tgall@gentoo.org> 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-<LANG>." + 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-<LANG>." } 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-<LANG>." + 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-<LANG>." } 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-<LANG>." + 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-<LANG>." } 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-<LANG>." + 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-<LANG>." } |