From 1105f4df680d12366bf10f8584cd3e96198ca71e Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 30 Apr 2007 23:04:07 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2.5) --- media-libs/gst-plugins-good/ChangeLog | 7 ++++++- .../gst-plugins-good/gst-plugins-good-0.10.2.ebuild | 16 ++++++++-------- .../gst-plugins-good/gst-plugins-good-0.10.3.ebuild | 16 ++++++++-------- .../gst-plugins-good/gst-plugins-good-0.10.4.ebuild | 14 +++++++------- .../gst-plugins-good/gst-plugins-good-0.10.5.ebuild | 14 +++++++------- 5 files changed, 36 insertions(+), 31 deletions(-) (limited to 'media-libs') diff --git a/media-libs/gst-plugins-good/ChangeLog b/media-libs/gst-plugins-good/ChangeLog index 60746e55fcfb..117b7471728e 100644 --- a/media-libs/gst-plugins-good/ChangeLog +++ b/media-libs/gst-plugins-good/ChangeLog @@ -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 + 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 gst-plugins-good-0.10.5.ebuild: diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild index d0fea48e3fec..922f6351dc9e 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/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-'." - 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-'." + 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() { diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild index 4d1fe330e462..ecc0bdd0e5b7 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/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-'." - 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-'." + 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() { diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild index 4b869c33b86c..9ded2f645cbc 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild @@ -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-'." - 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-'." + 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() { diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild index 4e6d2bbb2da9..0ea0b72ebda7 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild @@ -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-'." - 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-'." + 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() { -- cgit v1.2.3-65-gdbad