public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: xmlunit-1.6.ebuild ChangeLog
@ 2015-06-26 12:31 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-26 12:31 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/26 12:31:36

  Modified:             ChangeLog
  Added:                xmlunit-1.6.ebuild
  Log:
  Version bump. Fix bug 403851.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.24                 dev-java/xmlunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	9 Jun 2015 14:06:27 -0000	1.23
+++ ChangeLog	26 Jun 2015 12:31:35 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/xmlunit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.23 2015/06/09 14:06:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.24 2015/06/26 12:31:35 monsieurp Exp $
+
+*xmlunit-1.6 (26 Jun 2015)
+
+  26 Jun 2015; Patrice Clement <monsieurp@gentoo.org> +xmlunit-1.6.ebuild:
+  Version bump. Fix bug 403851.
 
   09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Updating remote-id in metadata.xml



1.1                  dev-java/xmlunit/xmlunit-1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.1&content-type=text/plain

Index: xmlunit-1.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v 1.1 2015/06/26 12:31:35 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="XMLUnit extends JUnit and NUnit to enable unit testing of XML"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
HOMEPAGE="http://xmlunit.sourceforge.net/"

LICENSE="BSD"
SLOT="1"
KEYWORDS="~amd64 ~ppc ~x86"

CDEPEND="dev-java/junit:0"

DEPEND=">=virtual/jdk-1.6
	app-arch/unzip:0
	doc? ( app-text/docbook-xsl-stylesheets:0 )
	test? (
		dev-java/ant-junit:0
		dev-java/ant-trax:0
	)
	${CDEPEND}"

RDEPEND=">=virtual/jre-1.6
	${CDEPEND}"

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="junit"

EANT_DOC_TARGET="users-guide-html javadocs"
EANT_ANT_TASKS="ant-trax"
EANT_EXTRA_ARGS="-Ddb5.xsl=/usr/share/sgml/docbook/xsl-stylesheets"

src_test() {
	ANT_TASKS="ant-junit ant-trax" eant test
}

src_install() {
	java-pkg_newjar "build/lib/${P}.jar"

	dodoc README.txt

	if use doc; then
		java-pkg_dojavadoc build/doc/api
		dohtml build/doc/userguide/html/*
	fi

	use source && java-pkg_dosrc src/java/org
}





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

* [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: xmlunit-1.6.ebuild ChangeLog
@ 2015-06-27 21:15 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-27 21:15 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/27 21:15:12

  Modified:             xmlunit-1.6.ebuild ChangeLog
  Log:
  Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@gentoo.org>.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.2                  dev-java/xmlunit/xmlunit-1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?r1=1.1&r2=1.2

Index: xmlunit-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlunit-1.6.ebuild	26 Jun 2015 12:31:35 -0000	1.1
+++ xmlunit-1.6.ebuild	27 Jun 2015 21:15:12 -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/xmlunit/xmlunit-1.6.ebuild,v 1.1 2015/06/26 12:31:35 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v 1.2 2015/06/27 21:15:12 monsieurp Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 CDEPEND="dev-java/junit:0"
 



1.25                 dev-java/xmlunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	26 Jun 2015 12:31:35 -0000	1.24
+++ ChangeLog	27 Jun 2015 21:15:12 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xmlunit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.24 2015/06/26 12:31:35 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.25 2015/06/27 21:15:12 monsieurp Exp $
+
+  27 Jun 2015; Patrice Clement <monsieurp@gentoo.org> xmlunit-1.6.ebuild:
+  Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@gentoo.org>.
 
 *xmlunit-1.6 (26 Jun 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: xmlunit-1.6.ebuild ChangeLog
@ 2015-06-28 15:01 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-28 15:01 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/28 15:01:04

  Modified:             xmlunit-1.6.ebuild ChangeLog
  Log:
  Stable for amd64. Stable ppc+ppc64+x86 with ALLARCHES.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.3                  dev-java/xmlunit/xmlunit-1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild?r1=1.2&r2=1.3

Index: xmlunit-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xmlunit-1.6.ebuild	27 Jun 2015 21:15:12 -0000	1.2
+++ xmlunit-1.6.ebuild	28 Jun 2015 15:01:04 -0000	1.3
@@ -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/xmlunit/xmlunit-1.6.ebuild,v 1.2 2015/06/27 21:15:12 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v 1.3 2015/06/28 15:01:04 monsieurp Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 CDEPEND="dev-java/junit:0"
 



1.26                 dev-java/xmlunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlunit/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	27 Jun 2015 21:15:12 -0000	1.25
+++ ChangeLog	28 Jun 2015 15:01:04 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xmlunit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.25 2015/06/27 21:15:12 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.26 2015/06/28 15:01:04 monsieurp Exp $
+
+  28 Jun 2015; Patrice Clement <monsieurp@gentoo.org> xmlunit-1.6.ebuild:
+  Stable for amd64. Stable ppc+ppc64+x86 with ALLARCHES.
 
   27 Jun 2015; Patrice Clement <monsieurp@gentoo.org> xmlunit-1.6.ebuild:
   Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@gentoo.org>.





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

end of thread, other threads:[~2015-06-28 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-28 15:01 [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: xmlunit-1.6.ebuild ChangeLog Patrice Clement (monsieurp)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-27 21:15 Patrice Clement (monsieurp)
2015-06-26 12:31 Patrice Clement (monsieurp)

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