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 | 63ad7dcc67953305bf5e273c4328c6d1cbd67dfb (patch) | |
tree | 67c6e78178ea4885b7f831661cc74e242c27d721 /gnome-extra/gsynaptics | |
parent | Cleanup. (diff) | |
download | historical-63ad7dcc67953305bf5e273c4328c6d1cbd67dfb.tar.gz historical-63ad7dcc67953305bf5e273c4328c6d1cbd67dfb.tar.bz2 historical-63ad7dcc67953305bf5e273c4328c6d1cbd67dfb.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'gnome-extra/gsynaptics')
-rw-r--r-- | gnome-extra/gsynaptics/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild | 20 | ||||
-rw-r--r-- | gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild | 20 |
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 } |