diff options
author | 2007-03-13 23:20:13 +0000 | |
---|---|---|
committer | 2007-03-13 23:20:13 +0000 | |
commit | 8e53215bcc4bd793558022983968c422c4bab121 (patch) | |
tree | 754328ab9a95f975325c4f2bf491da6d411f618f /gnome-base/gnome-light | |
parent | fix DEPEND (diff) | |
download | historical-8e53215bcc4bd793558022983968c422c4bab121.tar.gz historical-8e53215bcc4bd793558022983968c422c4bab121.tar.bz2 historical-8e53215bcc4bd793558022983968c422c4bab121.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'gnome-base/gnome-light')
-rw-r--r-- | gnome-base/gnome-light/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.12.0.ebuild | 16 | ||||
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.14.0.ebuild | 16 | ||||
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.16.1.ebuild | 14 | ||||
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.16.2.ebuild | 14 |
5 files changed, 36 insertions, 31 deletions
diff --git a/gnome-base/gnome-light/ChangeLog b/gnome-base/gnome-light/ChangeLog index 8d778faebe55..c9f8b93ea258 100644 --- a/gnome-base/gnome-light/ChangeLog +++ b/gnome-base/gnome-light/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-light # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.43 2007/02/09 23:31:02 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.44 2007/03/13 23:18:22 genone Exp $ + + 13 Mar 2007; Marius Mauch <genone@gentoo.org> gnome-light-2.12.0.ebuild, + gnome-light-2.14.0.ebuild, gnome-light-2.16.1.ebuild, + gnome-light-2.16.2.ebuild: + Replacing einfo with elog 09 Feb 2007; Roy Marples <uberlord@gentoo.org> gnome-light-2.16.2.ebuild: Added ~x86-fbsd keyword. diff --git a/gnome-base/gnome-light/gnome-light-2.12.0.ebuild b/gnome-base/gnome-light/gnome-light-2.12.0.ebuild index 961d9a27525e..979c6f94af91 100644 --- a/gnome-base/gnome-light/gnome-light-2.12.0.ebuild +++ b/gnome-base/gnome-light/gnome-light-2.12.0.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-base/gnome-light/gnome-light-2.12.0.ebuild,v 1.4 2006/01/23 21:46:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.12.0.ebuild,v 1.5 2007/03/13 23:18:22 genone Exp $ S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop, merge this package to install" @@ -70,11 +70,11 @@ RDEPEND="!gnome-base/gnome-core pkg_postinst () { - einfo "note that to change windowmanager to metacity do: " - einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" - einfo "of course this works for all other window managers as well" - einfo "" - einfo "Use gnome-base/gnome for the full GNOME Desktop" - einfo "as released by the GNOME team." + elog "Note that to change windowmanager to metacity do: " + elog " export WINDOW_MANAGER=\"/usr/bin/metacity\"" + elog "of course this works for all other window managers as well" + elog + elog "Use gnome-base/gnome for the full GNOME Desktop" + elog "as released by the GNOME team." } diff --git a/gnome-base/gnome-light/gnome-light-2.14.0.ebuild b/gnome-base/gnome-light/gnome-light-2.14.0.ebuild index c9aa608da68c..0c50bbb7f450 100644 --- a/gnome-base/gnome-light/gnome-light-2.14.0.ebuild +++ b/gnome-base/gnome-light/gnome-light-2.14.0.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-base/gnome-light/gnome-light-2.14.0.ebuild,v 1.3 2006/05/04 14:43:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.14.0.ebuild,v 1.4 2007/03/13 23:18:22 genone Exp $ S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop, merge this package to install" @@ -70,11 +70,11 @@ RDEPEND="!gnome-base/gnome-core pkg_postinst () { - einfo "note that to change windowmanager to metacity do: " - einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" - einfo "of course this works for all other window managers as well" - einfo "" - einfo "Use gnome-base/gnome for the full GNOME Desktop" - einfo "as released by the GNOME team." + elog "Note that to change windowmanager to metacity do: " + elog " export WINDOW_MANAGER=\"/usr/bin/metacity\"" + elog "of course this works for all other window managers as well" + elog + elog "Use gnome-base/gnome for the full GNOME Desktop" + elog "as released by the GNOME team." } diff --git a/gnome-base/gnome-light/gnome-light-2.16.1.ebuild b/gnome-base/gnome-light/gnome-light-2.16.1.ebuild index d14b3909885b..68e89a7093fc 100644 --- a/gnome-base/gnome-light/gnome-light-2.16.1.ebuild +++ b/gnome-base/gnome-light/gnome-light-2.16.1.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-base/gnome-light/gnome-light-2.16.1.ebuild,v 1.6 2007/02/01 12:19:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.16.1.ebuild,v 1.7 2007/03/13 23:18:22 genone Exp $ S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop, merge this package to install" @@ -69,11 +69,11 @@ RDEPEND="!gnome-base/gnome-core pkg_postinst () { - einfo "note that to change windowmanager to metacity do: " - einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" - einfo "of course this works for all other window managers as well" - einfo "" - einfo "Use gnome-base/gnome for the full GNOME Desktop" - einfo "as released by the GNOME team." + elog "Note that to change windowmanager to metacity do: " + elog " export WINDOW_MANAGER=\"/usr/bin/metacity\"" + elog "of course this works for all other window managers as well" + elog + elog "Use gnome-base/gnome for the full GNOME Desktop" + elog "as released by the GNOME team." } diff --git a/gnome-base/gnome-light/gnome-light-2.16.2.ebuild b/gnome-base/gnome-light/gnome-light-2.16.2.ebuild index e27d41fe7b12..bbdbf8a02cdc 100644 --- a/gnome-base/gnome-light/gnome-light-2.16.2.ebuild +++ b/gnome-base/gnome-light/gnome-light-2.16.2.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-base/gnome-light/gnome-light-2.16.2.ebuild,v 1.10 2007/02/09 23:31:02 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.16.2.ebuild,v 1.11 2007/03/13 23:18:22 genone Exp $ S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop, merge this package to install" @@ -69,11 +69,11 @@ RDEPEND="!gnome-base/gnome-core pkg_postinst () { - einfo "note that to change windowmanager to metacity do: " - einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" - einfo "of course this works for all other window managers as well" - einfo "" - einfo "Use gnome-base/gnome for the full GNOME Desktop" - einfo "as released by the GNOME team." + elog "Note that to change windowmanager to metacity do: " + elog " export WINDOW_MANAGER=\"/usr/bin/metacity\"" + elog "of course this works for all other window managers as well" + elog + elog "Use gnome-base/gnome for the full GNOME Desktop" + elog "as released by the GNOME team." } |