chewi 15/06/14 09:23:33 Modified: xstream-1.3.1-r3.ebuild ChangeLog Log: Mark ppc and ppc64 stable in accordance with ALLARCHES policy. Stop the tests exiting successfully on failure but also RESTRICT them because they blow up spectacularly on every VM I have tried. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.2 dev-java/xstream/xstream-1.3.1-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xstream/xstream-1.3.1-r3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xstream/xstream-1.3.1-r3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xstream/xstream-1.3.1-r3.ebuild?r1=1.1&r2=1.2 Index: xstream-1.3.1-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/xstream/xstream-1.3.1-r3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xstream-1.3.1-r3.ebuild 13 Jun 2015 12:48:37 -0000 1.1 +++ xstream-1.3.1-r3.ebuild 14 Jun 2015 09:23:33 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xstream/xstream-1.3.1-r3.ebuild,v 1.1 2015/06/13 12:48:37 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xstream/xstream-1.3.1-r3.ebuild,v 1.2 2015/06/14 09:23:33 chewi Exp $ EAPI=5 @@ -14,9 +14,12 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" +# By default, these tests exit successfully on failure. Chewi has fixed +# that below but it's probably because they blow up spectacularly on +# every VM he has tried. +RESTRICT="test" CDEPEND="dev-java/cglib:3 dev-java/dom4j:1 @@ -51,7 +54,7 @@ JAVA_ANT_REWRITE_CLASSPATH="true" EANT_GENTOO_CLASSPATH="xpp3,jdom-1.0,xom,dom4j-1,joda-time,cglib-3,xml-commons-external-1.3,jettison,stax-api" EANT_BUILD_TARGET="benchmark:compile jar" -EANT_EXTRA_ARGS="-Dversion=${PV}" +EANT_EXTRA_ARGS="-Dversion=${PV} -Djunit.haltonfailure=true" java_prepare() { rm -v lib/*.jar || die 1.37 dev-java/xstream/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xstream/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xstream/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xstream/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/xstream/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 13 Jun 2015 23:44:19 -0000 1.36 +++ ChangeLog 14 Jun 2015 09:23:33 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/xstream # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xstream/ChangeLog,v 1.36 2015/06/13 23:44:19 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xstream/ChangeLog,v 1.37 2015/06/14 09:23:33 chewi Exp $ + + 14 Jun 2015; James Le Cuirot <[email protected]> xstream-1.3.1-r3.ebuild: + Mark ppc and ppc64 stable in accordance with ALLARCHES policy. Stop the tests + exiting successfully on failure but also RESTRICT them because they blow up + spectacularly on every VM I have tried. 13 Jun 2015; Patrice Clement <[email protected]> -xstream-1.3.1-r1.ebuild, -xstream-1.3.1-r2.ebuild:
