diff options
author | 2005-07-09 17:07:15 +0000 | |
---|---|---|
committer | 2005-07-09 17:07:15 +0000 | |
commit | 894ec7246f58fd7f39bcea2e46ebe3bb51d1ca4a (patch) | |
tree | 3a963bd234f40ebb89c5392b3a373b30b1819b77 /dev-java/jmx | |
parent | QA: Cleaner einfo, ewarn and eerror usage (diff) | |
download | historical-894ec7246f58fd7f39bcea2e46ebe3bb51d1ca4a.tar.gz historical-894ec7246f58fd7f39bcea2e46ebe3bb51d1ca4a.tar.bz2 historical-894ec7246f58fd7f39bcea2e46ebe3bb51d1ca4a.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/jmx')
-rw-r--r-- | dev-java/jmx/jmx-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jmx/jmx-1.2.1.ebuild b/dev-java/jmx/jmx-1.2.1.ebuild index 84b1d46ba004..a899d0dff8f1 100644 --- a/dev-java/jmx/jmx-1.2.1.ebuild +++ b/dev-java/jmx/jmx-1.2.1.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/jmx/jmx-1.2.1.ebuild,v 1.16 2005/05/26 09:53:12 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmx/jmx-1.2.1.ebuild,v 1.17 2005/07/09 17:06:26 swegener Exp $ inherit java-pkg eutils @@ -33,7 +33,7 @@ pkg_nofetch() { einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." - einfo " " + einfo einfo " 1. Visit ${DOWNLOADSITE} and follow instructions" einfo " 2. Download ${SRC_URI}" einfo " 3. Move file to ${DISTDIR}" |