public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: ChangeLog xmlunit-1.0-r2.ebuild
@ 2009-11-17 16:55 Vlastimil Babka (caster)
  0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2009-11-17 16:55 UTC (permalink / raw
  To: gentoo-commits

caster      09/11/17 16:55:02

  Modified:             ChangeLog xmlunit-1.0-r2.ebuild
  Log:
  Restrict tests because they fail with a 1.5+ JDK and we want to remove 1.4.
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-java/xmlunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	27 Oct 2009 11:18:26 -0000	1.16
+++ ChangeLog	17 Nov 2009 16:55:02 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/xmlunit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.16 2009/10/27 11:18:26 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.17 2009/11/17 16:55:02 caster Exp $
+
+  17 Nov 2009; Vlastimil Babka <caster@gentoo.org> xmlunit-1.0-r2.ebuild:
+  Restrict tests because they fail with a 1.5+ JDK and we want to remove
+  1.4.
 
 *xmlunit-1.3 (27 Oct 2009)
 



1.8                  dev-java/xmlunit/xmlunit-1.0-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/xmlunit-1.0-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/xmlunit-1.0-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/xmlunit-1.0-r2.ebuild?r1=1.7&r2=1.8

Index: xmlunit-1.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.0-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xmlunit-1.0-r2.ebuild	27 Oct 2009 11:18:26 -0000	1.7
+++ xmlunit-1.0-r2.ebuild	17 Nov 2009 16:55:02 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.0-r2.ebuild,v 1.7 2009/10/27 11:18:26 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.0-r2.ebuild,v 1.8 2009/11/17 16:55:02 caster Exp $
 
 JAVA_PKG_IUSE="doc source test"
 inherit java-pkg-2 java-ant-2
@@ -18,9 +18,8 @@
 CDEPEND="=dev-java/junit-3*"
 DEPEND="
 	app-arch/unzip
-	!test? ( || ( =virtual/jdk-1.5* =virtual/jdk-1.4* ) )
+	|| ( =virtual/jdk-1.5* =virtual/jdk-1.4* )
 	test? (
-		=virtual/jdk-1.4*
 		dev-java/ant-junit
 		dev-java/ant-trax
 	)
@@ -28,6 +27,8 @@
 RDEPEND=">=virtual/jre-1.4
 	${CDEPEND}"
 
+# tests fail with 1.5 JDK
+RESTRICT="test"
 S="${WORKDIR}/${PN}"
 
 src_unpack() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: ChangeLog xmlunit-1.0-r2.ebuild
@ 2010-04-05 23:52 Vlastimil Babka (caster)
  0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2010-04-05 23:52 UTC (permalink / raw
  To: gentoo-commits

caster      10/04/05 23:52:26

  Modified:             ChangeLog
  Removed:              xmlunit-1.0-r2.ebuild
  Log:
  Remove old.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-java/xmlunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlunit/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Dec 2009 08:47:41 -0000	1.19
+++ ChangeLog	5 Apr 2010 23:52:25 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/xmlunit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.19 2009/12/28 08:47:41 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.20 2010/04/05 23:52:25 caster Exp $
+
+  05 Apr 2010; Vlastimil Babka <caster@gentoo.org> -xmlunit-1.0-r2.ebuild,
+  -files/xmlunit-1.0-gentoo.patch, -files/xmlunit-1.0-r2-build.xml.patch:
+  Remove old.
 
   28 Dec 2009; Joseph Jezak <josejx@gentoo.org> xmlunit-1.3.ebuild:
   Marked ppc stable.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-05 23:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05 23:52 [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: ChangeLog xmlunit-1.0-r2.ebuild Vlastimil Babka (caster)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-17 16:55 Vlastimil Babka (caster)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox