You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/xml-commons-external/xml-commons-external-1.3.02...

33 lines
1005 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.02-r1.ebuild,v 1.11 2012/01/02 09:24:22 sera Exp $
inherit java-pkg-2 java-ant-2
DESCRIPTION="Thirdparty libraries for xml-commons"
HOMEPAGE="http://xml.apache.org/commons/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
# svn co http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_02/java/external/ xml-commons-external-1.3.02
# tar cjf xml-commons-external-1.3.02.tar.bz2 xml-commons-external-1.3.02
LICENSE="Apache-2.0"
SLOT="1.3"
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
IUSE="doc source"
DEPEND=">=virtual/jdk-1.3
dev-java/ant-core"
RDEPEND=">=virtual/jre-1.3"
src_compile() {
eant jar $(use_doc -Dbuild.javadocs.dir=build/docs/api)
}
src_install() {
java-pkg_dojar build/*.jar
dodoc NOTICE README.*
use doc && java-pkg_dohtml -r docs/api
use source && java-pkg_dosrc src/*
}