diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-02-27 16:34:58 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-02-27 16:34:58 +0000 |
commit | da10cbff9da17bed0a9038195ada2f14967d48cb (patch) | |
tree | 62af3024638941b436484883d0c80d3c8d43d1cb /dev-java/sun-j2me-bin | |
parent | mask other modular X offenders, app-i18n/skkinput, bug 139792, media-video/xi... (diff) | |
download | gentoo-2-da10cbff9da17bed0a9038195ada2f14967d48cb.tar.gz gentoo-2-da10cbff9da17bed0a9038195ada2f14967d48cb.tar.bz2 gentoo-2-da10cbff9da17bed0a9038195ada2f14967d48cb.zip |
Make the fetch instructions even more detailed.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-java/sun-j2me-bin')
-rw-r--r-- | dev-java/sun-j2me-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/sun-j2me-bin/sun-j2me-bin-2.2-r3.ebuild | 11 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-java/sun-j2me-bin/ChangeLog b/dev-java/sun-j2me-bin/ChangeLog index 30edea67ea61..ef4c575e8258 100644 --- a/dev-java/sun-j2me-bin/ChangeLog +++ b/dev-java/sun-j2me-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/sun-j2me-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-j2me-bin/ChangeLog,v 1.6 2007/02/25 23:33:38 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-j2me-bin/ChangeLog,v 1.7 2007/02/27 16:34:58 caster Exp $ + + 27 Feb 2007; Vlastimil Babka <caster@gentoo.org> + sun-j2me-bin-2.2-r3.ebuild: + Make the fetch instructions even more detailed. 25 Feb 2007; Vlastimil Babka <caster@gentoo.org> sun-j2me-bin-2.2-r3.ebuild: diff --git a/dev-java/sun-j2me-bin/sun-j2me-bin-2.2-r3.ebuild b/dev-java/sun-j2me-bin/sun-j2me-bin-2.2-r3.ebuild index d68e16efa5d1..e70841359886 100644 --- a/dev-java/sun-j2me-bin/sun-j2me-bin-2.2-r3.ebuild +++ b/dev-java/sun-j2me-bin/sun-j2me-bin-2.2-r3.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-j2me-bin/sun-j2me-bin-2.2-r3.ebuild,v 1.4 2007/02/25 23:33:38 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-j2me-bin/sun-j2me-bin-2.2-r3.ebuild,v 1.5 2007/02/27 16:34:58 caster Exp $ inherit java-pkg-2 DESCRIPTION="Java 2 Micro Edition Wireless Toolkit for developing wireless applications" HOMEPAGE="http://java.sun.com/products/j2mewtoolkit/" +DOWNLOAD_URL="http://java.sun.com/products/sjwtoolkit/download-2_2.html" BINARY="j2me_wireless_toolkit-${PV//./_}-linux-i386.bin" PATCH="j2me_wireless_toolkit-2_2-update_2-linux.zip" @@ -28,10 +29,12 @@ MY_FILE=${DISTDIR}/${BINARY} pkg_nofetch() { - einfo "Please navigate to http://java.sun.com/products/sjwtoolkit/download-2_2.html" - einfo "scroll down and click the 1st Download button for J2ME Wireless Toolkit 2.2" + einfo "Please navigate your browser to ${DOWNLOAD_URL}" + einfo "scroll down and notice the two download buttons." + einfo "Click the first Download button for J2ME Wireless Toolkit 2.2" einfo "and download ${BINARY}" - einfo "then click the 2nd Download button for J2ME Wireless Toolkit 2.2 Patch 200511" + einfo "Then go back to ${DOWNLOAD_URL}" + einfo "click the second Download button for J2ME Wireless Toolkit 2.2 Patch 200511" einfo "and download ${PATCH}" einfo "" einfo "Put both files to ${DISTDIR} and resume the installation" |