Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/ant-contrib: ChangeLog ant-contrib-1.0_beta3.ebuild ant-contrib-1.0_beta2-r2.ebuild
Date: Sun, 28 Feb 2010 12:03:07
Message-Id: E1NlhrM-00085V-2E@stork.gentoo.org
1 caster 10/02/28 12:02:56
2
3 Modified: ChangeLog ant-contrib-1.0_beta3.ebuild
4 ant-contrib-1.0_beta2-r2.ebuild
5 Log:
6 Fix building with ant 1.8.0, bug #305929.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.36 dev-java/ant-contrib/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 23 Jan 2010 14:39:03 -0000 1.35
23 +++ ChangeLog 28 Feb 2010 12:02:54 -0000 1.36
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-java/ant-contrib
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ChangeLog,v 1.35 2010/01/23 14:39:03 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ChangeLog,v 1.36 2010/02/28 12:02:54 caster Exp $
29 +
30 + 28 Feb 2010; Vlastimil Babka <caster@g.o>
31 + ant-contrib-1.0_beta3.ebuild:
32 + Fix building with ant 1.8.0, bug #305929.
33
34 23 Jan 2010; Alexis Ballier <aballier@g.o>
35 ant-contrib-1.0_beta3.ebuild:
36
37
38
39 1.7 dev-java/ant-contrib/ant-contrib-1.0_beta3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta3.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta3.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta3.ebuild?r1=1.6&r2=1.7
44
45 Index: ant-contrib-1.0_beta3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta3.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- ant-contrib-1.0_beta3.ebuild 23 Jan 2010 14:39:03 -0000 1.6
52 +++ ant-contrib-1.0_beta3.ebuild 28 Feb 2010 12:02:54 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta3.ebuild,v 1.6 2010/01/23 14:39:03 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta3.ebuild,v 1.7 2010/02/28 12:02:54 caster Exp $
58
59 EAPI=1
60 JAVA_PKG_IUSE="doc source"
61 @@ -8,7 +8,7 @@
62
63 inherit java-pkg-2 java-ant-2
64
65 -DESCRIPTION="The Ant-Contrib project is a collection of tasks (and at one point maybe types and other tools) for Apache Ant."
66 +DESCRIPTION="A collection of tasks (and at one point maybe types and other tools) for Apache Ant."
67 HOMEPAGE="http://ant-contrib.sourceforge.net/"
68 SRC_URI="mirror://sourceforge/ant-contrib/${PN}-${PV/_beta/b}-src.tar.bz2"
69 LICENSE="Apache-2.0"
70 @@ -40,7 +40,7 @@
71 skip=['resolve','classpath']
72 for target in tree.getiterator("target"):
73 if target.attrib['name'] in skip:
74 - target.attrib['if'] = 'true'
75 + target.attrib['if'] = 'false'
76
77 tree.write('build.xml')
78 EOF
79
80
81
82 1.9 dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild?rev=1.9&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild?rev=1.9&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild?r1=1.8&r2=1.9
87
88 Index: ant-contrib-1.0_beta2-r2.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild,v
91 retrieving revision 1.8
92 retrieving revision 1.9
93 diff -u -r1.8 -r1.9
94 --- ant-contrib-1.0_beta2-r2.ebuild 9 Mar 2008 15:15:39 -0000 1.8
95 +++ ant-contrib-1.0_beta2-r2.ebuild 28 Feb 2010 12:02:54 -0000 1.9
96 @@ -1,12 +1,12 @@
97 # Copyright 1999-2008 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild,v 1.8 2008/03/09 15:15:39 betelgeuse Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild,v 1.9 2010/02/28 12:02:54 caster Exp $
101
102 JAVA_PKG_IUSE="doc source"
103
104 inherit java-pkg-2 java-ant-2
105
106 -DESCRIPTION="The Ant-Contrib project is a collection of tasks (and at one point maybe types and other tools) for Apache Ant."
107 +DESCRIPTION="A collection of tasks (and at one point maybe types and other tools) for Apache Ant."
108 HOMEPAGE="http://ant-contrib.sourceforge.net/"
109 SRC_URI="mirror://sourceforge/ant-contrib/${PN}-${PV/_beta/b}-src.tar.bz2"
110 LICENSE="Apache-2.0"