diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 01:28:01 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 01:28:01 +0000 |
commit | 2f85fedb5df324c09170634459325e712e2747fa (patch) | |
tree | d86de8c766a296c3a1595c4bc6d72b9654d0166a /gnome-extra | |
parent | Cleanup. (diff) | |
download | gentoo-2-2f85fedb5df324c09170634459325e712e2747fa.tar.gz gentoo-2-2f85fedb5df324c09170634459325e712e2747fa.tar.bz2 gentoo-2-2f85fedb5df324c09170634459325e712e2747fa.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nautilus-sendto/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/nautilus-sendto/nautilus-sendto-0.8-r1.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/gnome-extra/nautilus-sendto/ChangeLog b/gnome-extra/nautilus-sendto/ChangeLog index fa16200ecfdb..4e9f0baf8779 100644 --- a/gnome-extra/nautilus-sendto/ChangeLog +++ b/gnome-extra/nautilus-sendto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/nautilus-sendto # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.8 2007/01/10 23:41:07 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.9 2007/03/18 01:28:01 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> nautilus-sendto-0.8.ebuild, + nautilus-sendto-0.8-r1.ebuild: + Replacing einfo with elog 10 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> -files/nautilus-sendto-0.5-configure-options.patch, diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-0.8-r1.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-0.8-r1.ebuild index da9bf41d6b06..d717561871e2 100644 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-0.8-r1.ebuild +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-0.8-r1.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/gnome-extra/nautilus-sendto/nautilus-sendto-0.8-r1.ebuild,v 1.1 2007/01/10 23:37:18 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-0.8-r1.ebuild,v 1.2 2007/03/18 01:28:01 genone Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -82,7 +82,7 @@ pkg_postinst() { gnome2_pkg_postinst if use gaim ; then - einfo "To enable SendTo support in GAIM, you must enable the plugin in GAIM" - einfo "Check Tools -> Preferences -> Plugins in the GAIM menu." + elog "To enable SendTo support in GAIM, you must enable the plugin in GAIM" + elog "Check Tools -> Preferences -> Plugins in the GAIM menu." fi } diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild index 529e2df61d61..2d00a62ac04b 100644 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-0.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/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild,v 1.3 2006/12/07 04:24:49 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-0.8.ebuild,v 1.4 2007/03/18 01:28:01 genone Exp $ inherit gnome2 eutils autotools @@ -68,7 +68,7 @@ pkg_postinst() { gnome2_pkg_postinst if use gaim ; then - einfo "To enable SendTo support in GAIM, you must enable the plugin in GAIM" - einfo "Check Tools -> Preferences -> Plugins in the GAIM menu." + elog "To enable SendTo support in GAIM, you must enable the plugin in GAIM" + elog "Check Tools -> Preferences -> Plugins in the GAIM menu." fi } |