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

19 files changed:
media-gfx/megapov/ChangeLog
media-gfx/megapov/megapov-1.0.ebuild
media-gfx/megapov/megapov-1.2.1.ebuild
media-gfx/sane-backends/ChangeLog
media-gfx/sane-backends/sane-backends-1.0.17.ebuild
media-gfx/sane-backends/sane-backends-1.0.18-r2.ebuild
media-gfx/splashutils/ChangeLog
media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild
media-gfx/splashutils/splashutils-1.3.1.ebuild
media-gfx/splashutils/splashutils-1.4.1.ebuild
media-gfx/swftools/ChangeLog
media-gfx/swftools/swftools-0.7.0.ebuild
media-gfx/swftools/swftools-0.8.0.ebuild
media-gfx/swftools/swftools-0.8.1.ebuild
media-gfx/tuxpaint/ChangeLog
media-gfx/tuxpaint/tuxpaint-0.9.15b-r1.ebuild
media-gfx/tuxpaint/tuxpaint-0.9.16-r1.ebuild
media-gfx/tuxpaint/tuxpaint-0.9.16.ebuild
media-gfx/xsane/Manifest

index f6ea0dbe9c814d08c65aedfb0ac4793126bfa5d0..2ffbe87b9b16cf036f2f2ea440f6fd1ca813149c 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/megapov
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/megapov/ChangeLog,v 1.5 2007/03/24 19:58:47 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/megapov/ChangeLog,v 1.6 2007/04/30 22:39:19 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> megapov-1.0.ebuild,
+  megapov-1.2.1.ebuild:
+  Replacing einfo with elog
 
 *megapov-1.2.1 (24 Mar 2007)
 
index 5e25c0fa93549c5bd2f3e32380c1d1e3ad5eaec7..e4c4219b96d8f82424b5532b48bd3793fadaf8f8 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-gfx/megapov/megapov-1.0.ebuild,v 1.3 2005/05/09 17:57:21 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/megapov/megapov-1.0.ebuild,v 1.4 2007/04/30 22:39:19 genone Exp $
 
 DESCRIPTION="The popular collection of unofficial extensions of POV-Ray"
 HOMEPAGE="http://megapov.inetart.net/"
@@ -51,15 +51,15 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The MegaPOV files have been installed.  You will have to"
-       einfo "adjust your main POV-Ray ini file by adding a new line:"
-       echo
-       einfo "Library_Path=/usr/share/${PN}/include"
-       echo
-       einfo "This ini file is possibly located at:"
-       echo
-       einfo "  - the place defined by the POVINI environment variable"
-       einfo "  - ./povray.ini"
-       einfo "  - \$HOME/.povrayrc"
-       einfo "  - SYSCONFDIR/povray.ini"
+       elog "The MegaPOV files have been installed.  You will have to"
+       elog "adjust your main POV-Ray ini file by adding a new line:"
+       elog
+       elog "Library_Path=/usr/share/${PN}/include"
+       elog
+       elog "This ini file is possibly located at:"
+       elog
+       elog "  - the place defined by the POVINI environment variable"
+       elog "  - ./povray.ini"
+       elog "  - \$HOME/.povrayrc"
+       elog "  - SYSCONFDIR/povray.ini"
 }
index 5e730c43558457f088633d3a11051bf0eafd7de5..c6bd602157bacc56d5cecc811a065895c80813c8 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-gfx/megapov/megapov-1.2.1.ebuild,v 1.1 2007/03/24 19:58:47 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/megapov/megapov-1.2.1.ebuild,v 1.2 2007/04/30 22:39:19 genone Exp $
 
 inherit eutils
 
@@ -41,10 +41,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "The MegaPOV files have been installed.  The following line"
-       einfo "has been added to the megapov/povray.ini to enable use of"
-       einfo "library files from the povray-3.6 installation:"
-       echo
-       einfo "Library_Path=/usr/share/${PN}/include"
+       elog "The MegaPOV files have been installed.  The following line"
+       elog "has been added to the megapov/povray.ini to enable use of"
+       elog "library files from the povray-3.6 installation:"
+       elog
+       elog "Library_Path=/usr/share/${PN}/include"
        echo
 }
index b8f360ec0751cfae35502c0181cf1e9651bec1ec..0e57ec068c17a75afb4b525bff95ea5612feca71 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/sane-backends
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.115 2007/04/10 08:07:20 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.116 2007/04/30 22:41:46 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> sane-backends-1.0.17.ebuild,
+  sane-backends-1.0.18-r2.ebuild:
+  Replacing einfo with elog
 
   10 Apr 2007; Patrick Kursawe <phosphan@gentoo.org>
   sane-backends-1.0.17.ebuild:
