Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog
Date: Wed, 28 Aug 2013 22:22:13
Message-Id: 20130828222205.3E67C2004C@flycatcher.gentoo.org
1 tomwij 13/08/28 22:22:05
2
3 Modified: ChangeLog
4 Added: ant-testutil-1.9.2.ebuild
5 Log:
6 Version bump to 1.9.2. Fixes security bug #476958.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.19 dev-java/ant-testutil/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-testutil/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-testutil/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-testutil/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 5 Jul 2013 14:28:11 -0000 1.18
24 +++ ChangeLog 28 Aug 2013 22:22:05 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-java/ant-testutil
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.18 2013/07/05 14:28:11 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.19 2013/08/28 22:22:05 tomwij Exp $
30 +
31 +*ant-testutil-1.9.2 (28 Aug 2013)
32 +
33 + 28 Aug 2013; Tom Wijsman <TomWij@g.o> +ant-testutil-1.9.2.ebuild:
34 + Version bump to 1.9.2. Fixes security bug #476958.
35
36 *ant-testutil-1.9.1 (05 Jul 2013)
37
38
39
40
41 1.1 dev-java/ant-testutil/ant-testutil-1.9.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ant-testutil-1.9.2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.1 2013/08/28 22:22:05 tomwij Exp $
51
52 EAPI="5"
53
54 inherit ant-tasks
55
56 DESCRIPTION="Apache Ant's optional test utility classes"
57 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux \
58 ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris \
59 ~x64-solaris ~x86-solaris"
60
61 CDEPEND="dev-java/ant-core:0"
62
63 DEPEND="${CDEPEND}
64 >=virtual/jdk-1.6
65 >=dev-java/junit-4.11:4
66 ~dev-java/ant-swing-${PV}
67 ~dev-java/ant-junit4-${PV}"
68
69 RDEPEND="${CDEPEND}
70 >=virtual/jre-1.6"
71
72 # The build system builds much more than it actually packages, so there are many
73 # build-only deps, but since those are quite common, it wasn't worth to patch it.
74
75 src_unpack() {
76 ant-tasks_src_unpack base
77 java-pkg_jar-from --build-only junit-4,ant-junit4,ant-swing
78 java-pkg_jar-from --build-only ant-core ant-launcher.jar
79 }
80
81 src_compile() {
82 eant test-jar
83 }