Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Mon, 30 Apr 2007 23:36:45 +0000 (23:36 +0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 30 Apr 2007 23:36:45 +0000 (23:36 +0000)
Package-Manager: portage-2.1.2.5

media-libs/ming/ChangeLog
media-libs/ming/ming-0.3.0.ebuild
media-libs/panda3d/ChangeLog
media-libs/panda3d/panda3d-1.0.4.ebuild
media-libs/panda3d/panda3d-1.0.5.ebuild
media-libs/plotutils/ChangeLog
media-libs/plotutils/plotutils-2.4.1-r2.ebuild
media-libs/plotutils/plotutils-2.4.1-r3.ebuild
media-libs/plotutils/plotutils-2.4.1-r4.ebuild
media-libs/tiff/ChangeLog
media-libs/tiff/tiff-3.8.2-r2.ebuild

index 3f1069c6511819e999ab3e87fcf4ee79063eaab9..f5a4df0808419dc96c01a83f1d11eb44fe09a8b7 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/ming
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.27 2007/02/22 17:12:25 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.28 2007/04/30 23:25:32 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> ming-0.3.0.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Luca Longinotti <chtekk@gentoo.org> ming-0.2a.ebuild,
   ming-0.2a-r3.ebuild, ming-0.3.0.ebuild:
index c70bb68dc61ab03fab6609f5681179321dd5e5b8..56e25010189edabb60ce7ecaae752229f8d5024e 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/media-libs/ming/ming-0.3.0.ebuild,v 1.5 2007/02/22 17:12:25 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.3.0.ebuild,v 1.6 2007/04/30 23:25:32 genone Exp $
 
 inherit eutils toolchain-funcs java-pkg perl-module python distutils
 
@@ -92,8 +92,8 @@ src_install() {
 
 pkg_postinst() {
        if use java ; then
-               einfo "You may want to add ming to the java classpath by running"
-               einfo "java-config --add-[user|system]-classpath=ming"
+               elog "You may want to add ming to the java classpath by running"
+               elog "java-config --add-[user|system]-classpath=ming"
        fi
 
        if use perl ; then
index 3c6be587d440ce5200080dbda184ed865ac91f2e..eb32bdd858802ea020d778f8053a279a49a81c48 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/panda3d
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.4 2007/02/09 07:56:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.5 2007/04/30 23:28:32 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> panda3d-1.0.4.ebuild,
+  panda3d-1.0.5.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index f65eba8d7531cb8d1f2e6a01acf2e70461a31929..cfe4d720785554b64490aa5ec54950b7501615e5 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/media-libs/panda3d/panda3d-1.0.4.ebuild,v 1.3 2005/07/06 18:02:03 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.4.ebuild,v 1.4 2007/04/30 23:28:32 genone Exp $
 
 inherit eutils
 
@@ -77,13 +77,13 @@ src_install()
 
 pkg_postinst()
 {
-       einfo "Panda3d is installed in /opt/panda3d"
+       elog "Panda3d is installed in /opt/panda3d"
        if use doc ; then
-               einfo "Documentation is avaliable in /opt/panda3d/html"
-               einfo "Samples are avalaible in /opt/panda3d/samples"
+               elog "Documentation is avaliable in /opt/panda3d/html"
+               elog "Samples are avalaible in /opt/panda3d/samples"
        fi
-       einfo "For C++ compiling, include directory must be set:"
-       einfo "g++ -I/opt/panda3d/include [other flags]"
-       einfo "Python scripts must be ran with ppython"
-       einfo "Tutorials avaliable at http://panda3d.org"
+       elog "For C++ compiling, include directory must be set:"
+       elog "g++ -I/opt/panda3d/include [other flags]"
+       elog "Python scripts must be ran with ppython"
+       elog "Tutorials avaliable at http://panda3d.org"
 }
index 2453a41cce76c2eedf6759b9a05d4b11d7e5c5cf..013d182c6c8fa2a742b5b3019f1ba908a5ee4800 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/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.3 2006/01/09 22:16:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.4 2007/04/30 23:28:32 genone Exp $
 
 inherit eutils python
 
@@ -98,19 +98,19 @@ src_install()
 
 pkg_postinst()
 {
-       einfo "Panda3d is installed in /opt/panda3d"
-       einfo
+       elog "Panda3d is installed in /opt/panda3d"
+       elog
        if use doc ; then
-               einfo "Documentation is avaliable in /opt/panda3d/html"
-               einfo "Samples are avalaible in /opt/panda3d/samples"
+               elog "Documentation is avaliable in /opt/panda3d/html"
+               elog "Samples are avalaible in /opt/panda3d/samples"
        fi
-       einfo "For C++ compiling, include directory must be set:"
-       einfo "g++ -I/opt/panda3d/include [other flags]"
+       elog "For C++ compiling, include directory must be set:"
+       elog "g++ -I/opt/panda3d/include [other flags]"
        if use python ; then
-               einfo
-               einfo "ppython is depricated and panda3d modules are"
-               einfo "now installed as standard python modules."
+               elog
+               elog "ppython is depricated and panda3d modules are"
+               elog "now installed as standard python modules."
        fi
-       einfo
-       einfo "Tutorials avaliable at http://panda3d.org"
+       elog
+       elog "Tutorials avaliable at http://panda3d.org"
 }
index 3c22e6dbc509f74321ec87664153902b489ddf7b..2d5d11982500bf409dc9b9086d90167352293a64 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/plotutils
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.37 2007/04/07 21:09:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.38 2007/04/30 23:33:16 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> plotutils-2.4.1-r2.ebuild,
+  plotutils-2.4.1-r3.ebuild, plotutils-2.4.1-r4.ebuild:
+  Replacing einfo with elog
 
   07 Apr 2007; Fabian Groffen <grobian@gentoo.org>
   plotutils-2.4.1-r3.ebuild, plotutils-2.4.1-r4.ebuild:
index 8f8456ba440299e4317fe1b5e226399f8a11793a..047bdc1b3d2142b3776199e559828bd4d5727905 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/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.25 2007/04/07 16:27:52 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.26 2007/04/30 23:33:16 genone Exp $
 
 IUSE="X"
 
@@ -69,17 +69,17 @@ src_install () {
 }
 
 pkg_postinst() {
-       if [ 'use X' ] ; then
-               einfo "There are extra fonts available in plotutils package."
-               einfo "The current ebuild does not install them for you."
-               einfo "You may want to do so, but you will have to do it"
-               einfo "manually. You are on your own for now."
-               einfo "See /usr/share/doc/${P}/INSTALL.fonts"
-               einfo ""
-               einfo "If you manually install the extra fonts and use the"
-               einfo "program xfig, you might want to recompile to take"
-               einfo "advantage of the additional ps fonts."
-               einfo "Also, it is possible to enable ghostscript and possibly"
-               einfo "your printer to use the HP fonts."
+       if use X; then
+               elog "There are extra fonts available in plotutils package."
+               elog "The current ebuild does not install them for you."
+               elog "You may want to do so, but you will have to do it"
+               elog "manually. You are on your own for now."
+               elog "See /usr/share/doc/${P}/INSTALL.fonts"
+               elog ""
+               elog "If you manually install the extra fonts and use the"
+               elog "program xfig, you might want to recompile to take"
+               elog "advantage of the additional ps fonts."
+               elog "Also, it is possible to enable ghostscript and possibly"
+               elog "your printer to use the HP fonts."
        fi
 }
index 878d9fbafb668e9f9c7cd16004fb03a47b35bd39..69e4226479349820be4e0b74d3e4c2b906c80e91 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/media-libs/plotutils/plotutils-2.4.1-r3.ebuild,v 1.18 2007/04/07 21:09:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r3.ebuild,v 1.19 2007/04/30 23:33:16 genone Exp $
 
 inherit libtool eutils flag-o-matic
 
@@ -63,17 +63,17 @@ src_install() {
 }
 
 pkg_postinst() {
-       if [ 'use X' ] ; then
-               einfo "There are extra fonts available in plotutils package."
-               einfo "The current ebuild does not install them for you."
-               einfo "You may want to do so, but you will have to do it"
-               einfo "manually. You are on your own for now."
-               einfo "See /usr/share/doc/${P}/INSTALL.fonts"
-               einfo ""
-               einfo "If you manually install the extra fonts and use the"
-               einfo "program xfig, you might want to recompile to take"
-               einfo "advantage of the additional ps fonts."
-               einfo "Also, it is possible to enable ghostscript and possibly"
-               einfo "your printer to use the HP fonts."
+       if use X; then
+               elog "There are extra fonts available in plotutils package."
+               elog "The current ebuild does not install them for you."
+               elog "You may want to do so, but you will have to do it"
+               elog "manually. You are on your own for now."
+               elog "See /usr/share/doc/${P}/INSTALL.fonts"
+               elog ""
+               elog "If you manually install the extra fonts and use the"
+               elog "program xfig, you might want to recompile to take"
+               elog "advantage of the additional ps fonts."
+               elog "Also, it is possible to enable ghostscript and possibly"
+               elog "your printer to use the HP fonts."
        fi
 }
index 6c12fa7d4169d243883c6b76583f449437ba8667..9186d157f9b4a87bc1c30e18219553d766b3c492 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/media-libs/plotutils/plotutils-2.4.1-r4.ebuild,v 1.10 2007/04/07 21:09:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r4.ebuild,v 1.11 2007/04/30 23:33:16 genone Exp $
 
 inherit libtool eutils flag-o-matic
 
@@ -65,17 +65,17 @@ src_install() {
 }
 
 pkg_postinst() {
-       if [ 'use X' ] ; then
-               einfo "There are extra fonts available in plotutils package."
-               einfo "The current ebuild does not install them for you."
-               einfo "You may want to do so, but you will have to do it"
-               einfo "manually. You are on your own for now."
-               einfo "See /usr/share/doc/${P}/INSTALL.fonts"
-               einfo ""
-               einfo "If you manually install the extra fonts and use the"
-               einfo "program xfig, you might want to recompile to take"
-               einfo "advantage of the additional ps fonts."
-               einfo "Also, it is possible to enable ghostscript and possibly"
-               einfo "your printer to use the HP fonts."
+       if use X; then
+               elog "There are extra fonts available in plotutils package."
+               elog "The current ebuild does not install them for you."
+               elog "You may want to do so, but you will have to do it"
+               elog "manually. You are on your own for now."
+               elog "See /usr/share/doc/${P}/INSTALL.fonts"
+               elog ""
+               elog "If you manually install the extra fonts and use the"
+               elog "program xfig, you might want to recompile to take"
+               elog "advantage of the additional ps fonts."
+               elog "Also, it is possible to enable ghostscript and possibly"
+               elog "your printer to use the HP fonts."
        fi
 }
index beab4f788302f9676f5c304283f496f15b0ca8a4..09edc4b2fdea64d1410fb4c604248593be2f763c 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/tiff
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.93 2006/08/04 03:30:38 nerdboy Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.94 2007/04/30 23:36:45 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> tiff-3.8.2-r2.ebuild:
+  Replacing einfo with elog
 
   04 Aug 2006; Steve Arnold <nerdboy@gentoo.org> tiff-3.8.2-r2.ebuild:
   bumping mips stable, since there is only one clean tiff version at present
index 8a70e6c73529ac2cb07effc1d00ac082109efee3..fba3313a0d3a540e9096f76a01f3d347728bffdb 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/media-libs/tiff/tiff-3.8.2-r2.ebuild,v 1.4 2007/02/28 22:16:07 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r2.ebuild,v 1.5 2007/04/30 23:36:45 genone Exp $
 
 inherit eutils libtool
 
@@ -48,9 +48,9 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "JBIG support is intended for Hylafax fax compression, so we"
-       einfo "really need more feedback in other areas (most testing has"
-       einfo "been done with fax).  Be sure to recompile anything linked"
-       einfo "against tiff if you rebuild it with jbig support."
+       elog "JBIG support is intended for Hylafax fax compression, so we"
+       elog "really need more feedback in other areas (most testing has"
+       elog "been done with fax).  Be sure to recompile anything linked"
+       elog "against tiff if you rebuild it with jbig support."
        echo
 }