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

32 files changed:
media-libs/dumb/ChangeLog
media-libs/dumb/dumb-0.9.3-r1.ebuild
media-libs/gst-plugins-good/ChangeLog
media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild
media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild
media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild
media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild
media-libs/gst-plugins-ugly/ChangeLog
media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild
media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.4.ebuild
media-libs/gst-plugins/ChangeLog
media-libs/gst-plugins/gst-plugins-0.8.11.ebuild
media-libs/gst-plugins/gst-plugins-0.8.12.ebuild
media-libs/gstreamer/ChangeLog
media-libs/gstreamer/gstreamer-0.10.11.ebuild
media-libs/gstreamer/gstreamer-0.10.12.ebuild
media-libs/gstreamer/gstreamer-0.10.8.ebuild
media-libs/gstreamer/gstreamer-0.8.11.ebuild
media-libs/gstreamer/gstreamer-0.8.12.ebuild
media-libs/libdvb/ChangeLog
media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild
media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild
media-libs/libexif/ChangeLog
media-libs/libexif/libexif-0.5.12-r3.ebuild
media-libs/libquicktime/ChangeLog
media-libs/libquicktime/libquicktime-0.9.10.ebuild
media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild
media-libs/libquicktime/libquicktime-0.9.9-r1.ebuild
media-libs/libquicktime/libquicktime-0.9.9.ebuild
media-libs/libquicktime/libquicktime-1.0.0.ebuild
media-libs/libwmf/ChangeLog
media-libs/libwmf/libwmf-0.2.8.4.ebuild

index 94e80b1de6b80a19179cde9dfc8cde5ca80ac9d4..73f81234dd24b0173e7ea17f417494750f645c4d 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/dumb
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.32 2007/01/29 00:07:27 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.33 2007/04/30 22:57:35 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> dumb-0.9.3-r1.ebuild:
+  Replacing einfo with elog
 
   29 Jan 2007; Christian Birchinger <joker@gentoo.org>
   -dumb-0.9.2-r2.ebuild, -dumb-0.9.2-r3.ebuild, -dumb-0.9.3.ebuild:
index a5937c3f37754438fd08cddc738ea1bdb88cd893..25e5f0a68c6945d06b8c3690a39c20660efe6a88 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/dumb/dumb-0.9.3-r1.ebuild,v 1.8 2006/09/02 23:30:26 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.9 2007/04/30 22:57:35 genone Exp $
 
 IUSE="debug"
 
@@ -48,20 +48,20 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "DUMB's core has been installed. This will enable you to convert module"
-       einfo "files to PCM data (ready for sending to /dev/dsp, writing to a .wav"
-       einfo "file, piping through oggenc, etc.)."
-       einfo
-       einfo "If you are using Allegro, you will also want to 'emerge aldumb'. This"
-       einfo "provides you with a convenient API for playing module files through"
-       einfo "Allegro's sound system, and also enables DUMB to integrate with"
-       einfo "Allegro's datafile system so you can add modules to datafiles."
-       einfo
-       einfo "As a developer, when you distribute your game and write your docs, be"
-       einfo "aware that 'dumb' and 'aldumb' actually come from the same download."
-       einfo "People who don't use Gentoo will only have to download and install one"
-       einfo "package. See /usr/share/doc/${PF}/readme.txt.gz for details on"
-       einfo "how DUMB would be compiled manually."
-       einfo
+       elog
+       elog "DUMB's core has been installed. This will enable you to convert module"
+       elog "files to PCM data (ready for sending to /dev/dsp, writing to a .wav"
+       elog "file, piping through oggenc, etc.)."
+       elog
+       elog "If you are using Allegro, you will also want to 'emerge aldumb'. This"
+       elog "provides you with a convenient API for playing module files through"
+       elog "Allegro's sound system, and also enables DUMB to integrate with"
+       elog "Allegro's datafile system so you can add modules to datafiles."
+       elog
+       elog "As a developer, when you distribute your game and write your docs, be"
+       elog "aware that 'dumb' and 'aldumb' actually come from the same download."
+       elog "People who don't use Gentoo will only have to download and install one"
+       elog "package. See /usr/share/doc/${PF}/readme.txt.gz for details on"
+       elog "how DUMB would be compiled manually."
+       elog
 }
