aboutsummaryrefslogtreecommitdiff
blob: 0f6280e3f2610c5abe305d28fd7087fd6fe207f9 (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
26
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"
JAVA_PKG_IUSE="source"

inherit java-pkg-2 java-pkg-simple

SLOT="0"
DESCRIPTION="W3C DOM Events - Java Bindings"

HOMEPAGE="http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html"
SRC_URI="http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.zip -> ${P}.zip"

LICENSE="W3C"
KEYWORDS="~amd64 ~x86"

DEPEND=">=virtual/jdk-1.5
	app-arch/unzip"
RDEPEND=">=virtual/jre-1.5"

src_install() {
	java-pkg_dojar "${PN}.jar"
	use source && java-pkg_dosrc org
}