index 4a01e911b54aef19d13654c49e7caeb67c65ce63..860fe5c1120f0388101d0d685b65ea586cd8b724 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-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.11 2007/04/10 08:07:20 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.12 2007/04/30 22:41:46 genone Exp $
 
 inherit eutils
 
@@ -68,8 +68,8 @@ pkg_setup() {
 
 src_unpack() {
        if [ -z "${SANE_BACKENDS}" ]; then
-               einfo "You can use the variable SANE_BACKENDS to pick backends"
-               einfo "instead of building all of them."
+               elog "You can use the variable SANE_BACKENDS to pick backends"
+               elog "instead of building all of them."
        fi
        unpack ${A}
        if use usb; then
index 7e33a5fe941f97377d0718f34a1c600af9dabeda..a9ea5656c502bc4419f0f367f3517abb8cbca632 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-gfx/sane-backends/sane-backends-1.0.18-r2.ebuild,v 1.10 2007/02/26 12:10:06 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r2.ebuild,v 1.11 2007/04/30 22:41:46 genone Exp $
 
 inherit eutils
 
@@ -70,8 +70,8 @@ pkg_setup() {
 
 src_unpack() {
        if [ -z "${SANE_BACKENDS}" ]; then
-               einfo "You can use the variable SANE_BACKENDS to pick backends"
-               einfo "instead of building all of them."
+               elog "You can use the variable SANE_BACKENDS to pick backends"
+               elog "instead of building all of them."
        fi
        unpack ${A}
        if use usb; then
index f4b2d54c3187bc9222492bb8aec47985cec7fd3f..394281a5ee34bc74bd83e3294853d07b105aa9ce 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/splashutils
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.87 2007/04/22 14:28:22 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.88 2007/04/30 22:45:13 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org>
+  splashutils-1.1.9.10-r1.ebuild, splashutils-1.3.1.ebuild,
+  splashutils-1.4.1.ebuild:
+  Replacing einfo with elog
 
   22 Apr 2007; MichaƂ Januszewski <spock@gentoo.org>
   splashutils-1.1.9.10-r1.ebuild, splashutils-1.3.1.ebuild,
index 2f39bfddc69ecc88ca9f2ad6626fbfcd40ac9438..c36b6d3b482e50be80354b82d122bf8c2f9134c5 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-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild,v 1.10 2007/04/22 14:28:22 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild,v 1.11 2007/04/30 22:45:13 genone Exp $
 
 inherit eutils multilib linux-mod
 
@@ -102,7 +102,7 @@ src_unpack() {
        if [[ ! -e ${KV_DIR}/include/linux/console_splash.h ]]; then
                ewarn "Your kernel in ${KV_DIR} has not been patched with a compatible version"
                ewarn "of fbsplash. You can download the latest patch from http://dev.gentoo.org/~spock/"
-               echo ""
+               ewarn ""
                ewarn "Splashutils will be compiled without fbsplash support. Verbose mode will not"
                ewarn "be supported."
                spl_conf no CONFIG_FBSPLASH
@@ -188,7 +188,7 @@ pkg_postinst() {
                ewarn "  mount --bind / /lib/splash/tmp"
                ewarn "  mknod /lib/splash/tmp/dev/tty1 c 4 1"
                ewarn "  umount /lib/splash/tmp"
-               echo ""
+               ewarn ""
        else
                eend 0
        fi
@@ -200,24 +200,24 @@ pkg_postinst() {
                ewarn "not supported. If you decide to switch to udev, you might want to have a"
                ewarn "look at 'The Gentoo udev Guide', which can be found at"
                ewarn "  http://www.gentoo.org/doc/en/udev-guide.xml"
-               echo ""
+               ewarn ""
        fi
 
        if has_version '<media-gfx/splashutils-1.0' ; then
                ewarn "Since you are upgrading from a pre-1.0 version, please make sure that you"
                ewarn "rebuild your initrds. You can use the splash_geninitramfs script to do that."
-               echo ""
+               ewarn ""
        fi
 
        if ! test -f /proc/cmdline ||
                ! egrep -q '(console|CONSOLE)=(tty1|/dev/tty1)' /proc/cmdline ; then
                ewarn "It is required that you add 'console=tty1' to your kernel"
                ewarn "command line parameters."
-               echo ""
-               einfo "After these modifications, the relevant part of the kernel command"
-               einfo "line might look like:"
-               einfo "  splash=silent,fadein,theme:emergence console=tty1"
-               echo ""
+               ewarn ""
+               elog "After these modifications, the relevant part of the kernel command"
+               elog "line might look like:"
+               elog "  splash=silent,fadein,theme:emergence console=tty1"
+               elog ""
        fi
 
        if ! has_version 'media-gfx/splash-themes-livecd' &&
index bb336a119c2eee4d2a7ab3d49134592d01d2e955..fcb1299ecc6681ab24ff2bd8c65387558e1ed1a7 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-gfx/splashutils/splashutils-1.3.1.ebuild,v 1.5 2007/04/22 14:28:22 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3.1.ebuild,v 1.6 2007/04/30 22:45:13 genone Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -179,7 +179,7 @@ pkg_postinst() {
                ewarn "  mount --bind / /lib/splash/tmp"
                ewarn "  mknod /lib/splash/tmp/dev/tty1 c 4 1"
                ewarn "  umount /lib/splash/tmp"
-               echo ""
+               ewarn ""
        else
                eend 0
        fi
@@ -191,31 +191,31 @@ pkg_postinst() {
                ewarn "not supported. If you decide to switch to udev, you might want to have a"
                ewarn "look at 'The Gentoo udev Guide', which can be found at"
                ewarn "  http://www.gentoo.org/doc/en/udev-guide.xml"
-               echo ""
+               ewarn ""
        fi
 
        if has_version '<media-gfx/splashutils-1.0' ; then
                ewarn "Since you are upgrading from a pre-1.0 version, please make sure that you"
                ewarn "rebuild your initrds. You can use the splash_geninitramfs script to do that."
-               echo ""
+               ewarn ""
        fi
 
        if ! test -f /proc/cmdline ||
                ! egrep -q '(console|CONSOLE)=(tty1|/dev/tty1)' /proc/cmdline ; then
                ewarn "It is required that you add 'console=tty1' to your kernel"
                ewarn "command line parameters."
-               echo ""
-               einfo "After these modifications, the relevant part of the kernel command"
-               einfo "line might look like:"
-               einfo "  splash=silent,fadein,theme:emergence console=tty1"
-               echo ""
+               ewarn ""
+               elog "After these modifications, the relevant part of the kernel command"
+               elog "line might look like:"
+               elog "  splash=silent,fadein,theme:emergence console=tty1"
+               elog ""
        fi
 
        if ! has_version 'media-gfx/splash-themes-livecd' &&
                ! has_version 'media-gfx/splash-themes-gentoo'; then
-               einfo "The sample Gentoo themes (emergence, gentoo) have been removed from the"
-               einfo "core splashutils package. To get some themes you might want to emerge:"
-               einfo "  media-gfx/splash-themes-livecd"
-               einfo "  media-gfx/splash-themes-gentoo"
+               elog "The sample Gentoo themes (emergence, gentoo) have been removed from the"
+               elog "core splashutils package. To get some themes you might want to emerge:"
+               elog "  media-gfx/splash-themes-livecd"
+               elog "  media-gfx/splash-themes-gentoo"
        fi
 }
index 578a4d9264b527e83d0c50dd1bc02b9512d44636..0c2b358ee574423040d69c079efeacad8ebd0202 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-gfx/splashutils/splashutils-1.4.1.ebuild,v 1.3 2007/04/22 14:28:22 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.1.ebuild,v 1.4 2007/04/30 22:45:13 genone Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -180,31 +180,31 @@ pkg_postinst() {
                ewarn "not supported. If you decide to switch to udev, you might want to have a"
                ewarn "look at 'The Gentoo udev Guide', which can be found at"
                ewarn "  http://www.gentoo.org/doc/en/udev-guide.xml"
-               echo ""
+               ewarn ""
        fi
 
        if has_version '<media-gfx/splashutils-1.0' ; then
                ewarn "Since you are upgrading from a pre-1.0 version, please make sure that you"
                ewarn "rebuild your initrds. You can use the splash_geninitramfs script to do that."
-               echo ""
+               ewarn ""
        fi
 
        if ! test -f /proc/cmdline ||
                ! egrep -q '(console|CONSOLE)=(tty1|/dev/tty1)' /proc/cmdline ; then
                ewarn "It is required that you add 'console=tty1' to your kernel"
                ewarn "command line parameters."
-               echo ""
-               einfo "After these modifications, the relevant part of the kernel command"
-               einfo "line might look like:"
-               einfo "  splash=silent,fadein,theme:emergence console=tty1"
-               echo ""
+               ewarn ""
+               elog "After these modifications, the relevant part of the kernel command"
+               elog "line might look like:"
+               elog "  splash=silent,fadein,theme:emergence console=tty1"
+               elog ""
        fi
 
        if ! has_version 'media-gfx/splash-themes-livecd' &&
                ! has_version 'media-gfx/splash-themes-gentoo'; then
-               einfo "The sample Gentoo themes (emergence, gentoo) have been removed from the"
-               einfo "core splashutils package. To get some themes you might want to emerge:"
-               einfo "  media-gfx/splash-themes-livecd"
-               einfo "  media-gfx/splash-themes-gentoo"
+               elog "The sample Gentoo themes (emergence, gentoo) have been removed from the"
+               elog "core splashutils package. To get some themes you might want to emerge:"
+               elog "  media-gfx/splash-themes-livecd"
+               elog "  media-gfx/splash-themes-gentoo"
        fi
 }
index 66164b980a6bf7b7a440223bd12fe156e568588c..3b2e25afd58bab79149d9ec8d7d28b9871665737 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/swftools
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/ChangeLog,v 1.22 2007/04/02 04:30:51 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/ChangeLog,v 1.23 2007/04/30 22:48:48 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> swftools-0.7.0.ebuild,
+  swftools-0.8.0.ebuild, swftools-0.8.1.ebuild:
+  Replacing einfo with elog
 
 *swftools-0.8.1 (02 Apr 2007)
 
index 8d1f1f12d46b9820db152d2e3576dd099d3dc7ba..b6b078533a008d9438f6b55bae3a91081c2275ea 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-gfx/swftools/swftools-0.7.0.ebuild,v 1.7 2006/06/11 17:19:52 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/swftools-0.7.0.ebuild,v 1.8 2007/04/30 22:48:48 genone Exp $
 
 inherit eutils
 
@@ -30,8 +30,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "avifile and ungif are currently not supported."
-       einfo "Therefore, avi2swf and gif2swf were not installed."
-       einfo
+       elog
+       elog "avifile and ungif are currently not supported."
+       elog "Therefore, avi2swf and gif2swf were not installed."
+       elog
 }
index abe657f92c337cc23da07d253cebaf6d8dfc0589..d1c4ecc00aa25fa55c66644a284aea0cee7d0f2f 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-gfx/swftools/swftools-0.8.0.ebuild,v 1.3 2007/04/02 04:30:51 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/swftools-0.8.0.ebuild,v 1.4 2007/04/30 22:48:48 genone Exp $
 
 inherit eutils
 
@@ -32,8 +32,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "avifile is currently not supported."
-       einfo "Therefore, avi2swf was not installed."
-       einfo
+       elog
+       elog "avifile is currently not supported."
+       elog "Therefore, avi2swf was not installed."
+       elog
 }
index 01589b042db1b9973cd7f15d59c4109f3bd297af..af70c501d2a784194e73e3a4cf70267a1373fa52 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-gfx/swftools/swftools-0.8.1.ebuild,v 1.1 2007/04/02 04:30:51 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/swftools-0.8.1.ebuild,v 1.2 2007/04/30 22:48:48 genone Exp $
 
 inherit eutils
 
@@ -32,8 +32,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "avifile is currently not supported."
-       einfo "Therefore, avi2swf was not installed."
-       einfo
+       elog
+       elog "avifile is currently not supported."
+       elog "Therefore, avi2swf was not installed."
+       elog
 }
index 2e55871b5954e39a9b11f53617bd0941b738a22b..093fd1f5d5958d4d95902577ef8f5c68fbe18ab5 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/tuxpaint
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.32 2007/04/08 19:51:24 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.33 2007/04/30 22:51:59 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> tuxpaint-0.9.15b-r1.ebuild,
+  tuxpaint-0.9.16.ebuild, tuxpaint-0.9.16-r1.ebuild:
+  Replacing einfo with elog
 
   08 Apr 2007; Peter Weller <welp@gentoo.org> tuxpaint-0.9.16-r1.ebuild:
   Stable on amd64 wrt bug 172165
index c64ea64175fff175beebf41ab7bd248f277647d1..dbd3802cf1c6d8efa27312f6df0f2bbdb9cc69dd 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-gfx/tuxpaint/tuxpaint-0.9.15b-r1.ebuild,v 1.5 2006/10/03 04:16:27 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.15b-r1.ebuild,v 1.6 2007/04/30 22:51:59 genone Exp $
 
 inherit eutils
 
@@ -61,9 +61,9 @@ src_install () {
 }
 
 pkg_postinst() {
-       einfo ""
-       einfo "For additional graphic stamps, you can emerge the"
-       einfo "media-gfx/tuxpaint-stamps package."
-       einfo ""
+       elog ""
+       elog "For additional graphic stamps, you can emerge the"
+       elog "media-gfx/tuxpaint-stamps package."
+       elog ""
 }
 
index 24abfb9abc847dd1eef7941657aa99dbe4b25f5e..a4cbc177086ee0700b4f143438622011383ab261 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-gfx/tuxpaint/tuxpaint-0.9.16-r1.ebuild,v 1.4 2007/04/08 19:51:24 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.16-r1.ebuild,v 1.5 2007/04/30 22:51:59 genone Exp $
 
 inherit eutils gnome2-utils
 
@@ -55,8 +55,8 @@ src_install () {
 pkg_postinst() {
        gnome2_icon_cache_update
 
-       einfo ""
-       einfo "For additional graphic stamps, you can emerge the"
-       einfo "media-gfx/tuxpaint-stamps package."
-       einfo ""
+       elog ""
+       elog "For additional graphic stamps, you can emerge the"
+       elog "media-gfx/tuxpaint-stamps package."
+       elog ""
 }
index aa81390971ce19fd7fabad401e34b4e2433e2f3d..9fdd14dae6ffe9e49b124e7c33c13feaea8fab3d 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-gfx/tuxpaint/tuxpaint-0.9.16.ebuild,v 1.1 2006/11/01 02:51:16 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.16.ebuild,v 1.2 2007/04/30 22:51:59 genone Exp $
 
 inherit eutils
 
@@ -61,9 +61,9 @@ src_install () {
 }
 
 pkg_postinst() {
-       einfo ""
-       einfo "For additional graphic stamps, you can emerge the"
-       einfo "media-gfx/tuxpaint-stamps package."
-       einfo ""
+       elog ""
+       elog "For additional graphic stamps, you can emerge the"
+       elog "media-gfx/tuxpaint-stamps package."
+       elog ""
 }
 
index a91767d436aaadc5aff822598affb9470f6eb77e..519b683a02f89e5d4db924029d7b4cdfc7362ebf 100644 (file)
@@ -1,17 +1,20 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
 DIST xsane-0.991.tar.gz 2930784 RMD160 a1ef5315914e6525c0667bf253aff25d01ccb644 SHA1 22725e8a956955b75ac6791f69a3e9a4ae744ac7 SHA256 e239286b5a934267ad55c481b697013cec51b9428022454d424abd994341cbee
 DIST xsane-0.994.tar.gz 3303013 RMD160 5ce83791e16a0c805b2850bb17092092264a3ce1 SHA1 64a936f0e95b5c5d296e34407d72813dd802b309 SHA256 67d72b8b76a44f106bf758db319c490d2c6c9edf9a269544e71e5c783a58ad0a
-EBUILD xsane-0.991.ebuild 1764 RMD160 e6a1b5a61697f39dc7bfc3420086a53efbe23131 SHA1 afe51b95d55058365e1a5a06dbabb2035ee28036 SHA256 7b6636cfc3c0db908c0fe27fab05bd0d53613e2bb98f111491324facfc9b5477
-MD5 5f46cca3d89f32d55092d9abd120b012 xsane-0.991.ebuild 1764
-RMD160 e6a1b5a61697f39dc7bfc3420086a53efbe23131 xsane-0.991.ebuild 1764
-SHA256 7b6636cfc3c0db908c0fe27fab05bd0d53613e2bb98f111491324facfc9b5477 xsane-0.991.ebuild 1764
-EBUILD xsane-0.994.ebuild 1948 RMD160 7714a4a80ad2466ae5e3290b120b91b1a98419ba SHA1 af11f49dda1641e7a453f6b00cced83d1d218763 SHA256 4e77382cf15ff0d1eae25eb30bbd2f2ac8e3bb8b81fb48f17ddc5cc37124f6d4
-MD5 55aa08a1951dbca8379eabab9e04467d xsane-0.994.ebuild 1948
-RMD160 7714a4a80ad2466ae5e3290b120b91b1a98419ba xsane-0.994.ebuild 1948
-SHA256 4e77382cf15ff0d1eae25eb30bbd2f2ac8e3bb8b81fb48f17ddc5cc37124f6d4 xsane-0.994.ebuild 1948
-MISC ChangeLog 7072 RMD160 bbfec423b6c20298062ed4f3eed4904bb39b45bd SHA1 5a6f7f91a462bcdd6630ac2f89505e0037e3e55d SHA256 3cd5f0098929a1a282f0ec31f4a66195e82301290e1ed551bfbd3e12b0adb74e
-MD5 564ba6ba256cded0852878ba144e864a ChangeLog 7072
-RMD160 bbfec423b6c20298062ed4f3eed4904bb39b45bd ChangeLog 7072
-SHA256 3cd5f0098929a1a282f0ec31f4a66195e82301290e1ed551bfbd3e12b0adb74e ChangeLog 7072
+EBUILD xsane-0.991.ebuild 1740 RMD160 7d5eda4c7ea99b095e9c27cdd22a7df57c644934 SHA1 59ade7989e1b100cbf60e5496f7bdb9d9e4b22f0 SHA256 17c6ef6a7b9a7bf2e93d8fcd305680fd7acb2db2e8bb4b97c257b2b99cdf05bd
+MD5 1d17ad1276574d5777279eb472f082b0 xsane-0.991.ebuild 1740
+RMD160 7d5eda4c7ea99b095e9c27cdd22a7df57c644934 xsane-0.991.ebuild 1740
+SHA256 17c6ef6a7b9a7bf2e93d8fcd305680fd7acb2db2e8bb4b97c257b2b99cdf05bd xsane-0.991.ebuild 1740
+EBUILD xsane-0.994.ebuild 1924 RMD160 1d80689ccc51ae9d573697b4a56b400421c2f76b SHA1 28a9412e3b2a9a59f2f617b79319af0d2c4145f9 SHA256 89caa5a8a09311b7b6f79e6e1cb86f015ba39c844cf34e0492d737c24d62f5f1
+MD5 e8ec9c179e4c14f72fcd6431259f3f56 xsane-0.994.ebuild 1924
+RMD160 1d80689ccc51ae9d573697b4a56b400421c2f76b xsane-0.994.ebuild 1924
+SHA256 89caa5a8a09311b7b6f79e6e1cb86f015ba39c844cf34e0492d737c24d62f5f1 xsane-0.994.ebuild 1924
+MISC ChangeLog 7190 RMD160 29630d45fd4dd2cf0ae5b8e758ca257f2ec3998b SHA1 71071ecf11f7b450c8000b47d54863b1964b429f SHA256 a718b8b30eb0a292d2d10e8ea267d1247a7050edc431be60ac12c09f0de3d923
+MD5 457652903e76e5a5ca59806f9f39a172 ChangeLog 7190
+RMD160 29630d45fd4dd2cf0ae5b8e758ca257f2ec3998b ChangeLog 7190
+SHA256 a718b8b30eb0a292d2d10e8ea267d1247a7050edc431be60ac12c09f0de3d923 ChangeLog 7190
 MISC metadata.xml 347 RMD160 9c5418a1d8b854e2712e7e289975451d9c637879 SHA1 28c80bd21faa8459043efc31e8fe8a097c42fde8 SHA256 484450961ffb985cd8f2e3d470e1bc2a608cda571a6c571381b679f062c903f3
 MD5 1f00d52c238ab654e46144b458cb8090 metadata.xml 347
 RMD160 9c5418a1d8b854e2712e7e289975451d9c637879 metadata.xml 347
@@ -22,3 +25,10 @@ SHA256 d169bcf15de3d86e898f75f6fc8ee06b9097c8aa6f017da6df5ebd9bedc9be12 files/di
 MD5 678b7b08b45e083d275697d93b7d2659 files/digest-xsane-0.994 238
 RMD160 d5486ee28a4de073cec98e83615c83c7d7b53c61 files/digest-xsane-0.994 238
 SHA256 97ea950839ef0f0674d87d51f6d1f48aadf13ddb82feeb95de7995c22cd551db files/digest-xsane-0.994 238
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.3 (GNU/Linux)
+
+iD8DBQFGNnQH6J2i8a8J4okRAonVAJwIJBwg8HtKfaIe2DB7uQEn/nQi4QCgkmIC
+6YA8KvUeRCxV/1kzWkVEf4Y=
+=fF1j
+-----END PGP SIGNATURE-----