summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 22:59:18 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 22:59:18 +0000
commitf7c13d1008f6b05d373d86d8f4f1125365193e93 (patch)
tree3872d5de7d10f90ee71b5ef0c075398d171089ab /media-libs/gst-plugins
parentReplacing einfo with elog (diff)
downloadgentoo-2-f7c13d1008f6b05d373d86d8f4f1125365193e93.tar.gz
gentoo-2-f7c13d1008f6b05d373d86d8f4f1125365193e93.tar.bz2
gentoo-2-f7c13d1008f6b05d373d86d8f4f1125365193e93.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-libs/gst-plugins')
-rw-r--r--media-libs/gst-plugins/ChangeLog6
-rw-r--r--media-libs/gst-plugins/gst-plugins-0.8.11.ebuild16
-rw-r--r--media-libs/gst-plugins/gst-plugins-0.8.12.ebuild16
3 files changed, 21 insertions, 17 deletions
diff --git a/media-libs/gst-plugins/ChangeLog b/media-libs/gst-plugins/ChangeLog
index 9281bd78cd96..a6411a0da143 100644
--- a/media-libs/gst-plugins/ChangeLog
+++ b/media-libs/gst-plugins/ChangeLog
@@ -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,
diff --git a/media-libs/gst-plugins/gst-plugins-0.8.11.ebuild b/media-libs/gst-plugins/gst-plugins-0.8.11.ebuild
index 18f68f62c90d..3cbdaaedeec4 100644
--- a/media-libs/gst-plugins/gst-plugins-0.8.11.ebuild
+++ b/media-libs/gst-plugins/gst-plugins-0.8.11.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/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."
}
diff --git a/media-libs/gst-plugins/gst-plugins-0.8.12.ebuild b/media-libs/gst-plugins/gst-plugins-0.8.12.ebuild
index d34af8ffc2b9..42abff6e3ffe 100644
--- a/media-libs/gst-plugins/gst-plugins-0.8.12.ebuild
+++ b/media-libs/gst-plugins/gst-plugins-0.8.12.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/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."
}