diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-12-07 16:10:14 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-12-07 16:10:14 +0000 |
commit | a034178efcfdfc26f333b6f906735db769c53454 (patch) | |
tree | 0376820607d2550c3a66bc00cef3a3bf072a9735 /dev-java/javahelp-bin | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-a034178efcfdfc26f333b6f906735db769c53454.tar.gz gentoo-2-a034178efcfdfc26f333b6f906735db769c53454.tar.bz2 gentoo-2-a034178efcfdfc26f333b6f906735db769c53454.zip |
version bump
Diffstat (limited to 'dev-java/javahelp-bin')
-rw-r--r-- | dev-java/javahelp-bin/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/javahelp-bin/Manifest | 4 | ||||
-rw-r--r-- | dev-java/javahelp-bin/files/digest-javahelp-bin-2.0.02 | 1 | ||||
-rw-r--r-- | dev-java/javahelp-bin/javahelp-bin-2.0.01.ebuild | 7 | ||||
-rw-r--r-- | dev-java/javahelp-bin/javahelp-bin-2.0.02.ebuild | 37 |
5 files changed, 53 insertions, 4 deletions
diff --git a/dev-java/javahelp-bin/ChangeLog b/dev-java/javahelp-bin/ChangeLog index 0f6ff0296ef8..b18e44ee3722 100644 --- a/dev-java/javahelp-bin/ChangeLog +++ b/dev-java/javahelp-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/javahelp-bin # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javahelp-bin/ChangeLog,v 1.4 2004/10/20 08:19:50 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javahelp-bin/ChangeLog,v 1.5 2004/12/07 16:10:14 axxo Exp $ + +*javahelp-bin-2.0.02 (07 Dec 2004) + + 07 Dec 2004; Thomas Matthijs <axxo@gentoo.org> javahelp-bin-2.0.01.ebuild, + +javahelp-bin-2.0.02.ebuild: + version bump 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> javahelp-bin-2.0.01.ebuild: diff --git a/dev-java/javahelp-bin/Manifest b/dev-java/javahelp-bin/Manifest index 75468e52daf8..5488618437af 100644 --- a/dev-java/javahelp-bin/Manifest +++ b/dev-java/javahelp-bin/Manifest @@ -1,4 +1,6 @@ +MD5 91a33f5044a23535ffa4bd2ebc465345 javahelp-bin-2.0.02.ebuild 1260 +MD5 91a33f5044a23535ffa4bd2ebc465345 javahelp-bin-2.0.01.ebuild 1260 MD5 1f5d377ee24c23f9308e9120ed8ea446 ChangeLog 952 -MD5 8c3f4079bf061089f67f1665002532a8 javahelp-bin-2.0.01.ebuild 1072 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 MD5 126c9ed6a7f735ccd789704e148f0e47 files/digest-javahelp-bin-2.0.01 65 +MD5 e8d12736da16d20b8179d6405f35c1eb files/digest-javahelp-bin-2.0.02 65 diff --git a/dev-java/javahelp-bin/files/digest-javahelp-bin-2.0.02 b/dev-java/javahelp-bin/files/digest-javahelp-bin-2.0.02 new file mode 100644 index 000000000000..f3f4b49bdd06 --- /dev/null +++ b/dev-java/javahelp-bin/files/digest-javahelp-bin-2.0.02 @@ -0,0 +1 @@ +MD5 bfd64cb13dd3bdb13bcf9d3e8ca599ad javahelp-2_0_02.zip 6805901 diff --git a/dev-java/javahelp-bin/javahelp-bin-2.0.01.ebuild b/dev-java/javahelp-bin/javahelp-bin-2.0.01.ebuild index e07eef434540..9291f7b8ff3c 100644 --- a/dev-java/javahelp-bin/javahelp-bin-2.0.01.ebuild +++ b/dev-java/javahelp-bin/javahelp-bin-2.0.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javahelp-bin/javahelp-bin-2.0.01.ebuild,v 1.3 2004/10/20 08:19:50 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javahelp-bin/javahelp-bin-2.0.01.ebuild,v 1.4 2004/12/07 16:10:14 axxo Exp $ inherit java-pkg @@ -12,13 +12,16 @@ KEYWORDS="~x86 ~ppc ~amd64" DEPEND=">=app-arch/unzip-5.50-r1" RDEPEND=">=virtual/jdk-1.3" RESTRICT="fetch" -SRC_URI="javahelp-2_0_01.zip" +SRC_URI="javahelp-${PV//./_}.zip" IUSE="doc" S="${WORKDIR}/jh2.0" +DOWNLOAD_URL="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=javahelp-${PV//./_}-oth-JPR&SiteId=JSC&TransactionId=noreg" + pkg_nofetch() { einfo "Please download ${SRC_URI} from ${HOMEPAGE} and move it to ${DISTDIR}" + einfo "Direct url: ${DOWNLOAD_URL}" } src_compile() { :; } diff --git a/dev-java/javahelp-bin/javahelp-bin-2.0.02.ebuild b/dev-java/javahelp-bin/javahelp-bin-2.0.02.ebuild new file mode 100644 index 000000000000..093bb46938ff --- /dev/null +++ b/dev-java/javahelp-bin/javahelp-bin-2.0.02.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/javahelp-bin/javahelp-bin-2.0.02.ebuild,v 1.1 2004/12/07 16:10:14 axxo Exp $ + +inherit java-pkg + +DESCRIPTION="JavaHelp software is a full-featured, platform-independent, extensible help system that enables you to incorporate online help in applets, components, applications, operating systems, and devices." +HOMEPAGE="http://java.sun.com/products/javahelp/" +LICENSE="sun-j2sl" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +DEPEND=">=app-arch/unzip-5.50-r1" +RDEPEND=">=virtual/jdk-1.3" +RESTRICT="fetch" +SRC_URI="javahelp-${PV//./_}.zip" +IUSE="doc" + +S="${WORKDIR}/jh2.0" + +DOWNLOAD_URL="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=javahelp-${PV//./_}-oth-JPR&SiteId=JSC&TransactionId=noreg" + +pkg_nofetch() { + einfo "Please download ${SRC_URI} from ${HOMEPAGE} and move it to ${DISTDIR}" + einfo "Direct url: ${DOWNLOAD_URL}" +} + +src_compile() { :; } + +src_install(){ + java-pkg_dojar javahelp/lib/jh.jar + cp -R ${S}/javahelp/lib ${D}/usr/share/${PN} + cp -R ${S}/javahelp/bin ${D}/usr/share/${PN}/bin + + use doc && cp -R ${S}/demos ${D}/usr/share/${PN} && java-pkg_dohtml -r doc + dodoc README +} + |