Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380493 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-java/saxon/saxon-9.2.0.6.ebuild (-5 / +4 lines)
Lines 12-21 Link Here
12
12
13
DESCRIPTION="A XSLT and XQuery Processor"
13
DESCRIPTION="A XSLT and XQuery Processor"
14
HOMEPAGE="http://saxon.sourceforge.net/"
14
HOMEPAGE="http://saxon.sourceforge.net/"
15
SRC_URI="mirror://sourceforge/${PN}/${PN}he${MY_PV}source.zip"
15
SRC_URI="mirror://sourceforge/${PN}/${PN}b${MY_PV}source.zip"
16
16
17
LICENSE="MPL-1.0"
17
LICENSE="MPL-1.0"
18
SLOT="9"
18
SLOT="0"
19
KEYWORDS="~amd64 ~ppc ~x86"
19
KEYWORDS="~amd64 ~ppc ~x86"
20
20
21
IUSE=""
21
IUSE=""
Lines 54-63 Link Here
54
	# Depends on XQJ (javax.xml.xquery)
54
	# Depends on XQJ (javax.xml.xquery)
55
	rm -rv net/sf/saxon/xqj
55
	rm -rv net/sf/saxon/xqj
56
56
57
	# This requires a EE edition feature (com.saxonica.xsltextn)
58
	rm -v net/sf/saxon/option/sql/SQLElementFactory.java
59
}
57
}
60
61
java_prepare() {
58
java_prepare() {
62
	# <major>.<minor> version
59
	# <major>.<minor> version
63
	local version="$(get_version_component_range 1-2)"
60
	local version="$(get_version_component_range 1-2)"
Lines 69-74 Link Here
69
		> "${S}/build.xml" \
66
		> "${S}/build.xml" \
70
		|| die "build.xml generation failed!"
67
		|| die "build.xml generation failed!"
71
68
69
	sed -i "/DOTNETONLY/d" ${WORKDIR}/net/sf/saxon/Configuration.java
70
72
	# prepare creates the dir for properties
71
	# prepare creates the dir for properties
73
	eant prepare
72
	eant prepare
74
73

Return to bug 380493