diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2007-08-11 19:19:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2007-08-11 19:19:09 +0000 |
commit | 79daa3549d6de730ed56745deb8fb20e401e5770 (patch) | |
tree | 7fbea0194c2a1835448452bd5b9fff62797ec755 /app-mobilephone/gnokii | |
parent | Stable on ppc (diff) | |
download | gentoo-2-79daa3549d6de730ed56745deb8fb20e401e5770.tar.gz gentoo-2-79daa3549d6de730ed56745deb8fb20e401e5770.tar.bz2 gentoo-2-79daa3549d6de730ed56745deb8fb20e401e5770.zip |
grammar and spacing fixes in the ewarn/einfo messages
(Portage version: 2.1.3.4)
Diffstat (limited to 'app-mobilephone/gnokii')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild | 9 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.17.ebuild | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild index d8c39cb9c057..6a7a3385b78b 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.14-r2.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/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.9 2007/07/28 16:39:35 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.10 2007/08/11 19:19:09 seemant Exp $ inherit eutils flag-o-matic linux-info @@ -127,10 +127,11 @@ src_install() { } pkg_postinst() { - elog "gnokii does not need it's own group anymore." + elog "gnokii does not need its own group anymore." elog "Make sure the user that runs gnokii has read/write access to the device" elog "which your phone is connected to. eg. chown <user> /dev/ttyS0" echo - ewarn "We received at least one report of gnokii with usb connection breaking the phone," - ewarn "which was in need to be serviced afterwards. Be careful if you decide to try that..." + ewarn "We've received at least one report of gnokii with USB connection" + ewarn "breaking the phone, which needed to be serviced afterwards." + ewarn "Be careful if you decide to try that..." } diff --git a/app-mobilephone/gnokii/gnokii-0.6.17.ebuild b/app-mobilephone/gnokii/gnokii-0.6.17.ebuild index f4c62fbc64b1..c06f8d7f9248 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.17.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.17.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/app-mobilephone/gnokii/gnokii-0.6.17.ebuild,v 1.3 2007/07/02 17:32:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.17.ebuild,v 1.4 2007/08/11 19:19:09 seemant Exp $ inherit eutils flag-o-matic linux-info @@ -128,10 +128,11 @@ src_install() { } pkg_postinst() { - elog "gnokii does not need it's own group anymore." + elog "gnokii does not need its own group anymore." elog "Make sure the user that runs gnokii has read/write access to the device" elog "which your phone is connected to. eg. chown <user> /dev/ttyS0" echo - ewarn "We received at least one report of gnokii with usb connection breaking the phone," - ewarn "which was in need to be serviced afterwards. Be careful if you decide to try that..." + ewarn "We've received at least one report of gnokii with USB connection" + ewarn "breaking the phone, which needed to be serviced afterwards." + ewarn "Be careful if you decide to try that..." } |