--- xml-xmlbeans-2.2.0.ebuild 2012-02-08 18:20:29.957324652 +0100 +++ xml-xmlbeans-2.2.0.ebuild 2012-02-08 18:20:41.627178759 +0100 @@ -1,4 +1,4 @@ -# Copyright 1999-20012 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=3 @@ -10,7 +10,7 @@ SRC_URI="http://archive.apache.org/dist/xmlbeans/source/${MY_P}-src.tgz" LICENSE="Apache-2.0" -SLOT="2.2" +SLOT="2.3" KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="doc source" @@ -48,6 +48,7 @@ for i in `find ./ -name build.xml` do cat ${i} \ + | sed 's:]*\/>::g' \ | sed '/]*[^\/]>/,/<\/get>/d' \ | sed '/]*/,/[^>]\/>/d' \ | sed '/]*[^\/]>/,/<\/unzip>/d' \ @@ -55,6 +56,7 @@ cp ${i} ${i}.old cp ${i}.new ${i} done + grep -lre " ant-Tasks" java-pkg_jar-from --build-only --into external/lib jsr173 java-pkg_jar-from --build-only --into external/lib saxon java-pkg_jar-from --build-only --into external/lib xml-commons-resolver