public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1-r2.ebuild ChangeLog
@ 2007-11-12 23:06 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-11-12 23:06 UTC (permalink / raw
  To: gentoo-commits

opfer       07/11/12 23:06:47

  Modified:             commons-logging-1.1-r2.ebuild ChangeLog
  Log:
  filter jikes and ecj-3.2, add some quotes around variables
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.10                 dev-java/commons-logging/commons-logging-1.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild?r1=1.9&r2=1.10

Index: commons-logging-1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- commons-logging-1.1-r2.ebuild	7 Apr 2007 04:28:54 -0000	1.9
+++ commons-logging-1.1-r2.ebuild	12 Nov 2007 23:06:46 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild,v 1.9 2007/04/07 04:28:54 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild,v 1.10 2007/11/12 23:06:46 opfer Exp $
 
 inherit java-pkg-2 java-ant-2
 
@@ -30,10 +30,10 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch ${FILESDIR}/${P}-gentoo.patch
+	epatch "${FILESDIR}/${P}-gentoo.patch"
 	# patch to make the build.xml respect no servletapi
 	# TODO file upstream -nichoj
-	epatch ${FILESDIR}/${P}-servletapi.patch
+	epatch "${FILESDIR}/${P}-servletapi.patch"
 
 	use log4j && echo "log4j12.jar=$(java-pkg_getjars log4j)" > build.properties
 	# ATTENTION: Add this when log4j-1.3 is out (check the SLOT)
@@ -41,6 +41,7 @@
 	use avalon-logkit && echo "logkit.jar=$(java-pkg_getjars avalon-logkit-1.2)" >> build.properties
 	use servletapi && echo "servletapi.jar=$(java-pkg_getjars servletapi-2.3)" >> build.properties
 	use avalon-framework && echo "avalon-framework.jar=$(java-pkg_getjars avalon-framework-4.2)" >> build.properties
+	java-pkg_filter-compiler jikes ecj-3.2
 }
 
 EANT_BUILD_TARGET="compile"



1.52                 dev-java/commons-logging/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	7 Apr 2007 04:28:54 -0000	1.51
+++ ChangeLog	12 Nov 2007 23:06:46 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-logging
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.51 2007/04/07 04:28:54 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.52 2007/11/12 23:06:46 opfer Exp $
+
+  12 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+  commons-logging-1.1-r2.ebuild:
+  filter jikes and ecj-3.2, add some quotes around variables
 
   07 Apr 2007; William L. Thomson Jr. <wltjr@gentoo.org>
   -commons-logging-1.0.4-r1.ebuild, -commons-logging-1.0.4-r2.ebuild,



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1-r2.ebuild ChangeLog
@ 2007-12-15 20:11 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 2+ messages in thread
From: Petteri Raty (betelgeuse) @ 2007-12-15 20:11 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    07/12/15 20:11:53

  Modified:             commons-logging-1.1-r2.ebuild ChangeLog
  Log:
  Call java-ant_ignore-system-classes to fix bug #200918.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.11                 dev-java/commons-logging/commons-logging-1.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild?r1=1.10&r2=1.11

Index: commons-logging-1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- commons-logging-1.1-r2.ebuild	12 Nov 2007 23:06:46 -0000	1.10
+++ commons-logging-1.1-r2.ebuild	15 Dec 2007 20:11:52 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild,v 1.10 2007/11/12 23:06:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1-r2.ebuild,v 1.11 2007/12/15 20:11:52 betelgeuse Exp $
 
 inherit java-pkg-2 java-ant-2
 
@@ -35,6 +35,8 @@
 	# TODO file upstream -nichoj
 	epatch "${FILESDIR}/${P}-servletapi.patch"
 
+	java-ant_ignore-system-classes
+
 	use log4j && echo "log4j12.jar=$(java-pkg_getjars log4j)" > build.properties
 	# ATTENTION: Add this when log4j-1.3 is out (check the SLOT)
 	#echo "log4j13.jar=$(java-pkg_getjars log4j-1.3)" > build.properties



1.53                 dev-java/commons-logging/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-logging/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	12 Nov 2007 23:06:46 -0000	1.52
+++ ChangeLog	15 Dec 2007 20:11:52 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-logging
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.52 2007/11/12 23:06:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.53 2007/12/15 20:11:52 betelgeuse Exp $
+
+  15 Dec 2007; Petteri Räty <betelgeuse@gentoo.org>
+  commons-logging-1.1-r2.ebuild:
+  Call java-ant_ignore-system-classes to fix bug #200918.
 
   12 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
   commons-logging-1.1-r2.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-15 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 23:06 [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1-r2.ebuild ChangeLog Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-15 20:11 Petteri Raty (betelgeuse)

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