summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Penders <alain@gentoo.org>2003-02-17 16:13:26 +0000
committerAlain Penders <alain@gentoo.org>2003-02-17 16:13:26 +0000
commitc5e0f193cf9faf8b5e1983f560b5d35c4377d598 (patch)
tree9ff3f474b9f2e925083c8228a30b78243d5662d8 /dev-java/qat/qat-2.7.0.ebuild
parentUncommented iptables and hdparm (diff)
downloadgentoo-2-c5e0f193cf9faf8b5e1983f560b5d35c4377d598.tar.gz
gentoo-2-c5e0f193cf9faf8b5e1983f560b5d35c4377d598.tar.bz2
gentoo-2-c5e0f193cf9faf8b5e1983f560b5d35c4377d598.zip
Initial QAT ebuild
Diffstat (limited to 'dev-java/qat/qat-2.7.0.ebuild')
-rw-r--r--dev-java/qat/qat-2.7.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-java/qat/qat-2.7.0.ebuild b/dev-java/qat/qat-2.7.0.ebuild
new file mode 100644
index 000000000000..b6e17e871aba
--- /dev/null
+++ b/dev-java/qat/qat-2.7.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qat/qat-2.7.0.ebuild,v 1.1 2003/02/17 16:13:26 alain Exp $
+
+#S=${WORKDIR}/jakarta-ant-${PV}
+DESCRIPTION="Quality Assurance Tester - A distributed test harnass."
+SRC_URI="mirror://sourceforge/qat/qat-${PV}.zip"
+HOMEPAGE="http://qat.sourceforge.net"
+LICENSE="sun-csl"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+DEPEND="virtual/glibc
+ >=virtual/jdk-1.3"
+RDEPEND=">=virtual/jdk-1.3"
+IUSE=""
+
+src_install() {
+ dojar lib/*.jar
+ dohtml -r doc/*
+ dohtml -r specification/*
+ cp -R examples ${D}/usr/share/doc/${P}/
+}
+