dev-java/xml-commons-external: EAPI 6 bump.

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --force
This commit is contained in:
Patrice Clement
2019-03-31 22:36:33 +02:00
parent 53021b52c6
commit 97d0b8d7fb
2 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Externally-defined set of standard interfaces, namely DOM, SAX, and JAXP"
HOMEPAGE="https://xml.apache.org/commons/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
# upstream source tar.gz is missing build.xml and other stuff, so we get it like this
# svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_04/java/external/ xml-commons-external-1.3.04
# tar cjf xml-commons-external-1.3.04.tar.bz2 xml-commons-external-1.3.04
LICENSE="Apache-2.0"
SLOT="1.3"
KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source"
DEPEND="
>=virtual/jdk-1.8"
RDEPEND="
>=virtual/jre-1.8"
src_install() {
java-pkg_dojar build/xml-apis.jar build/xml-apis-ext.jar
dodoc NOTICE README.*
if use doc; then
java-pkg_dojavadoc build/docs/javadoc
java-pkg_dohtml -r build/docs/dom
fi
use source && java-pkg_dosrc src/javax src/org
}

View File

@@ -11,7 +11,7 @@ MY_PN="xml-apis"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Externally-defined set of standard interfaces, namely DOM, SAX, and JAXP"
HOMEPAGE="http://xerces.apache.org/xml-commons/components/external/"
HOMEPAGE="https://xerces.apache.org/xml-commons/components/external/"
SRC_URI="https://repo1.maven.org/maven2/${MY_PN}/${MY_PN}/${PV}/${MY_P}-sources.jar -> ${P}.jar"
LICENSE="Apache-2.0"