diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 16:40:30 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 16:40:30 +0000 |
commit | 2c784c05c398acd888c4c0fa1014a93389f4ab1c (patch) | |
tree | 7e155df4b08a7091a507dabd69a95c7e4204a424 /dev-java/infobus-bin | |
parent | Bump with patch for bug #96784 (diff) | |
download | gentoo-2-2c784c05c398acd888c4c0fa1014a93389f4ab1c.tar.gz gentoo-2-2c784c05c398acd888c4c0fa1014a93389f4ab1c.tar.bz2 gentoo-2-2c784c05c398acd888c4c0fa1014a93389f4ab1c.zip |
QA: Cleaner einfo, ewarn and eerror usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/infobus-bin')
-rw-r--r-- | dev-java/infobus-bin/infobus-bin-1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/infobus-bin/infobus-bin-1.2.ebuild b/dev-java/infobus-bin/infobus-bin-1.2.ebuild index 4f4c9df07096..f336180411d3 100644 --- a/dev-java/infobus-bin/infobus-bin-1.2.ebuild +++ b/dev-java/infobus-bin/infobus-bin-1.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/dev-java/infobus-bin/infobus-bin-1.2.ebuild,v 1.4 2005/04/22 08:31:52 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/infobus-bin/infobus-bin-1.2.ebuild,v 1.5 2005/07/09 16:35:35 swegener Exp $ inherit java-pkg @@ -18,15 +18,15 @@ IUSE="doc" S=${WORKDIR} pkg_nofetch() { - einfo " " + einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." - einfo " " + einfo einfo " 1. Visit ${HOMEPAGE}" einfo " 2. Download ${At}" einfo " 3. Move file to ${DISTDIR}" einfo " 4. Run emerge on this package again to complete" - einfo " " + einfo die "User must manually download distfile" } |