From: | "Tom Wijsman (tomwij)" <tomwij@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in dev-java/ant-jmf: ant-jmf-1.9.2.ebuild ChangeLog |
Date: | Wed, 28 Aug 2013 22:20:58 |
Message-Id: | 20130828222055.0862A2004C@flycatcher.gentoo.org |
1 | tomwij 13/08/28 22:20:54 |
2 | |
3 | Modified: ChangeLog |
4 | Added: ant-jmf-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.35 dev-java/ant-jmf/ChangeLog |
12 | |
13 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-jmf/ChangeLog?rev=1.35&view=markup |
14 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-jmf/ChangeLog?rev=1.35&content-type=text/plain |
15 | diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-jmf/ChangeLog?r1=1.34&r2=1.35 |
16 | |
17 | Index: ChangeLog |
18 | =================================================================== |
19 | RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ChangeLog,v |
20 | retrieving revision 1.34 |
21 | retrieving revision 1.35 |
22 | diff -u -r1.34 -r1.35 |
23 | --- ChangeLog 5 Jul 2013 14:16:51 -0000 1.34 |
24 | +++ ChangeLog 28 Aug 2013 22:20:54 -0000 1.35 |
25 | @@ -1,6 +1,11 @@ |
26 | # ChangeLog for dev-java/ant-jmf |
27 | # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 |
28 | -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ChangeLog,v 1.34 2013/07/05 14:16:51 tomwij Exp $ |
29 | +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ChangeLog,v 1.35 2013/08/28 22:20:54 tomwij Exp $ |
30 | + |
31 | +*ant-jmf-1.9.2 (28 Aug 2013) |
32 | + |
33 | + 28 Aug 2013; Tom Wijsman <TomWij@g.o> +ant-jmf-1.9.2.ebuild: |
34 | + Version bump to 1.9.2. Fixes security bug #476958. |
35 | |
36 | *ant-jmf-1.9.1 (05 Jul 2013) |
37 | |
38 | |
39 | |
40 | |
41 | 1.1 dev-java/ant-jmf/ant-jmf-1.9.2.ebuild |
42 | |
43 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild?rev=1.1&view=markup |
44 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild?rev=1.1&content-type=text/plain |
45 | |
46 | Index: ant-jmf-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-jmf/ant-jmf-1.9.2.ebuild,v 1.1 2013/08/28 22:20:54 tomwij Exp $ |
51 | |
52 | EAPI="5" |
53 | |
54 | # Seems we don't need to depend on jmf-bin, the classes ant imports are in J2SE |
55 | # API since version 1.3. |
56 | ANT_TASK_DEPNAME="" |
57 | |
58 | inherit ant-tasks |
59 | |
60 | DESCRIPTION="Apache Ant's optional tasks for the Java Media Framework (JMF)." |
61 | |
62 | KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux \ |
63 | ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" |