summaryrefslogtreecommitdiff
blob: 8dc4908a673801d7064f2d8b4ce34dbe278a5153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/qat-bin/qat-bin-2.7.1-r1.ebuild,v 1.2 2004/09/03 14:22:51 dholm Exp $

inherit java-pkg

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 ~ppc"
DEPEND=""
RDEPEND=">=virtual/jdk-1.3"
IUSE="doc"
S=${WORKDIR}/${P/-bin}

src_compile() { :; }

src_install() {
	mv jar/${P/-bin}.jar ${PN/-bin}.jar
	java-pkg_dojar ${PN/-bin}.jar
	use doc && dohtml -r doc/* && dohtml -r specification/* && cp -R examples ${D}/usr/share/doc/${P/-bin}/
}