index 60746e55fcfb553f8bc73da2d795522d0d283668..117b7471728ecbb3c15b42d8256296c08550dce2 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/gst-plugins-good
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.31 2007/02/16 13:11:37 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.32 2007/04/30 23:04:07 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org>
+  gst-plugins-good-0.10.2.ebuild, gst-plugins-good-0.10.3.ebuild,
+  gst-plugins-good-0.10.4.ebuild, gst-plugins-good-0.10.5.ebuild:
+  Replacing einfo with elog
 
   16 Feb 2007; Roy Marples <uberlord@gentoo.org>
   gst-plugins-good-0.10.5.ebuild:
index d0fea48e3fec8dc668b3565a55ac47439eb1c53b..922f6351dc9e51821737a74d68f9863ba9de00eb 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/gst-plugins-good/gst-plugins-good-0.10.2.ebuild,v 1.8 2006/05/22 00:08:44 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild,v 1.9 2007/04/30 23:04:07 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -52,12 +52,12 @@ pkg_postinst () {
        gnome2_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 }
 
 pkg_postrm() {
index 4d1fe330e462a961c4edb2436830408b8d723204..ecc0bdd0e5b71c050cd251c63a832eaa5a9a0b2b 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/gst-plugins-good/gst-plugins-good-0.10.3.ebuild,v 1.13 2006/10/14 21:17:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild,v 1.14 2007/04/30 23:04:07 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -52,12 +52,12 @@ pkg_postinst () {
        gnome2_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 }
 
 pkg_postrm() {
index 4b869c33b86ca6e97b2a88db308a1c91913d45b2..9ded2f645cbcd5219c96bdde996c69cc5767554c 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/gst-plugins-good/gst-plugins-good-0.10.4.ebuild,v 1.8 2007/02/12 19:19:27 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild,v 1.9 2007/04/30 23:04:07 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -52,12 +52,12 @@ pkg_postinst () {
        gnome2_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 }
 
 pkg_postrm() {
index 4e6d2bbb2da9cb9352dccaa37737f94901b583da..0ea0b72ebda7d699e298754f2c4c35566389fd0f 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/gst-plugins-good/gst-plugins-good-0.10.5.ebuild,v 1.2 2007/02/16 13:11:37 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild,v 1.3 2007/04/30 23:04:07 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -52,12 +52,12 @@ pkg_postinst () {
        gnome2_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 }
 
 pkg_postrm() {
index bfe0ef674115cbca014198a0541593324d81753f..cb654f3b596d1f6b9a4b1214fd2bd869d1f6c919 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.19 2007/02/16 13:05:34 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.20 2007/04/30 23:06:08 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org>
+  gst-plugins-ugly-0.10.3.ebuild, gst-plugins-ugly-0.10.4.ebuild:
+  Replacing einfo with elog
 
   16 Feb 2007; Roy Marples <uberlord@gentoo.org>
   gst-plugins-ugly-0.10.4.ebuild:
index 90130cc8a6ea4c50f17bcfecc234983d734de148..e0310f6fa9c2a54f4a7e2829926c57fb39311c4f 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/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild,v 1.15 2006/10/14 21:21:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild,v 1.16 2007/04/30 23:06:08 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -66,12 +66,12 @@ pkg_postinst () {
        gnome2_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 
 }
 
index 76dec7f00fa4e293a7fd3b041d9be63de0dcb4ab..8705311f203abb192335af09ebdddd8252531f55 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/gst-plugins-ugly/gst-plugins-ugly-0.10.4.ebuild,v 1.3 2007/02/16 13:05:34 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.4.ebuild,v 1.4 2007/04/30 23:06:08 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -62,12 +62,12 @@ pkg_postinst () {
        gnome2_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 
 }
 
index 9281bd78cd96db70a62e9be10e05a406c4030799..a6411a0da1436faf13be7f2422d03c37b957bb36 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/ChangeLog,v 1.150 2007/01/10 05:16:44 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/ChangeLog,v 1.151 2007/04/30 22:59:18 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> gst-plugins-0.8.11.ebuild,
+  gst-plugins-0.8.12.ebuild:
+  Replacing einfo with elog
 
   10 Jan 2007; Mart Raudsepp <leio@gentoo.org>
   -files/gst-plugins-0.8.8-gstplaybin_subfont.patch,
index 18f68f62c90d210f20d948244ddc6b4e499eca36..3cbdaaedeec4159e9e2bd1016c57745f24720ea5 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/gst-plugins/gst-plugins-0.8.11.ebuild,v 1.17 2006/10/14 21:15:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.11.ebuild,v 1.18 2007/04/30 22:59:18 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins gnome2 eutils flag-o-matic libtool
@@ -70,12 +70,12 @@ pkg_postinst () {
        gst-plugins_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 
 }
 
index d34af8ffc2b9230b76a47948fcd443306cbee0ee..42abff6e3ffe84a5dd7c264b72f3f97c79835964 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/gst-plugins/gst-plugins-0.8.12.ebuild,v 1.5 2006/10/14 21:15:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.12.ebuild,v 1.6 2007/04/30 22:59:18 genone Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins gnome2 eutils flag-o-matic libtool
@@ -70,12 +70,12 @@ pkg_postinst () {
        gst-plugins_pkg_postinst
 
        echo ""
-       einfo "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
-       einfo "applications now should provide the basic plugins needed."
-       echo ""
-       einfo "The new seperate plugins are all named 'gst-plugins-<plugin>'."
-       einfo "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
-       einfo "In most cases it shouldn't be needed though to emerge extra plugins."
+       elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
+       elog "applications now should provide the basic plugins needed."
+       elog ""
+       elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
+       elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
+       elog "In most cases it shouldn't be needed though to emerge extra plugins."
 
 }
 
index cc1c967831460ecc96271632f1edc4ec18fccbda..3d13fbdfef28308569d5018ec88337815b02a38d 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/gstreamer
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.173 2007/04/06 12:42:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.174 2007/04/30 23:08:27 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> gstreamer-0.8.11.ebuild,
+  gstreamer-0.8.12.ebuild, gstreamer-0.10.8.ebuild,
+  gstreamer-0.10.11.ebuild, gstreamer-0.10.12.ebuild:
+  Replacing einfo with elog
 
   06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   gstreamer-0.10.11.ebuild:
index b50d2ba8f7c0a51989089b353ec2570a35bfc1ac..8a1750ef21e6e24a44e080b4661ded1bead44411 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/gstreamer/gstreamer-0.10.11.ebuild,v 1.10 2007/04/06 12:42:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.11.ebuild,v 1.11 2007/04/30 23:08:27 genone Exp $
 
 # Create a major/minor combo for our SLOT and executables suffix
 PVP=(${PV//[-\._]/ })
@@ -49,11 +49,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Gstreamer has known problems with prelinking, as a workaround"
-       einfo "this ebuild adds the gstreamer plugins to the prelink mask"
-       einfo "path to stop them from being prelinked. It is imperative"
-       einfo "that you undo & redo prelinking after building this pack for"
-       einfo "this to take effect. Make sure the gstreamer lib path is indeed"
-       einfo "added to the PRELINK_PATH_MASK environment variable."
-       einfo "For more information see http://bugs.gentoo.org/81512"
+       elog "Gstreamer has known problems with prelinking, as a workaround"
+       elog "this ebuild adds the gstreamer plugins to the prelink mask"
+       elog "path to stop them from being prelinked. It is imperative"
+       elog "that you undo & redo prelinking after building this pack for"
+       elog "this to take effect. Make sure the gstreamer lib path is indeed"
+       elog "added to the PRELINK_PATH_MASK environment variable."
+       elog "For more information see http://bugs.gentoo.org/81512"
 }
index 9613d7461aa5a0f996f4bd442ad792e9de9d41ac..c9cf60dda197104dcac01a85d92eb0f27d620446 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/gstreamer/gstreamer-0.10.12.ebuild,v 1.1 2007/03/08 17:50:56 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.12.ebuild,v 1.2 2007/04/30 23:08:27 genone Exp $
 
 # Create a major/minor combo for our SLOT and executables suffix
 PVP=(${PV//[-\._]/ })
@@ -49,11 +49,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Gstreamer has known problems with prelinking, as a workaround"
-       einfo "this ebuild adds the gstreamer plugins to the prelink mask"
-       einfo "path to stop them from being prelinked. It is imperative"
-       einfo "that you undo & redo prelinking after building this pack for"
-       einfo "this to take effect. Make sure the gstreamer lib path is indeed"
-       einfo "added to the PRELINK_PATH_MASK environment variable."
-       einfo "For more information see http://bugs.gentoo.org/81512"
+       elog "Gstreamer has known problems with prelinking, as a workaround"
+       elog "this ebuild adds the gstreamer plugins to the prelink mask"
+       elog "path to stop them from being prelinked. It is imperative"
+       elog "that you undo & redo prelinking after building this pack for"
+       elog "this to take effect. Make sure the gstreamer lib path is indeed"
+       elog "added to the PRELINK_PATH_MASK environment variable."
+       elog "For more information see http://bugs.gentoo.org/81512"
 }
index cbfe44610a3b17df3c12302050f65d4fb7c41e2e..b691baab928eb8a626e4fd568d09455fb0ffb392 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/gstreamer/gstreamer-0.10.8.ebuild,v 1.13 2006/10/14 21:08:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.8.ebuild,v 1.14 2007/04/30 23:08:27 genone Exp $
 
 inherit eutils flag-o-matic libtool flag-o-matic
 
@@ -57,12 +57,12 @@ src_install() {
 
 pkg_postinst() {
 
-       einfo "Gstreamer has known problems with prelinking, as a workaround"
-       einfo "this ebuild adds the gstreamer plugins to the prelink mask"
-       einfo "path to stop them from being prelinked. It is imperative"
-       einfo "that you undo & redo prelinking after building this pack for"
-       einfo "this to take effect. Make sure the gstreamer lib path is indeed"
-       einfo "added to the PRELINK_PATH_MASK environment variable."
-       einfo "For more information see http://bugs.gentoo.org/show_bug.cgi?id=81512"
+       elog "Gstreamer has known problems with prelinking, as a workaround"
+       elog "this ebuild adds the gstreamer plugins to the prelink mask"
+       elog "path to stop them from being prelinked. It is imperative"
+       elog "that you undo & redo prelinking after building this pack for"
+       elog "this to take effect. Make sure the gstreamer lib path is indeed"
+       elog "added to the PRELINK_PATH_MASK environment variable."
+       elog "For more information see http://bugs.gentoo.org/show_bug.cgi?id=81512"
 
 }
index b8730efa7455853daf43cca426492509647b62dc..c7dd78e1b6fa1ca00a7fc99d2d084778599eee2d 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/gstreamer/gstreamer-0.8.11.ebuild,v 1.14 2007/02/15 14:49:50 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.8.11.ebuild,v 1.15 2007/04/30 23:08:27 genone Exp $
 
 inherit eutils flag-o-matic libtool gnome2 flag-o-matic
 
@@ -94,12 +94,12 @@ pkg_postinst() {
 
        gst-register-${PV_MAJ_MIN}
 
-       einfo "Gstreamer has known problems with prelinking, as a workaround"
-       einfo "this ebuild adds the gstreamer plugins to the prelink mask"
-       einfo "path to stop them from being prelinked. It is imperative"
-       einfo "that you undo & redo prelinking after building this pack for"
-       einfo "this to take effect. Make sure the gstreamer lib path is indeed"
-       einfo "added to the PRELINK_PATH_MASK environment variable."
-       einfo "For more information see http://bugs.gentoo.org/show_bug.cgi?id=81512"
+       elog "Gstreamer has known problems with prelinking, as a workaround"
+       elog "this ebuild adds the gstreamer plugins to the prelink mask"
+       elog "path to stop them from being prelinked. It is imperative"
+       elog "that you undo & redo prelinking after building this pack for"
+       elog "this to take effect. Make sure the gstreamer lib path is indeed"
+       elog "added to the PRELINK_PATH_MASK environment variable."
+       elog "For more information see http://bugs.gentoo.org/show_bug.cgi?id=81512"
 
 }
index 72c7216e490740f55cc023c16ab7e3033d727275..b64f0d36a2342e5db49d7bed697381ff45e85675 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/gstreamer/gstreamer-0.8.12.ebuild,v 1.5 2007/02/15 14:49:50 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.8.12.ebuild,v 1.6 2007/04/30 23:08:27 genone Exp $
 
 inherit eutils flag-o-matic libtool gnome2 flag-o-matic
 
@@ -94,12 +94,12 @@ pkg_postinst() {
 
        gst-register-${PV_MAJ_MIN}
 
-       einfo "Gstreamer has known problems with prelinking, as a workaround"
-       einfo "this ebuild adds the gstreamer plugins to the prelink mask"
-       einfo "path to stop them from being prelinked. It is imperative"
-       einfo "that you undo & redo prelinking after building this pack for"
-       einfo "this to take effect. Make sure the gstreamer lib path is indeed"
-       einfo "added to the PRELINK_PATH_MASK environment variable."
-       einfo "For more information see http://bugs.gentoo.org/show_bug.cgi?id=81512"
+       elog "Gstreamer has known problems with prelinking, as a workaround"
+       elog "this ebuild adds the gstreamer plugins to the prelink mask"
+       elog "path to stop them from being prelinked. It is imperative"
+       elog "that you undo & redo prelinking after building this pack for"
+       elog "this to take effect. Make sure the gstreamer lib path is indeed"
+       elog "added to the PRELINK_PATH_MASK environment variable."
+       elog "For more information see http://bugs.gentoo.org/show_bug.cgi?id=81512"
 
 }
index 3682dec577b25990117cc50380b010bd53ac1328..d2e19bb3e8628753f37f78afbea6599ddb5ef116 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libdvb
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/ChangeLog,v 1.32 2006/11/02 10:55:38 zzam Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/ChangeLog,v 1.33 2007/04/30 23:10:44 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> libdvb-0.5.5.1-r2.ebuild,
+  libdvb-0.5.5.1-r3.ebuild:
+  Replacing einfo with elog
 
   02 Nov 2006; Matthias Schwarzott <zzam@gentoo.org>
   libdvb-0.5.5.1-r3.ebuild:
index b0ef21c9bfc0c0c5f716ed12731e44752e34a296..5221f27f62d44e96adf5a004a216e8e6d8c53676 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/libdvb/libdvb-0.5.5.1-r2.ebuild,v 1.7 2006/03/18 17:34:45 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild,v 1.8 2007/04/30 23:10:44 genone Exp $
 
 inherit eutils
 
@@ -37,8 +37,8 @@ src_install() {
        insinto "/usr/share/doc/${PF}/samplerc" && \
        doins samplerc/*
 
-       einfo "The script called 'dia' has been installed as dia-dvb"
-       einfo "so that it doesn't overwrite the binary of app-office/dia."
+       elog "The script called 'dia' has been installed as dia-dvb"
+       elog "so that it doesn't overwrite the binary of app-office/dia."
 
        dodoc README
 }
index 9fa42f0207388c9010bab9e664ecf28b0e6c2f61..f3b597550f7d73fd74c1314ff519ea6f4e7e8469 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/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.3 2006/11/02 10:55:38 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.4 2007/04/30 23:10:44 genone Exp $
 
 WANT_AUTOMAKE="latest"
 WANT_AUTOCONF="latest"
@@ -44,9 +44,9 @@ src_install() {
                doins samplerc/*
        fi
 
-       einfo "The script called 'dia' has been installed as dia_dvb"
-       einfo "so that it doesn't overwrite the binary of app-office/dia."
-       einfo "analyze has been renamed to analyze_mpg."
+       elog "The script called 'dia' has been installed as dia_dvb"
+       elog "so that it doesn't overwrite the binary of app-office/dia."
+       elog "analyze has been renamed to analyze_mpg."
 
        dodoc README
 }
index 149fe65186c261ca3a89a9f63e1d3b072d2e030b..cf0e5ccc480b113b1bc183b4f5b1fef1d06f1e8d 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libexif
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.66 2007/02/19 01:46:44 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.67 2007/04/30 23:13:59 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> libexif-0.5.12-r3.ebuild:
+  Replacing einfo with elog
 
   19 Feb 2007; Marien Zwart <marienz@gentoo.org> libexif-0.6.13-r1.ebuild:
   Move preserve_old_lib call from src_install to pkg_postinst because
index c482e3e4d7875836dd1a5e25837aeb99b2536eae..94e08f8470fe00fdf1c87a7721b9b5f413f489f3 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/libexif/libexif-0.5.12-r3.ebuild,v 1.10 2007/02/08 19:29:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.5.12-r3.ebuild,v 1.11 2007/04/30 23:13:59 genone Exp $
 
 inherit eutils
 
@@ -42,8 +42,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "if you've upgraded from ${PN}-0.5.8 you'll"
-       einfo "have to run revdep-rebuild from gentoolkit"
-       einfo
+       elog
+       elog "if you've upgraded from ${PN}-0.5.8 you'll"
+       elog "have to run revdep-rebuild from gentoolkit"
+       elog
 }
index 3cc6bcbbe3ec48a46dbb2283aa625334528bd59c..a85962c7250c6c5e0830df37bd6e6927264d9bfd 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libquicktime
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.85 2007/04/17 23:48:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.86 2007/04/30 23:18:43 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org>
+  libquicktime-0.9.7-r1.ebuild, libquicktime-0.9.9.ebuild,
+  libquicktime-0.9.9-r1.ebuild, libquicktime-0.9.10.ebuild,
+  libquicktime-1.0.0.ebuild:
+  Replacing einfo with elog
 
 *libquicktime-1.0.0 (17 Apr 2007)
 
index 0a18b297a9fd7719987dc6038f8fe801ff8e1725..b7859c79c0cb17bf994f9d953a31490c4befce74 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/libquicktime/libquicktime-0.9.10.ebuild,v 1.15 2007/03/27 15:02:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.10.ebuild,v 1.16 2007/04/30 23:18:43 genone Exp $
 
 WANT_AUTOMAKE="latest"
 WANT_AUTOCONF="latest"
@@ -104,17 +104,17 @@ src_install() {
 
 pkg_preinst() {
        if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
-               einfo "For compatibility with other quicktime libraries, ${PN} was"
-               einfo "going to create a /usr/include/quicktime symlink, but for some"
-               einfo "reason that is a directory on your system."
+               elog "For compatibility with other quicktime libraries, ${PN} was"
+               elog "going to create a /usr/include/quicktime symlink, but for some"
+               elog "reason that is a directory on your system."
 
                if $(has_version =media-libs/libquicktime-0.9.4); then
-                       einfo "It seems this directory belongs to libquicktime-0.9.4."
-                       einfo "We'll delete that directory now."
+                       elog "It seems this directory belongs to libquicktime-0.9.4."
+                       elog "We'll delete that directory now."
                        rm -rvf /usr/include/quicktime
                else
-                       einfo "Please check that is empty, and remove it, or submit a bug"
-                       einfo "telling us which package owns the directory."
+                       elog "Please check that is empty, and remove it, or submit a bug"
+                       elog "telling us which package owns the directory."
                        die "/usr/include/quicktime is a directory."
                fi
        fi
index 25470e7aadc006716032f719dcde2f2aababb1cc..79fc3c42c45c0bb250f004818b7c982b4c1b186d 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/libquicktime/libquicktime-0.9.7-r1.ebuild,v 1.20 2006/11/09 09:38:15 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.7-r1.ebuild,v 1.21 2007/04/30 23:18:43 genone Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -84,16 +84,16 @@ src_install() {
 
 pkg_preinst() {
        if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
-               einfo "For compatibility with other quicktime libraries, ${PN} was"
-               einfo "going to create a /usr/include/quicktime symlink, but for some"
-               einfo "reason that is a directory on your system."
+               elog "For compatibility with other quicktime libraries, ${PN} was"
+               elog "going to create a /usr/include/quicktime symlink, but for some"
+               elog "reason that is a directory on your system."
                if $(has_version =media-libs/libquicktime-0.9.4); then
-                       einfo "It seems this directory belongs to libquicktime-0.9.4."
-                       einfo "We'll delete that directory now."
+                       elog "It seems this directory belongs to libquicktime-0.9.4."
+                       elog "We'll delete that directory now."
                        rm -rvf /usr/include/quicktime
            else
-                       einfo "Please check that is empty, and remove it, or submit a bug"
-                       einfo "telling us which package owns the directory."
+                       elog "Please check that is empty, and remove it, or submit a bug"
+                       elog "telling us which package owns the directory."
                        die "/usr/include/quicktime is a directory."
            fi
        fi
index 55030b42e4a3922a857edc825697e0d02a5200e6..d440584e4befa840122db90dc73beba008ecc995 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/libquicktime/libquicktime-0.9.9-r1.ebuild,v 1.2 2006/10/15 09:06:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.9-r1.ebuild,v 1.3 2007/04/30 23:18:43 genone Exp $
 
 inherit libtool eutils autotools
 
@@ -63,17 +63,17 @@ src_install() {
 
 pkg_preinst() {
        if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
-               einfo "For compatibility with other quicktime libraries, ${PN} was"
-               einfo "going to create a /usr/include/quicktime symlink, but for some"
-               einfo "reason that is a directory on your system."
+               elog "For compatibility with other quicktime libraries, ${PN} was"
+               elog "going to create a /usr/include/quicktime symlink, but for some"
+               elog "reason that is a directory on your system."
 
                if $(has_version =media-libs/libquicktime-0.9.4); then
-                       einfo "It seems this directory belongs to libquicktime-0.9.4."
-                       einfo "We'll delete that directory now."
+                       elog "It seems this directory belongs to libquicktime-0.9.4."
+                       elog "We'll delete that directory now."
                        rm -rvf /usr/include/quicktime
                else
-                       einfo "Please check that is empty, and remove it, or submit a bug"
-                       einfo "telling us which package owns the directory."
+                       elog "Please check that is empty, and remove it, or submit a bug"
+                       elog "telling us which package owns the directory."
                        die "/usr/include/quicktime is a directory."
                fi
        fi
index d1adb5f460402d2c3d4260337b502fc951d8f823..0cdf89499df0a8c96bb473a47be756a741888c83 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/libquicktime/libquicktime-0.9.9.ebuild,v 1.2 2006/08/05 23:56:04 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.9.ebuild,v 1.3 2007/04/30 23:18:43 genone Exp $
 
 inherit libtool eutils autotools
 
@@ -58,17 +58,17 @@ src_install() {
 
 pkg_preinst() {
        if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
-               einfo "For compatibility with other quicktime libraries, ${PN} was"
-               einfo "going to create a /usr/include/quicktime symlink, but for some"
-               einfo "reason that is a directory on your system."
+               elog "For compatibility with other quicktime libraries, ${PN} was"
+               elog "going to create a /usr/include/quicktime symlink, but for some"
+               elog "reason that is a directory on your system."
 
                if $(has_version =media-libs/libquicktime-0.9.4); then
-                       einfo "It seems this directory belongs to libquicktime-0.9.4."
-                       einfo "We'll delete that directory now."
+                       elog "It seems this directory belongs to libquicktime-0.9.4."
+                       elog "We'll delete that directory now."
                        rm -rvf /usr/include/quicktime
                else
-                       einfo "Please check that is empty, and remove it, or submit a bug"
-                       einfo "telling us which package owns the directory."
+                       elog "Please check that is empty, and remove it, or submit a bug"
+                       elog "telling us which package owns the directory."
                        die "/usr/include/quicktime is a directory."
                fi
        fi
index 3f941a09f791469fbe41758b5716ca5695ce143a..d55bbd99d69b920ad93921800bb1f1e1d7e354ef 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/libquicktime/libquicktime-1.0.0.ebuild,v 1.1 2007/04/17 23:48:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.0.0.ebuild,v 1.2 2007/04/30 23:18:43 genone Exp $
 
 WANT_AUTOMAKE="latest"
 WANT_AUTOCONF="latest"
@@ -99,17 +99,17 @@ src_install() {
 
 pkg_preinst() {
        if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
-               einfo "For compatibility with other quicktime libraries, ${PN} was"
-               einfo "going to create a /usr/include/quicktime symlink, but for some"
-               einfo "reason that is a directory on your system."
+               elog "For compatibility with other quicktime libraries, ${PN} was"
+               elog "going to create a /usr/include/quicktime symlink, but for some"
+               elog "reason that is a directory on your system."
 
                if $(has_version =media-libs/libquicktime-0.9.4); then
-                       einfo "It seems this directory belongs to libquicktime-0.9.4."
-                       einfo "We'll delete that directory now."
+                       elog "It seems this directory belongs to libquicktime-0.9.4."
+                       elog "We'll delete that directory now."
                        rm -rvf /usr/include/quicktime
                else
-                       einfo "Please check that is empty, and remove it, or submit a bug"
-                       einfo "telling us which package owns the directory."
+                       elog "Please check that is empty, and remove it, or submit a bug"
+                       elog "telling us which package owns the directory."
                        die "/usr/include/quicktime is a directory."
                fi
        fi
index 879b30d4e538e86c6067d3aaac3edd670143aee3..343e8decc5f10da3ef05a4c33fea73cb87140648 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libwmf
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.51 2007/02/17 22:27:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.52 2007/04/30 23:20:24 genone Exp $
+
+  30 Apr 2007; Marius Mauch <genone@gentoo.org> libwmf-0.2.8.4.ebuild:
+  Replacing einfo with elog
 
   17 Feb 2007; Fabian Groffen <grobian@gentoo.org> libwmf-0.2.8.4.ebuild:
   Dropped ppc-macos keyword, see you in prefix
index 799ef7f18c2d20460973c4a7b95e460bbe0a34bb..c62807ea69518c3c3b1ba33c7098d068db28ad80 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/libwmf/libwmf-0.2.8.4.ebuild,v 1.13 2007/02/17 22:27:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4.ebuild,v 1.14 2007/04/30 23:20:24 genone Exp $
 
 inherit eutils autotools
 
@@ -56,10 +56,10 @@ src_unpack() {
 
 src_compile() {
        if use expat && use xml ; then
-               einfo "You can specify only one USE flag from expat and xml, to use expat"
-               einfo "or libxml2, respectively."
-               einfo
-               einfo "You have both flags enabled, we will default to expat (like autocheck does)."
+               elog "You can specify only one USE flag from expat and xml, to use expat"
+               elog "or libxml2, respectively."
+               elog
+               elog "You have both flags enabled, we will default to expat (like autocheck does)."
                myconf="${myconf} --with-expat --without-libxml2"
        else
                myconf="${myconf} $(use_with expat) $(use_with xml libxml2)"