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-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild
Date: Mon, 14 Jul 2008 22:06:48
Message-Id: E1KIWBx-0002Rc-Jn@stork.gentoo.org
1 caster 08/07/14 22:06:45
2
3 Modified: ChangeLog
4 Added: ant-apache-bsf-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.14 dev-java/ant-apache-bsf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 1 Jun 2007 19:50:15 -0000 1.13
23 +++ ChangeLog 14 Jul 2008 22:06:45 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-java/ant-apache-bsf
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.13 2007/06/01 19:50:15 caster Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.14 2008/07/14 22:06:45 caster Exp $
30 +
31 +*ant-apache-bsf-1.7.1 (14 Jul 2008)
32 +
33 + 14 Jul 2008; Vlastimil Babka <caster@g.o>
34 + +ant-apache-bsf-1.7.1.ebuild:
35 + Version bump, bug #231776.
36
37 01 Jun 2007; Vlastimil Babka <caster@g.o>
38 ant-apache-bsf-1.7.0-r1.ebuild:
39
40
41
42 1.1 dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ant-apache-bsf-1.7.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.1 2008/07/14 22:06:45 caster Exp $
52
53 EAPI=1
54
55 ANT_TASK_DEPNAME="bsf-2.3"
56
57 inherit eutils ant-tasks
58
59 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
60
61 # ant-nodeps contains <script> task which is needed for this
62 # although it's not a build dep through import
63 DEPEND=">=dev-java/bsf-2.4.0-r1:2.3"
64 RDEPEND="${DEPEND}
65 ~dev-java/ant-nodeps-${PV}"
66
67 JAVA_PKG_FILTER_COMPILER="jikes"
68
69 src_install() {
70 ant-tasks_src_install
71 java-pkg_register-dependency ant-nodeps
72 }
73
74 built_with_use_warn() {
75 if ! built_with_use --missing false -o dev-java/bsf ${1}; then
76 elog "If you want to use ${2} in <script> tasks in build.xml files,"
77 elog "dev-java/bsf must be installed with \"${3-${1}}\" USE flag"
78 fi
79 }
80
81 pkg_postinst() {
82 built_with_use_warn python Python
83 built_with_use_warn javascript JavaScript
84 built_with_use_warn tcl TCL
85 elog "Also, >=dev-java/bsf-2.4.0-r1 adds optional support for groovy,"
86 elog "ruby and beanshell. See its postinst elog messages for instructions."
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list