Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:13:23 +0000 (06:13 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:13:23 +0000 (06:13 +0000)
Package-Manager: portage-2.1.2-r4

63 files changed:
app-text/active-dvi/ChangeLog
app-text/active-dvi/active-dvi-1.4.0.ebuild
app-text/active-dvi/active-dvi-1.6.0-r1.ebuild
app-text/active-dvi/active-dvi-1.6.0.ebuild
app-text/active-dvi/files/digest-active-dvi-1.4.0
app-text/biblestudy/ChangeLog
app-text/biblestudy/biblestudy-1.0.ebuild
app-text/clara/ChangeLog
app-text/clara/clara-20031214.ebuild
app-text/cmigemo/ChangeLog
app-text/cmigemo/cmigemo-1.2.ebuild
app-text/cmigemo/cmigemo-1.3c.ebuild
app-text/cmigemo/files/digest-cmigemo-1.2
app-text/cmigemo/files/digest-cmigemo-1.3c
app-text/docbook2X/ChangeLog
app-text/docbook2X/docbook2X-0.6.1-r2.ebuild
app-text/docbook2X/files/digest-docbook2X-0.6.1-r2
app-text/enscript/ChangeLog
app-text/enscript/enscript-1.6.4-r2.ebuild
app-text/expander/ChangeLog
app-text/expander/expander-2.0.5.ebuild
app-text/expander/files/digest-expander-2.0.5
app-text/gnomesword/ChangeLog
app-text/gnomesword/gnomesword-2.1.7.ebuild
app-text/gonzui/ChangeLog
app-text/gonzui/gonzui-1.2.ebuild
app-text/info2html/ChangeLog
app-text/info2html/info2html-1.4-r1.ebuild
app-text/info2html/info2html-1.4.ebuild
app-text/jadetex/ChangeLog
app-text/jadetex/files/digest-jadetex-3.12
app-text/jadetex/jadetex-3.13-r1.ebuild
app-text/kaspaliste/ChangeLog
app-text/kaspaliste/files/digest-kaspaliste-0.96-r1
app-text/kaspaliste/kaspaliste-0.96-r1.ebuild
app-text/libpaper/ChangeLog
app-text/libpaper/libpaper-1.1.20.ebuild
app-text/libpaper/libpaper-1.1.21.ebuild
app-text/mgv/ChangeLog
app-text/mgv/files/digest-mgv-3.1.5
app-text/mgv/files/digest-mgv-3.1.5-r1
app-text/mgv/mgv-3.1.5-r1.ebuild
app-text/ptex/ChangeLog
app-text/ptex/ptex-3.1.10_beta3.ebuild
app-text/rfcutil/ChangeLog
app-text/rfcutil/rfcutil-3.2.3.ebuild
app-text/scrollkeeper/ChangeLog
app-text/scrollkeeper/scrollkeeper-0.3.14-r1.ebuild
app-text/scrollkeeper/scrollkeeper-0.3.14-r2.ebuild
app-text/sword-modules/ChangeLog
app-text/sword-modules/sword-modules-20041209.ebuild
app-text/sword/ChangeLog
app-text/sword/sword-1.5.8.ebuild
app-text/sword/sword-1.5.9.ebuild
app-text/tetex/ChangeLog
app-text/tetex/tetex-3.0_p1-r3.ebuild
app-text/texlive/ChangeLog
app-text/texlive/texlive-2005.ebuild
app-text/txt2tags/ChangeLog
app-text/txt2tags/txt2tags-2.1.ebuild
app-text/txt2tags/txt2tags-2.2.ebuild
app-text/winefish/ChangeLog
app-text/winefish/winefish-1.3.3.ebuild

index 65d2045f8786e131a2a2de50691afea6b9fad60e..4b3cdc9cb6b254753932cf96592c9b455ef9951f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/active-dvi
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.13 2006/11/28 20:16:27 opfer Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.14 2007/01/28 05:36:28 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> active-dvi-1.4.0.ebuild,
+  active-dvi-1.6.0.ebuild, active-dvi-1.6.0-r1.ebuild:
+  Replacing einfo with elog
 
   28 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
   active-dvi-1.4.0.ebuild, active-dvi-1.6.0.ebuild,
index dfe11e607279346d9737d9769526b0145a29f229..952862e6a0b26d844849906a993969f1a85d4ce6 100644 (file)
@@ -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/active-dvi/active-dvi-1.4.0.ebuild,v 1.10 2006/11/28 20:16:27 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.4.0.ebuild,v 1.11 2007/01/28 05:36:28 genone Exp $
 
 inherit eutils
 
@@ -98,8 +98,8 @@ pkg_postinst() {
        if use cjk; then
 
                echo ""
-               einfo "If you wish to use Japanese True Type fonts with"
-               einfo "active-dvi, please edit /usr/share/texmf/advi/jpfonts.conf"
+               elog "If you wish to use Japanese True Type fonts with"
+               elog "active-dvi, please edit /usr/share/texmf/advi/jpfonts.conf"
                echo ""
 
        fi
index 6e548cce201b8fe0638ba393d684b2ed2b3eebdd..6cc3998d2507dbf088f54b0a0c262c42bf5eb6d6 100644 (file)
@@ -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/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.2 2006/11/28 20:16:27 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.3 2007/01/28 05:36:28 genone Exp $
 
 inherit eutils
 
@@ -108,8 +108,8 @@ pkg_postinst() {
        if use cjk; then
 
                echo ""
-               einfo "If you wish to use Japanese True Type fonts with"
-               einfo "active-dvi, please edit /usr/share/texmf/tex/latex/advi/jpfonts.conf"
+               elog "If you wish to use Japanese True Type fonts with"
+               elog "active-dvi, please edit /usr/share/texmf/tex/latex/advi/jpfonts.conf"
                echo ""
 
        fi
index a519ee609f93d987ac3d6853a0e9452d62891739..f34b2d2854b767672cc9fe3bdee5f2861cac8a69 100644 (file)
@@ -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/active-dvi/active-dvi-1.6.0.ebuild,v 1.5 2006/11/28 20:16:27 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0.ebuild,v 1.6 2007/01/28 05:36:28 genone Exp $
 
 inherit eutils
 
@@ -107,8 +107,8 @@ pkg_postinst() {
        if use cjk; then
 
                echo ""
-               einfo "If you wish to use Japanese True Type fonts with"
-               einfo "active-dvi, please edit /usr/share/texmf/tex/latex/advi/jpfonts.conf"
+               elog "If you wish to use Japanese True Type fonts with"
+               elog "active-dvi, please edit /usr/share/texmf/tex/latex/advi/jpfonts.conf"
                echo ""
 
        fi
index 7a0563aa1b89673174132c282f72ad11c9d6ff7b..ef7877c3da06d1363d2b7eb1fdd2f49959ad4341 100644 (file)
@@ -1 +1,3 @@
 MD5 f605d653ff7785ff48c39851e990380f advi-1.4.0.tar.gz 4390953
+RMD160 3f9205f12b04b76f6c6403b2037755aa9cd9f848 advi-1.4.0.tar.gz 4390953
+SHA256 c8cf818b50cc6855933b9f5074e1d9e8e8f85ba53d63790c5195341a63a0412a advi-1.4.0.tar.gz 4390953
index 6a6ddefd3998750817a843c2077bb03b5a8a4d81..342dbe2d6445595bca11873c3621d9fbfac1991d 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/biblestudy
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.8 2007/01/19 14:36:39 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.9 2007/01/28 05:38:38 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> biblestudy-1.0.ebuild:
+  Replacing einfo with elog
 
   19 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
   biblestudy-1.0.ebuild:
index a9f2abe69dab08f48beb5f143e1e7c084500f354..79a0e3b0b9548351a8de57be179e9d1dad4f0e18 100644 (file)
@@ -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-text/biblestudy/biblestudy-1.0.ebuild,v 1.8 2007/01/19 14:36:39 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.9 2007/01/28 05:38:38 genone Exp $
 
 IUSE="unicode"
 DESCRIPTION="Bible study software based on the sword library"
@@ -27,6 +27,6 @@ pkg_postinst() {
                ewarn
        fi
 
-       einfo "If you are looking for some texts to use with biblestudy,"
-       einfo "then you can emerge app-text/sword-modules"
+       elog "If you are looking for some texts to use with biblestudy,"
+       elog "then you can emerge app-text/sword-modules"
 }
index 122b45fa6998752b1836715a1079ce1764b64068..c880364ad5f3d6e6135abc7ddf91223cfacea817 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/clara
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v 1.11 2006/09/16 16:57:40 spock Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v 1.12 2007/01/28 05:39:38 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> clara-20031214.ebuild:
+  Replacing einfo with elog
 
   16 Sep 2006; MichaÅ‚ Januszewski <spock@gentoo.org> clara-20031214.ebuild:
   Don't install COPYING into /usr/share/doc.
index 98b1c9156ac2994dfacf216e3f9c148d20d27ff9..ca47f7675a40b7f032e4682c2b847ffd39863b43 100644 (file)
@@ -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/clara/clara-20031214.ebuild,v 1.13 2006/09/16 16:57:40 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/clara/clara-20031214.ebuild,v 1.14 2007/01/28 05:39:38 genone Exp $
 
 DESCRIPTION="An OCR (Optical Character Recognition) program"
 SRC_URI="http://www.geocities.com/claraocr/clara-20031214.tar.gz"
@@ -30,10 +30,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "Please note that Clara OCR has to be trained to recognize text,"
-       einfo "without a training session it simply won't work. Have a look at"
-       einfo "the docs in /usr/share/doc/${P}/html/ to get more "
-       einfo "info about the training procedure."
-       einfo
+       elog
+       elog "Please note that Clara OCR has to be trained to recognize text,"
+       elog "without a training session it simply won't work. Have a look at"
+       elog "the docs in /usr/share/doc/${P}/html/ to get more "
+       elog "info about the training procedure."
+       elog
 }
index 795b3f9394966fc0643c718715608f598f403dd6..a613a2a19001c6deba4ab59f4408c12ffe9e2e5d 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/cmigemo
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/ChangeLog,v 1.13 2005/01/01 16:05:54 eradicator Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/ChangeLog,v 1.14 2007/01/28 05:40:41 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> cmigemo-1.2.ebuild,
+  cmigemo-1.3c.ebuild:
+  Replacing einfo with elog
 
   23 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> cmigemo-1.3c.ebuild:
   Marked as stable.
index 7fc03f44689f43a38669434cbf5ce9a75c15b374..d1d2a59e2d8e6f7af7ee3411c245320382b12a86 100644 (file)
@@ -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/cmigemo/cmigemo-1.2.ebuild,v 1.9 2005/07/09 19:38:59 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/cmigemo-1.2.ebuild,v 1.10 2007/01/28 05:40:41 genone Exp $
 
 inherit eutils
 
@@ -50,14 +50,14 @@ src_install() {
 
 pkg_postinst() {
        if use emacs ; then
-               einfo
-               einfo "Please add to your ~/.emacs"
-               einfo "    (setq migemo-command \"cmigemo\")"
-               einfo "    (setq migemo-options '(\"-q\" \"--emacs\" \"-i\" \"\\\\a\"))"
-               einfo "    (setq migemo-dictionary \"/usr/share/migemo/migemo-dict\")"
-               einfo "    (setq migemo-user-dictionary nil)"
-               einfo "    (setq migemo-regex-dictionary nil)"
-               einfo "to use cmigemo instead of migemo under emacs."
-               einfo
+               elog
+               elog "Please add to your ~/.emacs"
+               elog "    (setq migemo-command \"cmigemo\")"
+               elog "    (setq migemo-options '(\"-q\" \"--emacs\" \"-i\" \"\\\\a\"))"
+               elog "    (setq migemo-dictionary \"/usr/share/migemo/migemo-dict\")"
+               elog "    (setq migemo-user-dictionary nil)"
+               elog "    (setq migemo-regex-dictionary nil)"
+               elog "to use cmigemo instead of migemo under emacs."
+               elog
        fi
 }
index d10a5902f5a8fc26d4c198893588fefa7f32e6a5..d8b18488ed999991d90e0fb9bd8f61b5dfa9829e 100644 (file)
@@ -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/cmigemo/cmigemo-1.3c.ebuild,v 1.4 2005/07/09 19:38:59 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cmigemo/cmigemo-1.3c.ebuild,v 1.5 2007/01/28 05:40:41 genone Exp $
 
 inherit eutils
 
@@ -51,14 +51,14 @@ src_install() {
 
 pkg_postinst() {
        if use emacs ; then
-               einfo
-               einfo "Please add to your ~/.emacs"
-               einfo "    (setq migemo-command \"cmigemo\")"
-               einfo "    (setq migemo-options '(\"-q\" \"--emacs\" \"-i\" \"\\\\a\"))"
-               einfo "    (setq migemo-dictionary \"/usr/share/migemo/migemo-dict\")"
-               einfo "    (setq migemo-user-dictionary nil)"
-               einfo "    (setq migemo-regex-dictionary nil)"
-               einfo "to use cmigemo instead of migemo under emacs."
-               einfo
+               elog
+               elog "Please add to your ~/.emacs"
+               elog "    (setq migemo-command \"cmigemo\")"
+               elog "    (setq migemo-options '(\"-q\" \"--emacs\" \"-i\" \"\\\\a\"))"
+               elog "    (setq migemo-dictionary \"/usr/share/migemo/migemo-dict\")"
+               elog "    (setq migemo-user-dictionary nil)"
+               elog "    (setq migemo-regex-dictionary nil)"
+               elog "to use cmigemo instead of migemo under emacs."
+               elog
        fi
 }
index f8283df46953c8988372ecf2ac2a6b2fd2b6fcdd..866fb69f12581ec6d191591bae3f896ac1fe71cd 100644 (file)
@@ -1 +1,3 @@
 MD5 677ae129ea211cb5df6b5c46d048d80f cmigemo-1.2.tar.bz2 48359
+RMD160 7733c53ff108f7fd360170917ae8b0afc5c8e7c6 cmigemo-1.2.tar.bz2 48359
+SHA256 5db34f9fcf7537523a2fc8bc4b075b1c49dbd4ee5eb987ae86cc1b34a71f105f cmigemo-1.2.tar.bz2 48359
index 5e0160c7c7f4df6b75d61e168daee5313ccec7a0..2027d33d48300ddd6d397da7c76d53a76c5e0565 100644 (file)
@@ -1 +1,3 @@
 MD5 0b9d2feff4cfdc673cc1947fe54191ed cmigemo-1.3c.tar.bz2 54323
+RMD160 2f10e681e6ab20601c5fa830ecfd3ce68fd15b5c cmigemo-1.3c.tar.bz2 54323
+SHA256 d42fc98e062ff88886b3133905fa540ae41694fdd222ac0b88433046a9b6de59 cmigemo-1.3c.tar.bz2 54323
index 34c6155f5bc680108d87488ff3e76cc9be61e773..f2352ffc7343861f39a3e544c3cef289f720fc40 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/docbook2X
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docbook2X/ChangeLog,v 1.17 2007/01/17 21:08:23 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook2X/ChangeLog,v 1.18 2007/01/28 05:42:06 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> docbook2X-0.6.1-r2.ebuild:
+  Replacing einfo with elog
 
 *docbook2X-0.8.7 (17 Jan 2007)
 
index bb98f26d959220ea2d48627a41ba42e11ef5048b..f7e9cf51cd340b4e97451e0a6cdfa0213ef0e814 100644 (file)
@@ -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/docbook2X/docbook2X-0.6.1-r2.ebuild,v 1.9 2006/07/30 20:54:51 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook2X/docbook2X-0.6.1-r2.ebuild,v 1.10 2007/01/28 05:42:06 genone Exp $
 
 S=${WORKDIR}/${PN}
 DESCRIPTION="Tools to convert docbook to man and info"
@@ -44,6 +44,6 @@ src_install () {
                doexe ${exe}.pl
        done
        doexe docbook2man-spec.pl docbook2texi-spec.pl manpage_makelinks.pl
-       einfo "To avoid conflict with docbook-sgml-utils, which is much more widely used,"
-       einfo "all executables have been renamed to *.pl."
+       elog "To avoid conflict with docbook-sgml-utils, which is much more widely used,"
+       elog "all executables have been renamed to *.pl."
 }
index 8fd5f836b7abf64060766055d394f846d1c97df8..59d0087039f22ea2b5faeb041b3c44fa6032ec41 100644 (file)
@@ -1 +1,3 @@
 MD5 a6da5bf2561158b441eea6b45e3f8411 docbook2X-0.6.1.tar.gz 231262
+RMD160 78b7f0cff04093a2c35371803d34c5c32c7eb8a9 docbook2X-0.6.1.tar.gz 231262
+SHA256 fb162799d29a86e2d7b506b87edd9b88eb6b126ed4b9648ac658fcdd0ebe058f docbook2X-0.6.1.tar.gz 231262
index 091bb9f68bb7753d40d9546660c3434e64608d31..52861033a278339069ba719994b451bdbe41494a 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/enscript
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.46 2006/07/12 22:20:23 agriffis Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.47 2007/01/28 05:43:15 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> enscript-1.6.4-r2.ebuild:
+  Replacing einfo with elog
 
   12 Jul 2006; Aron Griffis <agriffis@gentoo.org> enscript-1.6.4-r2.ebuild:
   Mark 1.6.4-r2 stable on ia64
index 7d5403ce1f4352c1896d1bc253de89f742e2cfe7..4eeae476905ff02f0c51817f5784135d7ac61684 100644 (file)
@@ -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/enscript/enscript-1.6.4-r2.ebuild,v 1.8 2006/07/12 22:20:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4-r2.ebuild,v 1.9 2007/01/28 05:43:15 genone Exp $
 
 inherit eutils
 
@@ -41,5 +41,5 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Now, customize /etc/enscript.cfg."
+       elog "Now, customize /etc/enscript.cfg."
 }
index 2e79643568e59f481574ff8096cd0de7b7608217..b45a463ed5450eb4933041363d928122a02a3e2f 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/expander
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/expander/ChangeLog,v 1.4 2005/10/12 17:44:57 grobian Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/expander/ChangeLog,v 1.5 2007/01/28 05:44:27 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> expander-2.0.5.ebuild:
+  Replacing einfo with elog
 
   12 Oct 2005; Fabian Groffen <grobian@gentoo.org> expander-2.0.5.ebuild:
   Marked ~ppc-macos (bug #108631)
index e466350f7d704a124a9526b419d26a135cb1fde3..f146929014514bafa5ba4ed7e2fa591668687923 100644 (file)
@@ -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/expander/expander-2.0.5.ebuild,v 1.6 2005/10/12 17:44:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/expander/expander-2.0.5.ebuild,v 1.7 2007/01/28 05:44:27 genone Exp $
 
 inherit eutils
 
@@ -49,8 +49,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "Instructions for using expander with NEdit are in /usr/share/doc/${P}/INSTALL"
-       einfo "Macro, definition and template files can be found in /usr/share/${P}"
-       einfo
+       elog
+       elog "Instructions for using expander with NEdit are in /usr/share/doc/${P}/INSTALL"
+       elog "Macro, definition and template files can be found in /usr/share/${P}"
+       elog
 }
index a27928fa6ac7be4b4c19b0630f132453cad4ea0e..916f104a80fc6e735221d99c0f9b398c22df0de5 100644 (file)
@@ -1 +1,3 @@
 MD5 e8a2b0ec7b23f9943a5403ac3df7b5b3 nedit_expander_kit_2.05.tar.gz 92571
+RMD160 be9e3bdafceeda6fbc76f55a5a2bc1bf948e3b8b nedit_expander_kit_2.05.tar.gz 92571
+SHA256 6d2ebebfc50b277b375eba6325d8d9ef381a9a12d8e581c0b65ce28e1f0eff15 nedit_expander_kit_2.05.tar.gz 92571
index c2375ac2b608e3e3ed615dcfa7e59cc65c2f1707..ca5e6c0aafb59c55520e76d8cab7f0ae9d2c6e72 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/gnomesword
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.14 2006/10/21 17:08:59 squinky86 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.15 2007/01/28 05:47:45 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> gnomesword-2.1.7.ebuild:
+  Replacing einfo with elog
 
   21 Oct 2006; Jon Hood <squinky86@gentoo.org>
   -files/gnomesword-2.1.1-gcc-3.4.patch, -gnomesword-2.1.1.ebuild,
index 87f56fb55f9bf7cec83d816570a5aebf48e511fa..a5fb9124502504ec22d2e64e7aec446b4230e8e4 100644 (file)
@@ -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/gnomesword/gnomesword-2.1.7.ebuild,v 1.6 2006/10/21 17:08:59 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.7 2007/01/28 05:47:45 genone Exp $
 
 inherit libtool gnome2 eutils
 
@@ -40,7 +40,7 @@ src_unpack() {
 pkg_postinst() {
        gnome2_pkg_postinst
 
-       einfo "Gnomesword requires modules to be of any use. You may install the"
-       einfo "sword-modules package, or download modules individually from the"
-       einfo "sword website: http://crosswire.org/sword/"
+       elog "Gnomesword requires modules to be of any use. You may install the"
+       elog "sword-modules package, or download modules individually from the"
+       elog "sword website: http://crosswire.org/sword/"
 }
index 17e152a77144ae89165f35f0b44839cd2e350a64..133ac595b5de32d2182990b79401f46b996caa78 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/gonzui
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.7 2006/12/22 09:16:26 vapier Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.8 2007/01/28 05:48:44 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> gonzui-1.2.ebuild:
+  Replacing einfo with elog
 
   22 Dec 2006; Mike Frysinger <vapier@gentoo.org>
   +files/gonzui-1.2-parallel.patch, gonzui-1.2.ebuild:
index 46c450fe291933574a9ed12e4a83a6e4362255b2..068b1c070c0d3f5c4e406084bc33344b89e8fe82 100644 (file)
@@ -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/gonzui/gonzui-1.2.ebuild,v 1.7 2006/12/22 09:16:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2.ebuild,v 1.8 2007/01/28 05:48:44 genone Exp $
 
 inherit eutils ruby
 
@@ -41,7 +41,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The database (gonzui.db) format has become incompatible with"
-       einfo "older versions."
-       einfo "Please restructure the database if you already have it."
+       elog "The database (gonzui.db) format has become incompatible with"
+       elog "older versions."
+       elog "Please restructure the database if you already have it."
 }
index 6ca17e656f66689a53e6964a9f70d80a323d6f21..ab5fbdccfebe4082e9ec8ba5e5f73d210120c430 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/info2html
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.16 2006/09/01 14:39:52 kevquinn Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.17 2007/01/28 05:50:39 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> info2html-1.4.ebuild,
+  info2html-1.4-r1.ebuild:
+  Replacing einfo with elog
 
 *info2html-2.0 (01 Sep 2006)
 
index 5af2b7cb559e7947557edcf96681ac36d770141e..83ddb37163a9a85a2e76123414ceb4812dead640 100644 (file)
@@ -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/info2html/info2html-1.4-r1.ebuild,v 1.5 2005/05/20 21:47:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4-r1.ebuild,v 1.6 2007/01/28 05:50:39 genone Exp $
 
 inherit eutils webapp-apache
 
@@ -39,6 +39,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Info files can be found at:"
-       einfo "\thttp://localhost/cgi-bin/infocat"
+       elog "Info files can be found at:"
+       elog "\thttp://localhost/cgi-bin/infocat"
 }
index af00dbecdfd28123decc51bca19619f050e7c887..e7d3e7ff9a045a985ba5251bd9d1e3d12be9758d 100644 (file)
@@ -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/info2html/info2html-1.4.ebuild,v 1.10 2005/04/21 20:22:40 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.11 2007/01/28 05:50:39 genone Exp $
 
 inherit eutils webapp-apache
 
@@ -38,6 +38,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Info files can be found at:"
-       einfo "\thttp://localhost/cgi-bin/infocat"
+       elog "Info files can be found at:"
+       elog "\thttp://localhost/cgi-bin/infocat"
 }
index e88bf5f0f2405bc9ca3a56ed396c2686821662a8..25fbd8315e2a7056397fa26b523fea8030a8a78e 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/jadetex
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jadetex/ChangeLog,v 1.29 2006/10/29 03:28:09 nattfodd Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/jadetex/ChangeLog,v 1.30 2007/01/28 05:52:37 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> jadetex-3.13-r1.ebuild:
+  Replacing einfo with elog
 
   29 Oct 2006; Alexandre Buisse <nattfodd@gentoo.org>
   jadetex-3.13-r1.ebuild:
index b3712316ce9e2c333b97bc101c24093376357ba1..1f6bf7f6a5f2b8c0fc073e102d6f2904467604d6 100644 (file)
@@ -1 +1,3 @@
 MD5 64cc7b0311c505d8090f7545c2ca637e jadetex-3.12.tar.gz 257223
+RMD160 addda80dd4241ae17943d6ec12893d4ee212f652 jadetex-3.12.tar.gz 257223
+SHA256 335f10af05d641cb3f35a2a8a2d9d3b2977b9b4bf20135ea3d203521bc20061e jadetex-3.12.tar.gz 257223
index ed9bdfeaec0a5c6167ae86d3d854d99a49cbbee4..5151f19c4d0e42171d4f34a691ad289a5d4ff651 100644 (file)
@@ -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/jadetex/jadetex-3.13-r1.ebuild,v 1.7 2006/10/29 03:28:09 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jadetex/jadetex-3.13-r1.ebuild,v 1.8 2007/01/28 05:52:37 genone Exp $
 
 inherit latex-package
 
@@ -64,11 +64,11 @@ src_install() {
 pkg_postinst() {
        if has_tetex_3 ; then
                texmf-update
-               einfo
-               einfo "If jadetex fails with \"TeX capacity exceeded, sorry [save size=5000]\","
-               einfo "increase save_size in /etc/texmf/texmf.d/80jadetex.cnf and."
-               einfo "remerge jadetex. See bug #21501."
-               einfo
+               elog
+               elog "If jadetex fails with \"TeX capacity exceeded, sorry [save size=5000]\","
+               elog "increase save_size in /etc/texmf/texmf.d/80jadetex.cnf and."
+               elog "remerge jadetex. See bug #21501."
+               elog
        else
                latex-package_pkg_postinst
        fi
index 5c4e959d2c10737f81cb7f1281d7959406c9d0f0..e4b344553656097312f37c7068e0c217777d88ed 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/kaspaliste
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/ChangeLog,v 1.11 2006/06/01 18:34:09 genstef Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/ChangeLog,v 1.12 2007/01/28 05:53:42 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> kaspaliste-0.96-r1.ebuild:
+  Replacing einfo with elog
 
   01 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
   -kaspaliste-0.96.ebuild, kaspaliste-0.96-r1.ebuild:
index 467d07ad3ecbd1708c65bad3c2b53bff0a3aa747..c035ae1ca337a08368c0146c7235c04702f7599e 100644 (file)
@@ -1 +1,3 @@
 MD5 6256575740bb4bc5aa542f10e749bc01 kaspaliste-0.96.tar.gz 1923396
+RMD160 b41f0aaa231c6fcbb7821e994e0c1eb2f18004a2 kaspaliste-0.96.tar.gz 1923396
+SHA256 9bbdc7a9c035d16e4f990751774c210d03ef14dc2367b10e015a5609c3a98c65 kaspaliste-0.96.tar.gz 1923396
index b97a317d82a08ef7c6b7638a366b8671373b0410..2c8cbfe80c8c73945a0b409eca9b52f5c1ce068e 100644 (file)
@@ -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/kaspaliste/kaspaliste-0.96-r1.ebuild,v 1.4 2006/06/01 18:34:09 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kaspaliste/kaspaliste-0.96-r1.ebuild,v 1.5 2007/01/28 05:53:42 genone Exp $
 
 ARTS_REQUIRED="yes"
 
@@ -25,8 +25,8 @@ src_unpack() {
 }
 
 pkg_postinst() {
-       einfo "You have to create a database named kaspaliste: %createdb kaspaliste."
-       einfo "And then import the file kaspaliste/data/create.tables.sql from the kaspaliste directory:"
-       einfo "%psql kaspaliste -f create.tables.sql"
+       elog "You have to create a database named kaspaliste: %createdb kaspaliste."
+       elog "And then import the file kaspaliste/data/create.tables.sql from the kaspaliste directory:"
+       elog "%psql kaspaliste -f create.tables.sql"
 }
 
index 0920de4281afe35cfca82895f02fc38ff1be557c..074af8de8174cff911a2f2cc6ca4d9024bb049ce 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/libpaper
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.18 2006/12/03 18:53:51 dertobi123 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.19 2007/01/28 05:55:03 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> libpaper-1.1.20.ebuild,
+  libpaper-1.1.21.ebuild:
+  Replacing einfo with elog
 
   03 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   libpaper-1.1.20.ebuild:
index fbbccfd8945f44ed64e1a5b6af8ad9aba12b2a0f..65cae77e4ae6a156c071174ab172f777ad7d10a8 100644 (file)
@@ -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/libpaper/libpaper-1.1.20.ebuild,v 1.10 2006/12/03 18:53:51 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.20.ebuild,v 1.11 2007/01/28 05:55:03 genone Exp $
 
 inherit eutils libtool
 
@@ -35,5 +35,5 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "run \"paperconfig -p letter\" to use letter-pagesizes"
+       elog "run \"paperconfig -p letter\" to use letter-pagesizes"
 }
index 6b0c5fee00d7dada0cd060cf80058768fd1a27b8..bd2e686d7d7726c36527a99d05d5028d25c9d577 100644 (file)
@@ -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/libpaper/libpaper-1.1.21.ebuild,v 1.3 2006/11/27 17:32:49 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.21.ebuild,v 1.4 2007/01/28 05:55:03 genone Exp $
 
 inherit eutils libtool
 
@@ -33,5 +33,5 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "run \"paperconfig -p letter\" to use letter-pagesizes"
+       elog "run \"paperconfig -p letter\" to use letter-pagesizes"
 }
index 5bd9cbb093fd2a350825fcfa6a8bcc79fd3037d5..893b8ec4ec8f6e439df79d0311676d808a9e7d10 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/mgv
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/ChangeLog,v 1.15 2005/07/16 16:26:51 josejx Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/ChangeLog,v 1.16 2007/01/28 05:57:00 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> mgv-3.1.5-r1.ebuild:
+  Replacing einfo with elog
 
   16 Jul 2005; Joseph Jezak <josejx@gentoo.org> mgv-3.1.5.ebuild:
   Marked ~ppc at the request of bug #99216.
index d8cdc61f20fc463e133ae5be68b172d755e8847f..df309a66f131a30da633bcbbda026a3edb5f96ea 100644 (file)
@@ -1 +1,3 @@
 MD5 6c67fcd284f29e7b50352d5d7e504232 mgv-3.1.5.tar.gz 740150
+RMD160 70e93581467119fdd93c5e9dedb20a110e832a6d mgv-3.1.5.tar.gz 740150
+SHA256 bf19d3ea1ea035aa2df33661a0d7c345f532dd649513867d1c3d7d2688cb012e mgv-3.1.5.tar.gz 740150
index d8cdc61f20fc463e133ae5be68b172d755e8847f..df309a66f131a30da633bcbbda026a3edb5f96ea 100644 (file)
@@ -1 +1,3 @@
 MD5 6c67fcd284f29e7b50352d5d7e504232 mgv-3.1.5.tar.gz 740150
+RMD160 70e93581467119fdd93c5e9dedb20a110e832a6d mgv-3.1.5.tar.gz 740150
+SHA256 bf19d3ea1ea035aa2df33661a0d7c345f532dd649513867d1c3d7d2688cb012e mgv-3.1.5.tar.gz 740150
index 2dd953b8d772f7c763a502461a7544be7bfd12fb..2dc5532791f2e85bc5b1dcea4a9361c4074b84f0 100644 (file)
@@ -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/mgv/mgv-3.1.5-r1.ebuild,v 1.7 2005/05/31 21:06:30 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/mgv-3.1.5-r1.ebuild,v 1.8 2007/01/28 05:57:00 genone Exp $
 
 inherit eutils
 
@@ -39,6 +39,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The default browser for help documents is netscape"
-       einfo "You can change it in /etc/mgv.conf"
+       elog "The default browser for help documents is netscape"
+       elog "You can change it in /etc/mgv.conf"
 }
index e20fd9f33b1f9b96754a80c8728cedb39aa0caaf..3a5fd3f8e7dec373ca7d36e35791a91c585fb5a2 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ptex
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.61 2006/11/14 17:36:42 usata Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.62 2007/01/28 06:00:36 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> ptex-3.1.10_beta3.ebuild:
+  Replacing einfo with elog
 
 *ptex-3.1.10_beta3 (14 Nov 2006)
 
index ed0ea1a09e48a104e998abd2f3492ff0b234ac8f..aa85285db69ae19a59ffc84cab21070a40202365 100644 (file)
@@ -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/ptex/ptex-3.1.10_beta3.ebuild,v 1.1 2006/11/14 17:36:42 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_beta3.ebuild,v 1.2 2007/01/28 06:00:36 genone Exp $
 
 TETEX_PV=3.0
 
@@ -196,8 +196,8 @@ pkg_postinst() {
        sed -i -e '/TEXINPUTS.platex/d' ${ROOT}/etc/texmf/texmf.d/00texmf.cnf
        tetex-3_pkg_postinst
 
-       einfo
-       einfo "Japanese dvips and xdvi have been renamed to pdvips and pxdvi."
-       einfo "You also need to emerge app-text/dvipdfmx to convert dvi into PDF."
-       einfo
+       elog
+       elog "Japanese dvips and xdvi have been renamed to pdvips and pxdvi."
+       elog "You also need to emerge app-text/dvipdfmx to convert dvi into PDF."
+       elog
 }
index 01e98f77b888a22c176257eb37d46f17d695389d..7b3f78fa048588be843496e9ef6bdf88cdc78e72 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/rfcutil
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.22 2006/12/26 12:23:39 dragonheart Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.23 2007/01/28 06:01:55 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> rfcutil-3.2.3.ebuild:
+  Replacing einfo with elog
 
   26 Dec 2006; Daniel Black <dragonheart@gentoo.org> rfcutil-3.2.3.ebuild:
   remove rfc -i that downloaded an index in pkg_postinst thanks to Evil
index 24476f9f8d47bae36e04b2f00a4f1ca184fc4fbf..c3c7d77b381e2283d8a644609eafb471c74bef51 100644 (file)
@@ -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/rfcutil/rfcutil-3.2.3.ebuild,v 1.26 2006/12/26 12:23:39 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.27 2007/01/28 06:01:55 genone Exp $
 
 inherit eutils
 
@@ -33,8 +33,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Gaarde suggests you make a cron.monthly to run the following:"
-       einfo "   /usr/bin/rfc -i"
+       elog "Gaarde suggests you make a cron.monthly to run the following:"
+       elog "   /usr/bin/rfc -i"
 }
 
 pkg_prerm() {
index 7cc4607bb2ad1a52815e490633088f268797f418..60c4b007aff750743be94b9c016d65379a2fa837 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/scrollkeeper
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/ChangeLog,v 1.70 2006/12/21 02:33:10 uberlord Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/ChangeLog,v 1.71 2007/01/28 06:03:51 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org>
+  scrollkeeper-0.3.14-r1.ebuild, scrollkeeper-0.3.14-r2.ebuild:
+  Replacing einfo with elog
 
   21 Dec 2006; Roy Marples <uberlord@gentoo.org>
   scrollkeeper-0.3.14-r2.ebuild:
index b31915f8a67c337b565336610d9e45e357898fae..5181355639feba8a3734a4eaa1914dc1f3f6b6b6 100644 (file)
@@ -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/scrollkeeper/scrollkeeper-0.3.14-r1.ebuild,v 1.13 2006/01/30 09:11:38 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/scrollkeeper-0.3.14-r1.ebuild,v 1.14 2007/01/28 06:03:51 genone Exp $
 
 inherit libtool eutils
 
@@ -89,7 +89,7 @@ pkg_postrm() {
                        "${ROOT}/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" \
                        ${ROOT}/etc/xml/catalog
 
-               einfo "Scrollkeeper ${PV} unmerged, if you removed the package"
-               einfo "you might want to clean up /var/lib/scrollkeeper."
+               elog "Scrollkeeper ${PV} unmerged, if you removed the package"
+               elog "you might want to clean up /var/lib/scrollkeeper."
        fi
 }
index f96289df5643c8330be868766a6a835bd8023a43..4983192c78b096137817aee16dbd6fbc7ae0e42e 100644 (file)
@@ -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/scrollkeeper/scrollkeeper-0.3.14-r2.ebuild,v 1.13 2006/12/21 02:33:10 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/scrollkeeper-0.3.14-r2.ebuild,v 1.14 2007/01/28 06:03:51 genone Exp $
 
 inherit libtool eutils
 
@@ -80,7 +80,7 @@ pkg_postrm() {
                        "${ROOT}/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" \
                        "${ROOT}"/etc/xml/catalog
 
-               einfo "Scrollkeeper ${PV} unmerged, if you removed the package"
-               einfo "you might want to clean up /var/lib/scrollkeeper."
+               elog "Scrollkeeper ${PV} unmerged, if you removed the package"
+               elog "you might want to clean up /var/lib/scrollkeeper."
        fi
 }
index a5a2f9e8aa0096a5e5227ff33f7a822fa49ca2db..e259e4b9fba1d225d7a2da3fe1780cdb4c3e337d 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/sword-modules
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword-modules/ChangeLog,v 1.21 2007/01/22 17:28:33 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword-modules/ChangeLog,v 1.22 2007/01/28 06:06:37 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org>
+  sword-modules-20041209.ebuild:
+  Replacing einfo with elog
 
   22 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
   files/digest-sword-modules-20041209, Manifest:
index 1bf3bbec35f7d47e9e7143347adb68599f665646..2c62a7d8b648465b72006690974e138630592cc4 100644 (file)
@@ -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/sword-modules/sword-modules-20041209.ebuild,v 1.9 2006/04/22 12:27:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword-modules/sword-modules-20041209.ebuild,v 1.10 2007/01/28 06:06:37 genone Exp $
 
 CROSSWIREFTP="http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip"
 DESCRIPTION="a collection of modules for the sword project"
@@ -90,13 +90,13 @@ src_install () {
 
 pkg_postinst() {
        echo
-       einfo "You should now have modules for The SWORD Project."
-       einfo "You can download more modules from the SWORD homepage:"
-       einfo "  http://www.crosswire.org/sword/"
+       elog "You should now have modules for The SWORD Project."
+       elog "You can download more modules from the SWORD homepage:"
+       elog "  http://www.crosswire.org/sword/"
        if ! use intl; then
                echo
-               einfo "To enable different languages of selected texts contained"
-               einfo "in this ebuild,"
-               einfo "USE=\"intl\" emerge ${PN}"
+               elog "To enable different languages of selected texts contained"
+               elog "in this ebuild,"
+               elog "USE=\"intl\" emerge ${PN}"
        fi
 }
index 472e243101b665dcd47d96cca07451d4eadc788b..b7d81bab1adbb4ce47332b8fefc299997561a556 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/sword
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.31 2007/01/21 15:40:49 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.32 2007/01/28 06:05:23 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> sword-1.5.8.ebuild,
+  sword-1.5.9.ebuild:
+  Replacing einfo with elog
 
   21 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
   -sword-1.5.8-r1.ebuild, sword-1.5.9.ebuild:
index 740236ec6c7d73f91ba055af38a545335e761704..27356bdecaa09f6f2842e5808d1b3fff53833afb 100644 (file)
@@ -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/sword/sword-1.5.8.ebuild,v 1.6 2005/11/20 02:59:10 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8.ebuild,v 1.7 2007/01/28 06:05:23 genone Exp $
 
 DESCRIPTION="Library for Bible reading software."
 HOMEPAGE="http://www.crosswire.org/sword/"
@@ -35,9 +35,9 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "Check out http://www.crosswire.org/sword/modules/"
-       einfo "to download modules that you would like to use with SWORD."
-       einfo "Follow module installation instructions found on"
-       einfo "the web or in /usr/share/doc/${PF}/INSTALL.gz."
+       elog "Check out http://www.crosswire.org/sword/modules/"
+       elog "to download modules that you would like to use with SWORD."
+       elog "Follow module installation instructions found on"
+       elog "the web or in /usr/share/doc/${PF}/INSTALL.gz."
        echo
 }
index b6d709d871221dcc12a033afaa678e3020ac0d88..c99e9b7da0999198a2f8cff38c1b962a6fa47e6c 100644 (file)
@@ -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-text/sword/sword-1.5.9.ebuild,v 1.2 2007/01/21 15:40:49 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.9.ebuild,v 1.3 2007/01/28 06:05:23 genone Exp $
 
 DESCRIPTION="Library for Bible reading software."
 HOMEPAGE="http://www.crosswire.org/sword/"
@@ -45,9 +45,9 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "Check out http://www.crosswire.org/sword/modules/"
-       einfo "to download modules that you would like to use with SWORD."
-       einfo "Follow module installation instructions found on"
-       einfo "the web or in /usr/share/doc/${PF}/INSTALL.gz."
+       elog "Check out http://www.crosswire.org/sword/modules/"
+       elog "to download modules that you would like to use with SWORD."
+       elog "Follow module installation instructions found on"
+       elog "the web or in /usr/share/doc/${PF}/INSTALL.gz."
        echo
 }
