diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:56:49 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:56:49 +0000 |
commit | c9f166f14285f32b345f005601a51576b688849a (patch) | |
tree | 3a543e3a261cc2ac2cee493f64a0051b8a1bc039 /app-dicts/stardict | |
parent | Version bump (diff) | |
download | gentoo-2-c9f166f14285f32b345f005601a51576b688849a.tar.gz gentoo-2-c9f166f14285f32b345f005601a51576b688849a.tar.bz2 gentoo-2-c9f166f14285f32b345f005601a51576b688849a.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-dicts/stardict')
-rw-r--r-- | app-dicts/stardict/stardict-2.4.2.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.4.3.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.4.4.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-dicts/stardict/stardict-2.4.2.ebuild b/app-dicts/stardict/stardict-2.4.2.ebuild index 472b47af5f22..47fa75b3ef23 100644 --- a/app-dicts/stardict/stardict-2.4.2.ebuild +++ b/app-dicts/stardict/stardict-2.4.2.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/app-dicts/stardict/stardict-2.4.2.ebuild,v 1.10 2005/01/01 12:57:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.2.ebuild,v 1.11 2005/07/09 17:56:49 swegener Exp $ inherit gnome2 eutils @@ -50,9 +50,9 @@ src_install() { pkg_postinst() { einfo "You will now need to install stardict dictionary files. If" einfo "you have not, execute the below to get a list of dictionaries:" - einfo " " + einfo einfo " emerge -s stardict-" - einfo " " + einfo ewarn "If you upgraded from 2.4.1 or lower and use your own dictionary" ewarn "files, you'll need to run: /usr/share/stardict/tools/stardict_dict_update" } diff --git a/app-dicts/stardict/stardict-2.4.3.ebuild b/app-dicts/stardict/stardict-2.4.3.ebuild index 634276ae2bfe..c38ee1c4ad3f 100644 --- a/app-dicts/stardict/stardict-2.4.3.ebuild +++ b/app-dicts/stardict/stardict-2.4.3.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/app-dicts/stardict/stardict-2.4.3.ebuild,v 1.3 2005/01/01 12:57:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.3.ebuild,v 1.4 2005/07/09 17:56:49 swegener Exp $ inherit gnome2 eutils @@ -51,9 +51,9 @@ src_install() { pkg_postinst() { einfo "You will now need to install stardict dictionary files. If" einfo "you have not, execute the below to get a list of dictionaries:" - einfo " " + einfo einfo " emerge -s stardict-" - einfo " " + einfo ewarn "If you upgraded from 2.4.1 or lower and use your own dictionary" ewarn "files, you'll need to run: /usr/share/stardict/tools/stardict_dict_update" } diff --git a/app-dicts/stardict/stardict-2.4.4.ebuild b/app-dicts/stardict/stardict-2.4.4.ebuild index 0991d5981b5d..90d74ecbab9d 100644 --- a/app-dicts/stardict/stardict-2.4.4.ebuild +++ b/app-dicts/stardict/stardict-2.4.4.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/app-dicts/stardict/stardict-2.4.4.ebuild,v 1.1 2005/01/13 16:48:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.4.ebuild,v 1.2 2005/07/09 17:56:49 swegener Exp $ inherit gnome2 eutils @@ -47,9 +47,9 @@ src_install() { pkg_postinst() { einfo "You will now need to install stardict dictionary files. If" einfo "you have not, execute the below to get a list of dictionaries:" - einfo " " + einfo einfo " emerge -s stardict-" - einfo " " + einfo ewarn "If you upgraded from 2.4.1 or lower and use your own dictionary" ewarn "files, you'll need to run: /usr/share/stardict/tools/stardict_dict_update" } |