summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 20:55:21 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 20:55:21 +0000
commit43cc4c3a83b473a45dcee7353067ac67d97e4ce6 (patch)
tree7e00fef5058e20d2b0bd986df5afa97d7528a4ee /gnome-base
parent* bump (diff)
downloadgentoo-2-43cc4c3a83b473a45dcee7353067ac67d97e4ce6.tar.gz
gentoo-2-43cc4c3a83b473a45dcee7353067ac67d97e4ce6.tar.bz2
gentoo-2-43cc4c3a83b473a45dcee7353067ac67d97e4ce6.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gdm/ChangeLog11
-rw-r--r--gnome-base/gdm/gdm-2.14.11.ebuild20
-rw-r--r--gnome-base/gdm/gdm-2.14.9-r1.ebuild20
-rw-r--r--gnome-base/gdm/gdm-2.16.1.ebuild24
-rw-r--r--gnome-base/gdm/gdm-2.16.4.ebuild22
-rw-r--r--gnome-base/gdm/gdm-2.18.0.ebuild27
-rw-r--r--gnome-base/gdm/gdm-2.18.1.ebuild27
7 files changed, 81 insertions, 70 deletions
diff --git a/gnome-base/gdm/ChangeLog b/gnome-base/gdm/ChangeLog
index 036459c31569..471ae01fe336 100644
--- a/gnome-base/gdm/ChangeLog
+++ b/gnome-base/gdm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/gdm
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.206 2007/04/30 14:03:21 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.207 2007/04/30 20:55:21 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> gdm-2.14.9-r1.ebuild,
+ gdm-2.14.11.ebuild, gdm-2.16.1.ebuild, gdm-2.16.4.ebuild,
+ gdm-2.18.0.ebuild, gdm-2.18.1.ebuild:
+ Replacing einfo with elog
30 Apr 2007; Roy Marples <uberlord@gentoo.org> gdm-2.18.1.ebuild:
shadow is a glibc specific thing, fixes -pam for FreeBSD.
@@ -16,6 +21,10 @@
+files/gdm-2.18.0-gdm-dmx-intllibs.patch, +gdm-2.18.0.ebuild:
gnome 2.18.0
+ 13 Mar 2007; Marius Mauch <genone@gentoo.org> gdm-2.14.9-r1.ebuild,
+ gdm-2.14.11.ebuild, gdm-2.16.1.ebuild, gdm-2.16.4.ebuild:
+ Replacing einfo with elog
+
13 Feb 2007; Roy Marples <uberlord@gentoo.org> ChangeLog:
Add ~x86-fbsd keyword.
diff --git a/gnome-base/gdm/gdm-2.14.11.ebuild b/gnome-base/gdm/gdm-2.14.11.ebuild
index fe9a22139860..be18133484c5 100644
--- a/gnome-base/gdm/gdm-2.14.11.ebuild
+++ b/gnome-base/gdm/gdm-2.14.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/gnome-base/gdm/gdm-2.14.11.ebuild,v 1.5 2006/12/21 14:09:15 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.14.11.ebuild,v 1.6 2007/04/30 20:55:21 genone Exp $
inherit eutils pam gnome2
@@ -153,19 +153,19 @@ pkg_postinst() {
fi
fi
- einfo "To make GDM start at boot, edit /etc/conf.d/xdm"
- einfo "and then execute 'rc-update add xdm default'."
+ elog "To make GDM start at boot, edit /etc/conf.d/xdm"
+ elog "and then execute 'rc-update add xdm default'."
- einfo "GDM has changed the location of its configuration file. Please"
- einfo "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
- einfo "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
+ elog "GDM has changed the location of its configuration file. Please"
+ elog "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
+ elog "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
- einfo "See README.install for more information about the change."
+ elog "See README.install for more information about the change."
}
pkg_postrm() {
gnome2_pkg_postrm
- einfo "To remove GDM from startup please execute"
- einfo "'rc-update del xdm default'"
+ elog "To remove GDM from startup please execute"
+ elog "'rc-update del xdm default'"
}
diff --git a/gnome-base/gdm/gdm-2.14.9-r1.ebuild b/gnome-base/gdm/gdm-2.14.9-r1.ebuild
index ccbb04c10a0a..418f52adf244 100644
--- a/gnome-base/gdm/gdm-2.14.9-r1.ebuild
+++ b/gnome-base/gdm/gdm-2.14.9-r1.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/gdm/gdm-2.14.9-r1.ebuild,v 1.11 2006/11/10 19:49:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.14.9-r1.ebuild,v 1.12 2007/04/30 20:55:21 genone Exp $
inherit eutils pam gnome2
@@ -153,19 +153,19 @@ pkg_postinst() {
fi
fi
- einfo "To make GDM start at boot, edit /etc/conf.d/xdm"
- einfo "and then execute 'rc-update add xdm default'."
+ elog "To make GDM start at boot, edit /etc/conf.d/xdm"
+ elog "and then execute 'rc-update add xdm default'."
- einfo "GDM has changed the location of its configuration file. Please"
- einfo "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
- einfo "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
+ elog "GDM has changed the location of its configuration file. Please"
+ elog "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
+ elog "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
- einfo "See README.install for more information about the change."
+ elog "See README.install for more information about the change."
}
pkg_postrm() {
gnome2_pkg_postrm
- einfo "To remove GDM from startup please execute"
- einfo "'rc-update del xdm default'"
+ elog "To remove GDM from startup please execute"
+ elog "'rc-update del xdm default'"
}
diff --git a/gnome-base/gdm/gdm-2.16.1.ebuild b/gnome-base/gdm/gdm-2.16.1.ebuild
index 9e10b2dad425..c4562f57d16d 100644
--- a/gnome-base/gdm/gdm-2.16.1.ebuild
+++ b/gnome-base/gdm/gdm-2.16.1.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/gdm/gdm-2.16.1.ebuild,v 1.2 2006/11/10 19:49:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.16.1.ebuild,v 1.3 2007/04/30 20:55:21 genone Exp $
inherit eutils pam gnome2
@@ -140,18 +140,18 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- einfo "To make GDM start at boot, edit /etc/conf.d/xdm"
- einfo "and then execute 'rc-update add xdm default'."
+ elog "To make GDM start at boot, edit /etc/conf.d/xdm"
+ elog "and then execute 'rc-update add xdm default'."
- einfo "GDM has changed the location of its configuration file. Please"
- einfo "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
- einfo "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
+ elog "GDM has changed the location of its configuration file. Please"
+ elog "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
+ elog "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
- einfo "See README.install for more information about the change."
+ elog "See README.install for more information about the change."
if [ -f "/etc/X11/gdm/gdm.conf" ]; then
- einfo "You had /etc/X11/gdm/gdm.conf which is the old configuration"
- einfo "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
+ elog "You had /etc/X11/gdm/gdm.conf which is the old configuration"
+ elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16
fi
@@ -172,6 +172,6 @@ pkg_postinst() {
pkg_postrm() {
gnome2_pkg_postrm
- einfo "To remove GDM from startup please execute"
- einfo "'rc-update del xdm default'"
+ elog "To remove GDM from startup please execute"
+ elog "'rc-update del xdm default'"
}
diff --git a/gnome-base/gdm/gdm-2.16.4.ebuild b/gnome-base/gdm/gdm-2.16.4.ebuild
index 4f07d94d6ded..b022558ea38c 100644
--- a/gnome-base/gdm/gdm-2.16.4.ebuild
+++ b/gnome-base/gdm/gdm-2.16.4.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/gdm/gdm-2.16.4.ebuild,v 1.10 2007/02/13 10:06:44 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.16.4.ebuild,v 1.11 2007/04/30 20:55:21 genone Exp $
inherit eutils pam gnome2
@@ -144,18 +144,18 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- einfo "To make GDM start at boot, edit /etc/conf.d/xdm"
- einfo "and then execute 'rc-update add xdm default'."
+ elog "To make GDM start at boot, edit /etc/conf.d/xdm"
+ elog "and then execute 'rc-update add xdm default'."
- einfo "GDM has changed the location of its configuration file. Please"
- einfo "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
- einfo "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
+ elog "GDM has changed the location of its configuration file. Please"
+ elog "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
+ elog "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
- einfo "See README.install for more information about the change."
+ elog "See README.install for more information about the change."
if [ -f "/etc/X11/gdm/gdm.conf" ]; then
- einfo "You had /etc/X11/gdm/gdm.conf which is the old configuration"
- einfo "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
+ elog "You had /etc/X11/gdm/gdm.conf which is the old configuration"
+ elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16
fi
@@ -176,6 +176,6 @@ pkg_postinst() {
pkg_postrm() {
gnome2_pkg_postrm
- einfo "To remove GDM from startup please execute"
- einfo "'rc-update del xdm default'"
+ elog "To remove GDM from startup please execute"
+ elog "'rc-update del xdm default'"
}
diff --git a/gnome-base/gdm/gdm-2.18.0.ebuild b/gnome-base/gdm/gdm-2.18.0.ebuild
index 8399a114a3e8..4e145a8b2fea 100644
--- a/gnome-base/gdm/gdm-2.18.0.ebuild
+++ b/gnome-base/gdm/gdm-2.18.0.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/gdm/gdm-2.18.0.ebuild,v 1.1 2007/03/27 03:14:52 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.18.0.ebuild,v 1.2 2007/04/30 20:55:21 genone Exp $
inherit eutils pam gnome2
@@ -149,18 +149,19 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- einfo "To make GDM start at boot, edit /etc/rc.conf"
- einfo "and then execute 'rc-update add xdm default'."
-
- einfo "GDM has changed the location of its configuration file. Please"
- einfo "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
- einfo "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
-
- einfo "See README.install for more information about the change."
+ elog "To make GDM start at boot, edit /etc/rc.conf"
+ elog "and then execute 'rc-update add xdm default'."
+ elog
+ elog "GDM has changed the location of its configuration file. Please"
+ elog "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
+ elog "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
+ elog
+ elog "See README.install for more information about the change."
+ elog
if [ -f "/etc/X11/gdm/gdm.conf" ]; then
- einfo "You had /etc/X11/gdm/gdm.conf which is the old configuration"
- einfo "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
+ elog "You had /etc/X11/gdm/gdm.conf which is the old configuration"
+ elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16
fi
@@ -182,7 +183,7 @@ pkg_postrm() {
gnome2_pkg_postrm
if [[ "$(rc-config list default | grep xdm)" != "" ]] ; then
- einfo "To remove GDM from startup please execute"
- einfo "'rc-update del xdm default'"
+ elog "To remove GDM from startup please execute"
+ elog "'rc-update del xdm default'"
fi
}
diff --git a/gnome-base/gdm/gdm-2.18.1.ebuild b/gnome-base/gdm/gdm-2.18.1.ebuild
index e37c9bc43240..5bda91a12963 100644
--- a/gnome-base/gdm/gdm-2.18.1.ebuild
+++ b/gnome-base/gdm/gdm-2.18.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/gdm/gdm-2.18.1.ebuild,v 1.2 2007/04/30 14:03:21 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.18.1.ebuild,v 1.3 2007/04/30 20:55:21 genone Exp $
inherit eutils pam gnome2
@@ -153,18 +153,19 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- einfo "To make GDM start at boot, edit /etc/rc.conf"
- einfo "and then execute 'rc-update add xdm default'."
-
- einfo "GDM has changed the location of its configuration file. Please"
- einfo "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
- einfo "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
-
- einfo "See README.install for more information about the change."
+ elog "To make GDM start at boot, edit /etc/rc.conf"
+ elog "and then execute 'rc-update add xdm default'."
+ elog
+ elog "GDM has changed the location of its configuration file. Please"
+ elog "edit /etc/X11/gdm/custom.conf. The factory defaults are located"
+ elog "at /usr/share/gdm/{defaults.conf,factory-defaults.conf}"
+ elog
+ elog "See README.install for more information about the change."
+ elog
if [ -f "/etc/X11/gdm/gdm.conf" ]; then
- einfo "You had /etc/X11/gdm/gdm.conf which is the old configuration"
- einfo "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
+ elog "You had /etc/X11/gdm/gdm.conf which is the old configuration"
+ elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16"
mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16
fi
@@ -186,7 +187,7 @@ pkg_postrm() {
gnome2_pkg_postrm
if [[ "$(rc-config list default | grep xdm)" != "" ]] ; then
- einfo "To remove GDM from startup please execute"
- einfo "'rc-update del xdm default'"
+ elog "To remove GDM from startup please execute"
+ elog "'rc-update del xdm default'"
fi
}