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

Collapse All | Expand All

(-)xml-xmlbeans-2.2.0.ebuild (-2 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-20012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
EAPI=3
3
EAPI=3
4
4
Lines 10-16 Link Here
10
SRC_URI="http://archive.apache.org/dist/xmlbeans/source/${MY_P}-src.tgz"
10
SRC_URI="http://archive.apache.org/dist/xmlbeans/source/${MY_P}-src.tgz"
11
11
12
LICENSE="Apache-2.0"
12
LICENSE="Apache-2.0"
13
SLOT="2.2"
13
SLOT="2.3"
14
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
14
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
15
IUSE="doc source"
15
IUSE="doc source"
16
16
Lines 48-53 Link Here
48
	for i in `find ./ -name build.xml`
48
	for i in `find ./ -name build.xml`
49
	do
49
	do
50
		cat ${i} \
50
		cat ${i} \
51
			| sed 's:<get [^>]*\/>::g' \
51
			| sed '/<get[^>]*[^\/]>/,/<\/get>/d' \
52
			| sed '/<get[^>]*[^\/]>/,/<\/get>/d' \
52
			| sed '/<get[^>]*/,/[^>]\/>/d'  \
53
			| sed '/<get[^>]*/,/[^>]\/>/d'  \
53
			| sed '/<unzip[^>]*[^\/]>/,/<\/unzip>/d' \
54
			| sed '/<unzip[^>]*[^\/]>/,/<\/unzip>/d' \
Lines 55-60 Link Here
55
		cp ${i} ${i}.old
56
		cp ${i} ${i}.old
56
		cp ${i}.new ${i}
57
		cp ${i}.new ${i}
57
	done
58
	done
59
	grep -lre "<get " *.xml && die "There are still <get..> ant-Tasks"
58
	java-pkg_jar-from --build-only --into external/lib jsr173
60
	java-pkg_jar-from --build-only --into external/lib jsr173
59
	java-pkg_jar-from --build-only --into external/lib saxon
61
	java-pkg_jar-from --build-only --into external/lib saxon
60
	java-pkg_jar-from --build-only --into external/lib xml-commons-resolver
62
	java-pkg_jar-from --build-only --into external/lib xml-commons-resolver

Return to bug 173129