diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-04-01 11:03:40 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-04-01 11:03:40 +0000 |
commit | 22fb6c0bc874e8d01e293e825312650a92a293c9 (patch) | |
tree | 04308372ae60fe6a5ce74d9a7d65b97cf1f01a93 /dev-java/sun-jms | |
parent | ia64 stable wrt bug 171417, restrict tests, as they fail, and fix parallel in... (diff) | |
download | gentoo-2-22fb6c0bc874e8d01e293e825312650a92a293c9.tar.gz gentoo-2-22fb6c0bc874e8d01e293e825312650a92a293c9.tar.bz2 gentoo-2-22fb6c0bc874e8d01e293e825312650a92a293c9.zip |
Give users direct link to download page in pkg_nofetch() - bug #172991
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-java/sun-jms')
-rw-r--r-- | dev-java/sun-jms/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/sun-jms/sun-jms-1.1-r2.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/sun-jms/ChangeLog b/dev-java/sun-jms/ChangeLog index ed2396bd0c5c..aec58b5f94ba 100644 --- a/dev-java/sun-jms/ChangeLog +++ b/dev-java/sun-jms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/sun-jms # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jms/ChangeLog,v 1.9 2007/01/26 09:44:07 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jms/ChangeLog,v 1.10 2007/04/01 11:03:40 caster Exp $ + + 01 Apr 2007; Vlastimil Babka <caster@gentoo.org> sun-jms-1.1-r2.ebuild: + Give users direct link to download page in pkg_nofetch() - bug #172991 26 Jan 2007; Vlastimil Babka <caster@gentoo.org> -sun-jms-1.1-r1.ebuild: Gen-1 punt. diff --git a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild index 80ac3ecbf26d..300fcbff4dde 100644 --- a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild +++ b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jms/sun-jms-1.1-r2.ebuild,v 1.7 2007/01/26 06:01:54 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jms/sun-jms-1.1-r2.ebuild,v 1.8 2007/04/01 11:03:40 caster Exp $ inherit java-pkg-2 +DOWNLOAD_PAGE="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7542-jms-1.1-fr-doc-oth-JSpec&SiteId=JSC&TransactionId=noreg" At="jms-${PV/./_}-fr-apidocs.zip" DESCRIPTION="The Java Message Service (JMS) API." HOMEPAGE="http://java.sun.com/products/jms/" @@ -24,10 +25,10 @@ pkg_nofetch() { einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." einfo - einfo " 1. Visit ${HOMEPAGE} and select 'Downloads'" - einfo " 2. Select 'Download the version 1.1 API Documentation, Jar and Source'" + einfo " 1. Visit ${DOWNLOAD_PAGE}" + einfo " 2. Accept the License Agreement" einfo " 3. Download ${At}" - einfo " 4. Move file to ${DISTDIR}" + einfo " 4. Move the file to ${DISTDIR}" einfo } |