diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:22:12 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:22:12 +0000 |
commit | 19e4702ce5d2523bdd0dd466edb3e8422bc7e52e (patch) | |
tree | f3006aca659c5eead95800380516f0da8614f575 /sci-mathematics/gimps | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.tar.gz gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.tar.bz2 gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/gimps-23.5.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-23.9-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.6.ebuild | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sci-mathematics/gimps/gimps-23.5.ebuild b/sci-mathematics/gimps/gimps-23.5.ebuild index b06729d42679..4a7eaffe5a8f 100644 --- a/sci-mathematics/gimps/gimps-23.5.ebuild +++ b/sci-mathematics/gimps/gimps-23.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-23.5.ebuild,v 1.2 2005/01/04 20:38:53 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-23.5.ebuild,v 1.3 2005/07/09 19:19:48 swegener Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -38,7 +38,7 @@ pkg_postinst () { einfo "You can use \`/etc/init.d/gimps start\` to start a GIMPS client in the" einfo "background at boot. Have a look at /etc/conf.d/gimps and check some" einfo "configuration options." - einfo "" + einfo einfo "If you don't want to use the init script to start gimps, remember" einfo "to cd into the directory where it should the data files first, eg.:" einfo " cd /var/lib/gimps && ${I}/mprime" diff --git a/sci-mathematics/gimps/gimps-23.9-r1.ebuild b/sci-mathematics/gimps/gimps-23.9-r1.ebuild index 84f8c6a509f7..b8a834a4db0a 100644 --- a/sci-mathematics/gimps/gimps-23.9-r1.ebuild +++ b/sci-mathematics/gimps/gimps-23.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-23.9-r1.ebuild,v 1.2 2005/01/04 20:38:53 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-23.9-r1.ebuild,v 1.3 2005/07/09 19:19:48 swegener Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -38,7 +38,7 @@ pkg_postinst () { einfo "You can use \`/etc/init.d/gimps start\` to start a GIMPS client in the" einfo "background at boot. Have a look at /etc/conf.d/gimps and check some" einfo "configuration options." - einfo "" + einfo einfo "If you don't want to use the init script to start gimps, remember" einfo "to cd into the directory where it should the data files first, eg.:" einfo " cd /var/lib/gimps && ${I}/mprime" diff --git a/sci-mathematics/gimps/gimps-24.6.ebuild b/sci-mathematics/gimps/gimps-24.6.ebuild index 921ea9dfc0f6..614629bae2d6 100644 --- a/sci-mathematics/gimps/gimps-24.6.ebuild +++ b/sci-mathematics/gimps/gimps-24.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.6.ebuild,v 1.3 2005/07/07 18:55:53 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.6.ebuild,v 1.4 2005/07/09 19:19:48 swegener Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -32,20 +32,20 @@ src_install () { } pkg_postinst () { - echo "" + echo einfo "You can use \`/etc/init.d/gimps start\` to start a GIMPS client in the" einfo "background at boot. Have a look at /etc/conf.d/gimps and check some" einfo "configuration options." - einfo "" + einfo einfo "If you don't want to use the init script to start gimps, remember" einfo "to cd into the directory where the data files are to be stored first, eg.:" einfo " cd /var/lib/gimps && ${I}/mprime" - echo "" + echo } pkg_postrm () { - echo "" + echo einfo "GIMPS data files were not removed." einfo "Remove them manually from /var/lib/gimps/" - echo "" + echo } |