public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/jedit: ChangeLog jedit-4.3_pre16.ebuild
@ 2008-12-29  0:26 Vlastimil Babka (caster)
  0 siblings, 0 replies; only message in thread
From: Vlastimil Babka (caster) @ 2008-12-29  0:26 UTC (permalink / raw
  To: gentoo-commits

caster      08/12/29 00:26:38

  Modified:             ChangeLog jedit-4.3_pre16.ebuild
  Log:
  Use the new EANT_NEEDS_TOOLS variable.
  (Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r1-perfctr x86_64)

Revision  Changes    Path
1.86                 app-editors/jedit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jedit/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jedit/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jedit/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	24 Nov 2008 10:22:11 -0000	1.85
+++ ChangeLog	29 Dec 2008 00:26:37 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/jedit
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.85 2008/11/24 10:22:11 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.86 2008/12/29 00:26:37 caster Exp $
+
+  29 Dec 2008; Vlastimil Babka <caster@gentoo.org> jedit-4.3_pre16.ebuild:
+  Use the new EANT_NEEDS_TOOLS variable.
 
 *jedit-4.3_pre16 (24 Nov 2008)
 



1.2                  app-editors/jedit/jedit-4.3_pre16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jedit/jedit-4.3_pre16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jedit/jedit-4.3_pre16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/jedit/jedit-4.3_pre16.ebuild?r1=1.1&r2=1.2

Index: jedit-4.3_pre16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.3_pre16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jedit-4.3_pre16.ebuild	24 Nov 2008 10:22:11 -0000	1.1
+++ jedit-4.3_pre16.ebuild	29 Dec 2008 00:26:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.3_pre16.ebuild,v 1.1 2008/11/24 10:22:11 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.3_pre16.ebuild,v 1.2 2008/12/29 00:26:37 caster Exp $
 
 WANT_ANT_TASKS="ant-nodeps"
 
@@ -33,9 +33,6 @@
 	unpack ${A}
 	cd "${S}"
 
-	# we need to use our own classpath
-	java-ant_rewrite-classpath build.xml
-
 	if use doc; then
 		local xsl=$(echo /usr/share/sgml/docbook/xsl-stylesheets-*)
 		xsl=${xsl// *}
@@ -51,11 +48,13 @@
 	# still need to do: bsh, com.microstar.xml.*, org.gjt.*
 	java-pkg_filter-compiler jikes
 }
-src_compile() {
-	# TODO could build more docs, ie userdocs target instead of generate-javadoc
-	eant build $(use_doc generate-javadoc) \
-		-Dgentoo.classpath=$(java-config --tools)
-}
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+EANT_BUILD_TARGET="build"
+# TODO could build more docs, ie userdocs target instead of generate-javadoc
+EANT_DOC_TARGET="generate-javadoc"
+# in fact needed only for docs, but shouldn't hurt
+EANT_NEEDS_TOOLS="true"
 
 src_install () {
 	dodir ${JEDIT_HOME}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-29  0:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29  0:26 [gentoo-commits] gentoo-x86 commit in app-editors/jedit: ChangeLog jedit-4.3_pre16.ebuild Vlastimil Babka (caster)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox