public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vlastimil Babka (caster)" <caster@gentoo.org>
To: gentoo-commits@lists.gentoo.org
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:45 +0000	[thread overview]
Message-ID: <E1KIWBx-0002Rc-Jn@stork.gentoo.org> (raw)

caster      08/07/14 22:06:45

  Modified:             ChangeLog
  Added:                ant-apache-bsf-1.7.1.ebuild
  Log:
  Version bump, bug #231776.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)

Revision  Changes    Path
1.14                 dev-java/ant-apache-bsf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	1 Jun 2007 19:50:15 -0000	1.13
+++ ChangeLog	14 Jul 2008 22:06:45 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/ant-apache-bsf
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.13 2007/06/01 19:50:15 caster Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.14 2008/07/14 22:06:45 caster Exp $
+
+*ant-apache-bsf-1.7.1 (14 Jul 2008)
+
+  14 Jul 2008; Vlastimil Babka <caster@gentoo.org>
+  +ant-apache-bsf-1.7.1.ebuild:
+  Version bump, bug #231776.
 
   01 Jun 2007; Vlastimil Babka <caster@gentoo.org>
   ant-apache-bsf-1.7.0-r1.ebuild:



1.1                  dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild

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
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

Index: ant-apache-bsf-1.7.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=1

ANT_TASK_DEPNAME="bsf-2.3"

inherit eutils ant-tasks

KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"

# ant-nodeps contains <script> task which is needed for this
# although it's not a build dep through import
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3"
RDEPEND="${DEPEND}
	~dev-java/ant-nodeps-${PV}"

JAVA_PKG_FILTER_COMPILER="jikes"

src_install() {
	ant-tasks_src_install
	java-pkg_register-dependency ant-nodeps
}

built_with_use_warn() {
	if ! built_with_use --missing false -o dev-java/bsf ${1}; then
		elog "If you want to use ${2} in <script> tasks in build.xml files,"
		elog "dev-java/bsf must be installed with \"${3-${1}}\" USE flag"
	fi
}

pkg_postinst() {
	built_with_use_warn python Python
	built_with_use_warn javascript JavaScript
	built_with_use_warn tcl TCL
	elog "Also, >=dev-java/bsf-2.4.0-r1 adds optional support for groovy,"
	elog "ruby and beanshell. See its postinst elog messages for instructions."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-07-14 22:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-14 22:06 Vlastimil Babka (caster) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-09 23:28 [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild Vlastimil Babka (caster)
2008-12-20 16:42 Gysbert Wassenaar (nixnut)
2008-12-20 19:52 Kenneth Prugh (ken69267)
2008-12-21 13:38 Markus Meier (maekke)
2009-10-04 20:53 Vlastimil Babka (caster)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KIWBx-0002Rc-Jn@stork.gentoo.org \
    --to=caster@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox