diff options
author | 2007-12-15 20:11:52 +0000 | |
---|---|---|
committer | 2007-12-15 20:11:52 +0000 | |
commit | ae85125cf6e1304c03a707ce84e18e4fbb92b37d (patch) | |
tree | 6b1b863e4d7c132dec855dd3477e8453a2c306f1 /dev-java/commons-logging | |
parent | ppc stable, bug #202327 (diff) | |
download | gentoo-2-ae85125cf6e1304c03a707ce84e18e4fbb92b37d.tar.gz gentoo-2-ae85125cf6e1304c03a707ce84e18e4fbb92b37d.tar.bz2 gentoo-2-ae85125cf6e1304c03a707ce84e18e4fbb92b37d.zip |
Call java-ant_ignore-system-classes to fix bug #200918.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.1-r2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-java/commons-logging/ChangeLog b/dev-java/commons-logging/ChangeLog index 6387636f6504..0c45fdf29881 100644 --- a/dev-java/commons-logging/ChangeLog +++ b/dev-java/commons-logging/ChangeLog @@ -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: diff --git a/dev-java/commons-logging/commons-logging-1.1-r2.ebuild b/dev-java/commons-logging/commons-logging-1.1-r2.ebuild index a3d26859d1f7..251356c541e0 100644 --- a/dev-java/commons-logging/commons-logging-1.1-r2.ebuild +++ b/dev-java/commons-logging/commons-logging-1.1-r2.ebuild @@ -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 @@ src_unpack() { # 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 |