diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:08:27 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:08:27 +0000 |
commit | 642b993687536316c39fbd65def8dc2d8c75d90a (patch) | |
tree | 2b76af2657d5401d07d5a63f489e92c3f7c77363 /media-libs | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-642b993687536316c39fbd65def8dc2d8c75d90a.tar.gz gentoo-2-642b993687536316c39fbd65def8dc2d8c75d90a.tar.bz2 gentoo-2-642b993687536316c39fbd65def8dc2d8c75d90a.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gstreamer/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.10.11.ebuild | 16 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.10.12.ebuild | 16 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.10.8.ebuild | 18 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.8.11.ebuild | 16 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.8.12.ebuild | 16 |
6 files changed, 47 insertions, 42 deletions
diff --git a/media-libs/gstreamer/ChangeLog b/media-libs/gstreamer/ChangeLog index cc1c96783146..3d13fbdfef28 100644 --- a/media-libs/gstreamer/ChangeLog +++ b/media-libs/gstreamer/ChangeLog @@ -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: diff --git a/media-libs/gstreamer/gstreamer-0.10.11.ebuild b/media-libs/gstreamer/gstreamer-0.10.11.ebuild index b50d2ba8f7c0..8a1750ef21e6 100644 --- a/media-libs/gstreamer/gstreamer-0.10.11.ebuild +++ b/media-libs/gstreamer/gstreamer-0.10.11.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/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" } diff --git a/media-libs/gstreamer/gstreamer-0.10.12.ebuild b/media-libs/gstreamer/gstreamer-0.10.12.ebuild index 9613d7461aa5..c9cf60dda197 100644 --- a/media-libs/gstreamer/gstreamer-0.10.12.ebuild +++ b/media-libs/gstreamer/gstreamer-0.10.12.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/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" } diff --git a/media-libs/gstreamer/gstreamer-0.10.8.ebuild b/media-libs/gstreamer/gstreamer-0.10.8.ebuild index cbfe44610a3b..b691baab928e 100644 --- a/media-libs/gstreamer/gstreamer-0.10.8.ebuild +++ b/media-libs/gstreamer/gstreamer-0.10.8.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/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" } diff --git a/media-libs/gstreamer/gstreamer-0.8.11.ebuild b/media-libs/gstreamer/gstreamer-0.8.11.ebuild index b8730efa7455..c7dd78e1b6fa 100644 --- a/media-libs/gstreamer/gstreamer-0.8.11.ebuild +++ b/media-libs/gstreamer/gstreamer-0.8.11.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/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" } diff --git a/media-libs/gstreamer/gstreamer-0.8.12.ebuild b/media-libs/gstreamer/gstreamer-0.8.12.ebuild index 72c7216e4907..b64f0d36a234 100644 --- a/media-libs/gstreamer/gstreamer-0.8.12.ebuild +++ b/media-libs/gstreamer/gstreamer-0.8.12.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/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" } |