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