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-junit: ant-junit-1.9.2.ebuild ChangeLog
Date: Wed, 28 Aug 2013 22:14:02
Message-Id: 20130828221357.7E2922004C@flycatcher.gentoo.org
1 tomwij 13/08/28 22:13:57
2
3 Modified: ChangeLog
4 Added: ant-junit-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.38 dev-java/ant-junit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-junit/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-junit/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-junit/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 5 Jul 2013 12:17:48 -0000 1.37
24 +++ ChangeLog 28 Aug 2013 22:13:57 -0000 1.38
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-java/ant-junit
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.37 2013/07/05 12:17:48 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.38 2013/08/28 22:13:57 tomwij Exp $
30 +
31 +*ant-junit-1.9.2 (28 Aug 2013)
32 +
33 + 28 Aug 2013; Tom Wijsman <TomWij@g.o> +ant-junit-1.9.2.ebuild:
34 + Version bump to 1.9.2. Fixes security bug #476958.
35
36 *ant-junit-1.9.1 (05 Jul 2013)
37
38
39
40
41 1.1 dev-java/ant-junit/ant-junit-1.9.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ant-junit-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-junit/ant-junit-1.9.2.ebuild,v 1.1 2013/08/28 22:13:57 tomwij Exp $
51
52 EAPI="5"
53
54 inherit ant-tasks
55
56 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd \
57 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos \
58 ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
59
60 DEPEND="dev-java/junit:4"
61 RDEPEND="${DEPEND}"
62
63 JAVA_ANT_REWRITE_CLASSPATH="true"
64 EANT_GENTOO_CLASSPATH="junit-4"
65
66 src_compile() {
67 eant jar-junit
68 }