summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-13 23:18:22 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-13 23:18:22 +0000
commit846f3269e921d7a571753b11cefd932d157e8c2b (patch)
tree5b0be56dfcab592d2e62f79d35127525f736156f /gnome-base
parentfix DEPEND (diff)
downloadgentoo-2-846f3269e921d7a571753b11cefd932d157e8c2b.tar.gz
gentoo-2-846f3269e921d7a571753b11cefd932d157e8c2b.tar.bz2
gentoo-2-846f3269e921d7a571753b11cefd932d157e8c2b.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-light/ChangeLog7
-rw-r--r--gnome-base/gnome-light/gnome-light-2.12.0.ebuild16
-rw-r--r--gnome-base/gnome-light/gnome-light-2.14.0.ebuild16
-rw-r--r--gnome-base/gnome-light/gnome-light-2.16.1.ebuild14
-rw-r--r--gnome-base/gnome-light/gnome-light-2.16.2.ebuild14
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."
}