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/sun-dsml-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/sun-dsml-bin')
-rw-r--r-- | dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild b/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild index 980f75837db2..30d24e099c3d 100644 --- a/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild +++ b/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.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/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild,v 1.2 2005/05/04 21:58:04 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild,v 1.3 2005/07/09 16:36:28 swegener Exp $ inherit java-pkg @@ -23,15 +23,15 @@ S=${WORKDIR} DOWNLOAD_URL="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7022-jndi_dsml-2.0-ea-oth-JPR&SiteId=DSC&TransactionId=noreg" pkg_nofetch() { - einfo " " + einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." - einfo " " + einfo einfo " 1. Visit ${HOMEPAGE}" einfo " Direct link: ${DOWNLOAD_URL}" einfo " 2. Download ${At}" einfo " 3. Move file to ${DISTDIR}" - einfo " " + einfo } src_unpack() { @@ -39,15 +39,15 @@ src_unpack() { echo " " echo "!!! Missing ${DISTDIR}/${At}" echo " " - 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" fi |