Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/spring-core: spring-core-3.2.4.ebuild ChangeLog
Date: Thu, 25 Jun 2015 09:41:19
Message-Id: 20150625094110.2C236A4D@oystercatcher.gentoo.org
1 monsieurp 15/06/25 09:41:10
2
3 Modified: spring-core-3.2.4.ebuild ChangeLog
4 Log:
5 Rearrange test dependencies. Remove a broken test.
6
7 Signed-off-by: Patrice Clement <monsieurp@g.o>
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
9
10 Revision Changes Path
11 1.2 dev-java/spring-core/spring-core-3.2.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/spring-core/spring-core-3.2.4.ebuild?rev=1.2&view=markup
14 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
15 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
16
17 Index: spring-core-3.2.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/spring-core/spring-core-3.2.4.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- spring-core-3.2.4.ebuild 18 Oct 2013 16:38:55 -0000 1.1
24 +++ spring-core-3.2.4.ebuild 25 Jun 2015 09:41:10 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $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 $
31
32 EAPI="5"
33
34 @@ -47,11 +47,17 @@
35 EANT_BUILD_XML=${S}/${PN}/build.xml
36
37 JAVA_ANT_REWRITE_CLASSPATH="true"
38 -EANT_GENTOO_CLASSPATH="commons-logging,log4j,aspectj,jopt-simple-4.4,asm-4"
39 +EANT_GENTOO_CLASSPATH="
40 + commons-logging
41 + log4j
42 + aspectj
43 + jopt-simple-4.4
44 + asm-4"
45 +
46 EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH}
47 hamcrest-library-1.3
48 hamcrest-core-1.3
49 - junit
50 + junit-4
51 mockito
52 xmlunit-1
53 junit-4"
54 @@ -61,6 +67,9 @@
55 mkdir "${S}/${PN}/lib/" || die
56 java-pkg_jar-from --build-only --into "${S}/${PN}/lib/" asm-4
57 java-pkg_jar-from --build-only --into "${S}/${PN}/lib/" cglib-3 cglib.jar
58 +
59 + # broken test.
60 + rm -v ${PN}/src/test/java/org/springframework/core/annotation/AnnotationUtilsTests.java
61 }
62
63 src_install() {
64
65
66
67 1.2 dev-java/spring-core/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/spring-core/ChangeLog?rev=1.2&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/spring-core/ChangeLog?rev=1.2&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/spring-core/ChangeLog?r1=1.1&r2=1.2
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v
76 retrieving revision 1.1
77 retrieving revision 1.2
78 diff -u -r1.1 -r1.2
79 --- ChangeLog 18 Oct 2013 16:38:55 -0000 1.1
80 +++ ChangeLog 25 Jun 2015 09:41:10 -0000 1.2
81 @@ -1,6 +1,9 @@
82 # ChangeLog for dev-java/spring-core
83 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v 1.1 2013/10/18 16:38:55 ercpe Exp $
85 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
86 +# $Header: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v 1.2 2015/06/25 09:41:10 monsieurp Exp $
87 +
88 + 25 Jun 2015; Patrice Clement <monsieurp@g.o> spring-core-3.2.4.ebuild:
89 + Rearrange test dependencies. Remove a broken test.
90
91 *spring-core-3.2.4 (18 Oct 2013)