index 5c16508538ed47274b65762758b78df05321b082..a77d740c842bcf4fa2d66b2125eab1e9b5103030 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/tetex
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/ChangeLog,v 1.140 2007/01/15 07:26:42 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/ChangeLog,v 1.141 2007/01/28 06:08:55 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> tetex-3.0_p1-r3.ebuild:
+  Replacing einfo with elog
 
   13 Jan 2007; Stephanie Lockwood-Childs <wormo@gentoo.org>
   tetex-2.0.2-r9.ebuild:
index 3fbe35a50425f216b481918b1ffc93f036655716..9c449013122e62e51101765981fa3925ea26f4ca 100644 (file)
@@ -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/tetex/tetex-3.0_p1-r3.ebuild,v 1.13 2006/11/26 23:54:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-3.0_p1-r3.ebuild,v 1.14 2007/01/28 06:08:55 genone Exp $
 
 inherit tetex-3 flag-o-matic versionator virtualx
 
@@ -90,7 +90,7 @@ src_install() {
 pkg_postinst() {
        tetex-3_pkg_postinst
 
-       einfo
-       einfo "This release removes dvipng since it is provided in app-text/dvipng"
-       einfo
+       elog
+       elog "This release removes dvipng since it is provided in app-text/dvipng"
+       elog
 }
index 667927e38b4fedb7d2b34d8f41253e35bb021d5d..7374701ebe68b38a26ff1199fe4ff7a02137715c 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texlive
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.3 2006/12/02 13:07:32 opfer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.4 2007/01/28 06:10:10 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> texlive-2005.ebuild:
+  Replacing einfo with elog
 
   02 Dec 2006; Christian Faulhammer <opfer@gentoo.org> texlive-2005.ebuild:
   removed tcl from IUSE, added tk; reported by Jakub Moc <jakub@gentoo.org> in
index 4b680bfa9c846e3f765188d83e1ba4f054b38c79..e1b52797bf808f3dedc05242a72c5c5e676c7771 100644 (file)
@@ -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/texlive/texlive-2005.ebuild,v 1.3 2006/12/02 13:07:32 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2005.ebuild,v 1.4 2007/01/28 06:10:10 genone Exp $
 
 inherit eutils flag-o-matic toolchain-funcs versionator virtualx
 
@@ -277,8 +277,8 @@ pkg_postinst() {
                /usr/sbin/texmf-update
        fi
 
-       einfo
-       einfo "If you have configuration files in /etc/texmf to merge,"
-       einfo "please update them and run /usr/sbin/texmf-update."
-       einfo
+       elog
+       elog "If you have configuration files in /etc/texmf to merge,"
+       elog "please update them and run /usr/sbin/texmf-update."
+       elog
 }
index 7cac10ff0f277740e49e83d53a33e94c64bbf9e5..1b3885c42e1f7d7f0a3741cde71322f67927502b 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/txt2tags
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.21 2006/11/28 20:20:38 opfer Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.22 2007/01/28 06:11:49 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> txt2tags-2.1.ebuild,
+  txt2tags-2.2.ebuild:
+  Replacing einfo with elog
 
   28 Nov 2006; Christian Faulhammer <opfer@gentoo.org> txt2tags-1.7.ebuild,
   txt2tags-2.1.ebuild, txt2tags-2.2.ebuild, txt2tags-2.3.ebuild:
index 1b59e1a2a1273c7426149a866229da0954aabeef..340a8415be9264d4f3a26b750a5f541771be9086 100644 (file)
@@ -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/txt2tags/txt2tags-2.1.ebuild,v 1.9 2006/11/28 20:20:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.1.ebuild,v 1.10 2007/01/28 06:11:49 genone Exp $
 
 inherit elisp-common
 
@@ -71,11 +71,11 @@ src_install() {
 pkg_postinst() {
        use emacs && elisp-site-regen
        echo
-       einfo "NOTE: the format of .t2t files has changed between versions"
-       einfo "1.7 -> 2.0.  To convert your .t2t files to the new format,"
-       einfo "use the included t2tconv script:"
-       einfo
-       einfo "    t2tconv file1.t2t file2.t2t ..."
+       elog "NOTE: the format of .t2t files has changed between versions"
+       elog "1.7 -> 2.0.  To convert your .t2t files to the new format,"
+       elog "use the included t2tconv script:"
+       elog
+       elog "    t2tconv file1.t2t file2.t2t ..."
        echo
 }
 
index 5955a9ecce9fdeca6660bdc2aeb80f8e11254868..83d2b5bf458aa679c10cb2731aa1b42bec7aaefd 100644 (file)
@@ -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/txt2tags/txt2tags-2.2.ebuild,v 1.4 2006/11/28 20:20:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.2.ebuild,v 1.5 2007/01/28 06:11:49 genone Exp $
 
 inherit elisp-common
 
@@ -71,11 +71,11 @@ src_install() {
 pkg_postinst() {
        use emacs && elisp-site-regen
        echo
-       einfo "NOTE: the format of .t2t files has changed between versions"
-       einfo "1.7 -> 2.0.  To convert your .t2t files to the new format,"
-       einfo "use the included t2tconv script:"
-       einfo
-       einfo "    t2tconv file1.t2t file2.t2t ..."
+       elog "NOTE: the format of .t2t files has changed between versions"
+       elog "1.7 -> 2.0.  To convert your .t2t files to the new format,"
+       elog "use the included t2tconv script:"
+       elog
+       elog "    t2tconv file1.t2t file2.t2t ..."
        echo
 }
 
index c0c3d5f40a89e46811be8211d8dc65c0ab9220d5..01daf7dd88e9106df7a5b7dbf4c977c244c5dc12 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/winefish
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.4 2006/09/01 00:42:21 dang Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.5 2007/01/28 06:13:23 genone Exp $
+
+  28 Jan 2007; Marius Mauch <genone@gentoo.org> winefish-1.3.3.ebuild:
+  Replacing einfo with elog
 
   01 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> winefish-1.3.3.ebuild:
   Marked ~amd64 for bug #144907
index 27e4a26fc067fe9bcc0843111f38666ada63e8fb..3f0237fb8e255eef03eb7c30c15311cae867d0e0 100644 (file)
@@ -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/winefish/winefish-1.3.3.ebuild,v 1.4 2006/09/01 00:42:21 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3.ebuild,v 1.5 2007/01/28 06:13:23 genone Exp $
 
 inherit eutils fdo-mime
 
@@ -37,5 +37,5 @@ pkg_postinst() {
        fdo-mime_desktop_database_update
        fdo-mime_mime_database_update
 
-       einfo "You need to emerge a TeX distribution to gain winfish's full capacity"
+       elog "You need to emerge a TeX distribution to gain winfish's full capacity"
 }