diff options
author | 2009-07-07 23:22:17 +0000 | |
---|---|---|
committer | 2009-07-07 23:22:17 +0000 | |
commit | 7df049b885861714780ce5c1990b58b1de8c19a4 (patch) | |
tree | 65be23eb5615a5e68e0fa2304984f14e612195f7 /dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild | |
parent | Use elog for fetch error. (diff) | |
download | gentoo-2-7df049b885861714780ce5c1990b58b1de8c19a4.tar.gz gentoo-2-7df049b885861714780ce5c1990b58b1de8c19a4.tar.bz2 gentoo-2-7df049b885861714780ce5c1990b58b1de8c19a4.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild')
-rw-r--r-- | dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild index dc8ae51b66c7..b713a86c9965 100644 --- a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild +++ b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild,v 1.5 2007/12/09 13:23:06 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild,v 1.6 2009/07/07 23:22:17 flameeyes Exp $ JAVA_PKG_IUSE="doc examples" @@ -24,13 +24,13 @@ IUSE="" S="${WORKDIR}" pkg_nofetch() { - einfo "Due to licensing restrictions, you need to download the distfile manually." - einfo "Please navigate to ${DOWNLOADPAGE}" - einfo "Click on the 'Informix JDBC Driver' link, version ${MY_PV}" - einfo "Sign up with your IBM account (you need to register)." - einfo "Go through the license agreement and survey." - einfo "Download ${At} and place it into ${DISTDIR}" - einfo "And restart the installation." + elog "Due to licensing restrictions, you need to download the distfile manually." + elog "Please navigate to ${DOWNLOADPAGE}" + elog "Click on the 'Informix JDBC Driver' link, version ${MY_PV}" + elog "Sign up with your IBM account (you need to register)." + elog "Go through the license agreement and survey." + elog "Download ${At} and place it into ${DISTDIR}" + elog "And restart the installation." } src_compile() { |