summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 01:23:43 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 01:23:43 +0000
commit6b11c63a58bc65ae6820072f5d8d89b7d3e15c96 (patch)
treeebd28c82396e28ff28c327a0e6ac04faa2849cda /gnome-extra
parentCleanup, Vbump. (diff)
downloadgentoo-2-6b11c63a58bc65ae6820072f5d8d89b7d3e15c96.tar.gz
gentoo-2-6b11c63a58bc65ae6820072f5d8d89b7d3e15c96.tar.bz2
gentoo-2-6b11c63a58bc65ae6820072f5d8d89b7d3e15c96.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gsynaptics/ChangeLog8
-rw-r--r--gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild20
-rw-r--r--gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild20
3 files changed, 26 insertions, 22 deletions
diff --git a/gnome-extra/gsynaptics/ChangeLog b/gnome-extra/gsynaptics/ChangeLog
index 43007a009417..3f1c0fe757e4 100644
--- a/gnome-extra/gsynaptics/ChangeLog
+++ b/gnome-extra/gsynaptics/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gsynaptics
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.6 2006/12/28 14:31:13 peper Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.7 2007/03/18 01:23:43 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> gsynaptics-0.9.7.ebuild,
+ gsynaptics-0.9.10.ebuild:
+ Replacing einfo with elog
28 Dec 2006; Piotr Jaroszyński <peper@gentoo.org>
gsynaptics-0.9.10.ebuild:
diff --git a/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild b/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild
index 58b123707786..fc0f88167fd9 100644
--- a/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild
+++ b/gnome-extra/gsynaptics/gsynaptics-0.9.10.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/gsynaptics/gsynaptics-0.9.10.ebuild,v 1.2 2006/12/28 14:31:13 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild,v 1.3 2007/03/18 01:23:43 genone Exp $
inherit gnome2
@@ -26,14 +26,14 @@ pkg_postinst() {
gnome2_pkg_postinst
echo
- einfo "Ensure that the following line is in the InputDevice section in"
- einfo "your X config file (/etc/X11/xorg.conf):"
- einfo
- einfo "Option \"SHMConfig\" \"on\""
- einfo
+ elog "Ensure that the following line is in the InputDevice section in"
+ elog "your X config file (/etc/X11/xorg.conf):"
+ elog
+ elog "Option \"SHMConfig\" \"on\""
+ elog
echo
- einfo "You need to add gsynaptics-init to your session to restore your"
- einfo "settings the next time you log into GNOME:"
- einfo "Desktop -> Preferences -> Sessions -> Start Programs -> Add"
+ elog "You need to add gsynaptics-init to your session to restore your"
+ elog "settings the next time you log into GNOME:"
+ elog "Desktop -> Preferences -> Sessions -> Start Programs -> Add"
echo
}
diff --git a/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild b/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild
index 7628572b32a4..c475d66005a1 100644
--- a/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild
+++ b/gnome-extra/gsynaptics/gsynaptics-0.9.7.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/gsynaptics/gsynaptics-0.9.7.ebuild,v 1.3 2006/12/01 20:43:48 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild,v 1.4 2007/03/18 01:23:43 genone Exp $
inherit gnome2
@@ -26,14 +26,14 @@ pkg_postinst() {
gnome2_pkg_postinst
echo
- einfo "Ensure that the following line is in the InputDevice section in"
- einfo "your X config file (/etc/X11/xorg.conf):"
- einfo
- einfo "Option \"SHMConfig\" \"on\""
- einfo
+ elog "Ensure that the following line is in the InputDevice section in"
+ elog "your X config file (/etc/X11/xorg.conf):"
+ elog
+ elog "Option \"SHMConfig\" \"on\""
+ elog
echo
- einfo "You need to add gsynaptics-init to your session to restore your"
- einfo "settings the next time you log into GNOME:"
- einfo "Desktop -> Preferences -> Sessions -> Start Programs -> Add"
+ elog "You need to add gsynaptics-init to your session to restore your"
+ elog "settings the next time you log into GNOME:"
+ elog "Desktop -> Preferences -> Sessions -> Start Programs -> Add"
echo
}