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: ChangeLog ant-1.7.1.ebuild
Date: Mon, 14 Jul 2008 22:11:39
Message-Id: E1KIWGe-0002XE-EE@stork.gentoo.org
1 caster 08/07/14 22:11:36
2
3 Modified: ChangeLog
4 Added: ant-1.7.1.ebuild
5 Log:
6 Version bump, bug #231776.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
8
9 Revision Changes Path
10 1.113 dev-java/ant/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.113&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.113&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?r1=1.112&r2=1.113
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
19 retrieving revision 1.112
20 retrieving revision 1.113
21 diff -u -r1.112 -r1.113
22 --- ChangeLog 3 Mar 2008 08:15:03 -0000 1.112
23 +++ ChangeLog 14 Jul 2008 22:11:35 -0000 1.113
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-java/ant
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.112 2008/03/03 08:15:03 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.113 2008/07/14 22:11:35 caster Exp $
29 +
30 +*ant-1.7.1 (14 Jul 2008)
31 +
32 + 14 Jul 2008; Vlastimil Babka <caster@g.o> +ant-1.7.1.ebuild:
33 + Version bump, bug #231776.
34
35 03 Mar 2008; Vlastimil Babka <caster@g.o> -ant-1.6.5.ebuild:
36 Remove ant 1.6.5. Java packages already depend on 1.7.0.
37
38
39
40 1.1 dev-java/ant/ant-1.7.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ant-1.7.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.1 2008/07/14 22:11:35 caster Exp $
50
51 EAPI="1"
52
53 DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files."
54 HOMEPAGE="http://ant.apache.org/"
55
56 LICENSE="Apache-2.0"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
59 IUSE=""
60
61 DEPEND="~dev-java/ant-core-${PV}
62 ~dev-java/ant-tasks-${PV}"
63 RDEPEND="${DEPEND}"
64
65 IUSE="X +antlr +bcel +bsf +commonslogging +commonsnet jai +javamail +jdepend jmf
66 +jsch +log4j +oro +regexp +resolver"
67
68 RDEPEND="~dev-java/ant-core-${PV}
69 ~dev-java/ant-nodeps-${PV}
70 ~dev-java/ant-junit-${PV}
71 !dev-java/ant-optional
72 !dev-java/ant-tasks
73 ~dev-java/ant-trax-${PV}
74 antlr? ( ~dev-java/ant-antlr-${PV} )
75 bcel? ( ~dev-java/ant-apache-bcel-${PV} )
76 bsf? ( ~dev-java/ant-apache-bsf-${PV} )
77 log4j? ( ~dev-java/ant-apache-log4j-${PV} )
78 oro? ( ~dev-java/ant-apache-oro-${PV} )
79 regexp? ( ~dev-java/ant-apache-regexp-${PV} )
80 resolver? ( ~dev-java/ant-apache-resolver-${PV} )
81 commonslogging? ( ~dev-java/ant-commons-logging-${PV} )
82 commonsnet? ( ~dev-java/ant-commons-net-${PV} )
83 jai? ( ~dev-java/ant-jai-${PV} )
84 javamail? ( ~dev-java/ant-javamail-${PV} )
85 jdepend? ( ~dev-java/ant-jdepend-${PV} )
86 jmf? ( ~dev-java/ant-jmf-${PV} )
87 jsch? ( ~dev-java/ant-jsch-${PV} )
88 X? ( ~dev-java/ant-swing-${PV} )"
89
90 DEPEND=""
91
92 S="${WORKDIR}"
93
94 src_compile() { :; }
95
96 pkg_postinst() {
97 elog "You may now freely set the USE flags of this package without breaking"
98 elog "building of Java packages, which depend on the exact ant tasks they need."
99 elog "The USE flags default to enabled (except X, jai and jmf) for convenience."
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list