monsieurp    15/06/25 09:41:10

  Modified:             spring-core-3.2.4.ebuild ChangeLog
  Log:
  Rearrange test dependencies. Remove a broken test.
  
  Signed-off-by: Patrice Clement <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.2                  dev-java/spring-core/spring-core-3.2.4.ebuild

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

Index: spring-core-3.2.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/spring-core/spring-core-3.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spring-core-3.2.4.ebuild    18 Oct 2013 16:38:55 -0000      1.1
+++ spring-core-3.2.4.ebuild    25 Jun 2015 09:41:10 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/spring-core/spring-core-3.2.4.ebuild,v 1.1 
2013/10/18 16:38:55 ercpe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/spring-core/spring-core-3.2.4.ebuild,v 1.2 
2015/06/25 09:41:10 monsieurp Exp $
 
 EAPI="5"
 
@@ -47,11 +47,17 @@
 EANT_BUILD_XML=${S}/${PN}/build.xml
 
 JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="commons-logging,log4j,aspectj,jopt-simple-4.4,asm-4"
+EANT_GENTOO_CLASSPATH="
+       commons-logging
+       log4j
+       aspectj
+       jopt-simple-4.4
+       asm-4"
+
 EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH}
        hamcrest-library-1.3
        hamcrest-core-1.3
-       junit
+       junit-4
        mockito
        xmlunit-1
        junit-4"
@@ -61,6 +67,9 @@
        mkdir "${S}/${PN}/lib/" || die
        java-pkg_jar-from --build-only --into "${S}/${PN}/lib/" asm-4
        java-pkg_jar-from --build-only --into "${S}/${PN}/lib/" cglib-3 
cglib.jar
+
+       # broken test.
+       rm -v 
${PN}/src/test/java/org/springframework/core/annotation/AnnotationUtilsTests.java
 }
 
 src_install() {



1.2                  dev-java/spring-core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 Oct 2013 16:38:55 -0000      1.1
+++ ChangeLog   25 Jun 2015 09:41:10 -0000      1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/spring-core
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v 1.1 
2013/10/18 16:38:55 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v 1.2 
2015/06/25 09:41:10 monsieurp Exp $
+
+  25 Jun 2015; Patrice Clement <[email protected]> spring-core-3.2.4.ebuild:
+  Rearrange test dependencies. Remove a broken test.
 
 *spring-core-3.2.4 (18 Oct 2013)
 




Reply via email to