summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-07-30 20:32:09 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-07-30 20:32:09 +0000
commitbf42285c5c1e96cd4c91d9dbacecabf74ac72551 (patch)
tree63051b1fbf559639f0f6ec25ea0e919451b5d2d8 /dev-java/javahelp
parentgnuconfig loving (Manifest recommit) (diff)
downloadgentoo-2-bf42285c5c1e96cd4c91d9dbacecabf74ac72551.tar.gz
gentoo-2-bf42285c5c1e96cd4c91d9dbacecabf74ac72551.tar.bz2
gentoo-2-bf42285c5c1e96cd4c91d9dbacecabf74ac72551.zip
move dev-java/javahelp dev-java/javahelp-bin
Diffstat (limited to 'dev-java/javahelp')
-rw-r--r--dev-java/javahelp/ChangeLog13
-rw-r--r--dev-java/javahelp/Manifest4
-rw-r--r--dev-java/javahelp/files/digest-javahelp-2.0.011
-rw-r--r--dev-java/javahelp/javahelp-2.0.01.ebuild34
-rw-r--r--dev-java/javahelp/metadata.xml5
5 files changed, 0 insertions, 57 deletions
diff --git a/dev-java/javahelp/ChangeLog b/dev-java/javahelp/ChangeLog
deleted file mode 100644
index f3bd12575060..000000000000
--- a/dev-java/javahelp/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for dev-java/javahelp
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javahelp/ChangeLog,v 1.3 2004/06/24 22:31:40 agriffis Exp $
-
- 12 Apr 2004; David Holm <dholm@gentoo.org> javahelp-2.0.01.ebuild:
- Added to ~ppc.
-
-*javahelp-2.0.01 (11 Apr 2004)
-
- 11 Apr 2004; Chris Aniszczyk <zx@gentoo.org> javahelp-2.0.01.ebuild,
- metadata.xml:
- Initial Import. Closes #47548
-
diff --git a/dev-java/javahelp/Manifest b/dev-java/javahelp/Manifest
deleted file mode 100644
index 57d626ac2cb0..000000000000
--- a/dev-java/javahelp/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 cb76b44525cd06a7aa4919ed21689168 javahelp-2.0.01.ebuild 1048
-MD5 fa4955fad9144c455ccc8cf55db01d47 ChangeLog 448
-MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 126c9ed6a7f735ccd789704e148f0e47 files/digest-javahelp-2.0.01 65
diff --git a/dev-java/javahelp/files/digest-javahelp-2.0.01 b/dev-java/javahelp/files/digest-javahelp-2.0.01
deleted file mode 100644
index fc06022d8259..000000000000
--- a/dev-java/javahelp/files/digest-javahelp-2.0.01
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7ffccc2148d617f5482aa1c227e2a54d javahelp-2_0_01.zip 6695540
diff --git a/dev-java/javahelp/javahelp-2.0.01.ebuild b/dev-java/javahelp/javahelp-2.0.01.ebuild
deleted file mode 100644
index daee729293a0..000000000000
--- a/dev-java/javahelp/javahelp-2.0.01.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javahelp/javahelp-2.0.01.ebuild,v 1.3 2004/06/24 22:31:40 agriffis 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"
-DEPEND=">=app-arch/unzip-5.50-r1"
-RDEPEND=">=virtual/jdk-1.3"
-RESTRICT="fetch"
-SRC_URI="javahelp-2_0_01.zip"
-IUSE="doc"
-
-S="${WORKDIR}/jh2.0"
-
-pkg_nofetch() {
- einfo "Please download ${SRC_URI} from ${HOMEPAGE} and move it to ${DISTDIR}"
-}
-
-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} && dohtml -r doc
- dodoc README
-}
-
diff --git a/dev-java/javahelp/metadata.xml b/dev-java/javahelp/metadata.xml
deleted file mode 100644
index 838c00a4a448..000000000000
--- a/dev-java/javahelp/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-</pkgmetadata>