chewi 15/08/04 23:14:05 Modified: ChangeLog Added: ant-apache-xalan2-1.9.2-r1.ebuild Log: Explicitly depend on xalan-serializer to satisfy Java 8's stricter class loading. Fixes bug #556584. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.29 dev-java/ant-apache-xalan2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 11 Jul 2015 09:20:52 -0000 1.28 +++ ChangeLog 4 Aug 2015 23:14:05 -0000 1.29 @@ -1,6 +1,13 @@ # ChangeLog for dev-java/ant-apache-xalan2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog,v 1.28 2015/07/11 09:20:52 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ChangeLog,v 1.29 2015/08/04 23:14:05 chewi Exp $ + +*ant-apache-xalan2-1.9.2-r1 (04 Aug 2015) + + 04 Aug 2015; James Le Cuirot <[email protected]> + +ant-apache-xalan2-1.9.2-r1.ebuild: + Explicitly depend on xalan-serializer to satisfy Java 8's stricter class + loading. Fixes bug #556584. 11 Jul 2015; James Le Cuirot <[email protected]> ant-apache-xalan2-1.9.2.ebuild: 1.1 dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild?rev=1.1&content-type=text/plain Index: ant-apache-xalan2-1.9.2-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild,v 1.1 2015/08/04 23:14:05 chewi Exp $ EAPI="5" ANT_TASK_DEPNAME="xalan" inherit ant-tasks KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="dev-java/xalan:0 dev-java/xalan-serializer:0" RDEPEND="${DEPEND}" src_unpack() { ant-tasks_src_unpack all java-pkg_jar-from xalan-serializer }
