public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: xmlunit-1.4.ebuild ChangeLog
@ 2013-08-28 22:41 Tom Wijsman (tomwij)
  0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2013-08-28 22:41 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/08/28 22:41:55

  Modified:             ChangeLog
  Added:                xmlunit-1.4.ebuild
  Log:
  Version bump to 1.4, cleaned ebuild up a bit and removed restriction on tests as they work again properly; upstream also appears to have fixed download during compilation bug #403851.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.21                 dev-java/xmlunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	5 Apr 2010 23:52:25 -0000	1.20
+++ ChangeLog	28 Aug 2013 22:41:55 -0000	1.21
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/xmlunit
-# 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 $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.21 2013/08/28 22:41:55 tomwij Exp $
+
+*xmlunit-1.4 (28 Aug 2013)
+
+  28 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +xmlunit-1.4.ebuild:
+  Version bump to 1.4, cleaned ebuild up a bit and removed restriction on tests
+  as they work again properly; upstream also appears to have fixed download
+  during compilation bug #403851.
 
   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:
@@ -80,4 +87,3 @@
   22 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> +metadata.xml,
   +files/xmlunit-1.0-gentoo.patch, +xmlunit-1.0.ebuild:
   Initial import. Dependency of various new dev-java packages. fixes #75486.
-



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

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

Index: xmlunit-1.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.4.ebuild,v 1.1 2013/08/28 22:41:55 tomwij 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.4
	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.4
	${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] only message in thread

only message in thread, other threads:[~2013-08-28 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 22:41 [gentoo-commits] gentoo-x86 commit in dev-java/xmlunit: xmlunit-1.4.ebuild ChangeLog Tom Wijsman (tomwij)

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